diff options
author | chunghha | 2022-03-05 17:22:19 +0000 |
---|---|---|
committer | GitHub | 2022-03-05 17:22:19 +0000 |
commit | 7633c5acd30258fc9caca926bfaa264d07d508ec (patch) | |
tree | 9b5f180d818b81c770ea13287a191984fcab51af /runtime/themes | |
parent | f1e90ac2e3040dd09b3652d1bcabb4aee834aedd (diff) |
chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/rose_pine.toml | 4 | ||||
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 4 |
2 files changed, 6 insertions, 2 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" diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index 23a3be7f..0dc7a325 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.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" "number" = "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" |