Skip to content

Commit

Permalink
chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
chunghha committed Jan 31, 2022
1 parent 62561e9 commit 2e486be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/themes/rose_pine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"keyword" = "pine"
"label" = "iris"
"namespace" = "pine"
"ui.popup" = { bg = "overlay" }
"ui.popup" = { bg = "love" }
"ui.window" = { bg = "base" }
"ui.help" = { bg = "overlay", fg = "foam" }
"text" = "text"
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/rose_pine_dawn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"keyword" = "pine"
"label" = "iris"
"namespace" = "pine"
"ui.popup" = { bg = "overlay" }
"ui.popup" = { bg = "love" }
"ui.window" = { bg = "base" }
"ui.help" = { bg = "overlay", fg = "foam" }
"text" = "text"
Expand Down

0 comments on commit 2e486be

Please sign in to comment.