chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606)
This commit is contained in:
parent
62561e9d23
commit
4c996f43df
2 changed files with 4 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue