Skip to content

Commit

Permalink
chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (he…
Browse files Browse the repository at this point in the history
  • Loading branch information
chunghha authored Jan 31, 2022
1 parent 62561e9 commit 4c996f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions runtime/themes/rose_pine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 2 additions & 4 deletions runtime/themes/rose_pine_dawn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4c996f4

Please sign in to comment.