diff options
author | chunghha | 2022-01-31 07:03:44 +0000 |
---|---|---|
committer | GitHub | 2022-01-31 07:03:44 +0000 |
commit | 4c996f43dfb81bc7438f2e24447c0370f1f4a97a (patch) | |
tree | 5ba2647d603c276e2811b8b2ca669cd724f8da53 /runtime/themes | |
parent | 62561e9d230c0a62e46c522b24befb7113117e00 (diff) |
chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/rose_pine.toml | 6 | ||||
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index 027cc5ed..66717bb2 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -2,11 +2,9 @@ # Author: ChrisHa<chunghha@users.noreply.github.com> "ui.background" = { bg = "base" } -"ui.menu" = "surface" +"ui.menu" = { fg = "text", bg = "overlay" } "ui.menu.selected" = { fg = "iris", bg = "surface" } "ui.linenr" = {fg = "subtle" } -"ui.popup" = { bg = "overlay" } -"ui.window" = { bg = "overlay" } "ui.liner.selected" = "highlightOverlay" "ui.selection" = "highlight" "comment" = "subtle" @@ -34,7 +32,7 @@ "keyword" = "pine" "label" = "iris" "namespace" = "pine" -"ui.popup" = { bg = "overlay" } +"ui.popup" = { 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 73b01844..bec77506 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -2,11 +2,9 @@ # Author: ChrisHa<chunghha@users.noreply.github.com> "ui.background" = { bg = "surface" } -"ui.menu" = "base" +"ui.menu" = { fg = "text", bg = "overlay" } "ui.menu.selected" = { fg = "iris", bg = "surface" } "ui.linenr" = {fg = "subtle" } -"ui.popup" = { bg = "overlay" } -"ui.window" = { bg = "overlay" } "ui.liner.selected" = "highlightOverlay" "ui.selection" = "highlight" "comment" = "subtle" @@ -34,7 +32,7 @@ "keyword" = "pine" "label" = "iris" "namespace" = "pine" -"ui.popup" = { bg = "overlay" } +"ui.popup" = { bg = "surface" } "ui.window" = { bg = "base" } "ui.help" = { bg = "overlay", fg = "foam" } "text" = "text" |