aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/rose_pine.toml
diff options
context:
space:
mode:
authorchunghha2022-03-05 17:22:19 +0000
committerGitHub2022-03-05 17:22:19 +0000
commit7633c5acd30258fc9caca926bfaa264d07d508ec (patch)
tree9b5f180d818b81c770ea13287a191984fcab51af /runtime/themes/rose_pine.toml
parentf1e90ac2e3040dd09b3652d1bcabb4aee834aedd (diff)
chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754)
Diffstat (limited to 'runtime/themes/rose_pine.toml')
-rw-r--r--runtime/themes/rose_pine.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml
index ceafd12f..d0197095 100644
--- a/runtime/themes/rose_pine.toml
+++ b/runtime/themes/rose_pine.toml
@@ -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"
@@ -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"