Skip to content

Commit

Permalink
chore(theme): apply renamed infobox theme scopes for rose_pine themes (
Browse files Browse the repository at this point in the history
  • Loading branch information
chunghha committed Mar 5, 2022
1 parent f1e90ac commit 7633c5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion runtime/themes/rose_pine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"ui.help" = { fg = "foam", bg = "surface" }
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
"operator" = "rose"
"ui.text.focus" = { fg = "base05" }
"variable" = "text"
"constant.numeric" = "iris"
"constant" = "gold"
Expand All @@ -33,6 +34,7 @@
"label" = "iris"
"namespace" = "pine"
"ui.popup" = { bg = "surface" }
"ui.popup.info" = { bg = "surface" }
"ui.window" = { bg = "base" }
"ui.help" = { bg = "overlay", fg = "foam" }
"text" = "text"
Expand Down
4 changes: 3 additions & 1 deletion runtime/themes/rose_pine_dawn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"ui.help" = { fg = "foam", bg = "surface" }
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
"operator" = "rose"
"ui.text.focus" = { fg = "base05" }
"variable" = "text"
"number" = "iris"
"constant" = "gold"
Expand All @@ -33,6 +34,7 @@
"label" = "iris"
"namespace" = "pine"
"ui.popup" = { bg = "surface" }
"ui.popup.info" = { bg = "surface" }
"ui.window" = { bg = "base" }
"ui.help" = { bg = "overlay", fg = "foam" }
"text" = "text"
Expand Down

0 comments on commit 7633c5a

Please sign in to comment.