diff options
author | Michael Zeller | 2022-06-01 21:11:58 +0000 |
---|---|---|
committer | GitHub | 2022-06-01 21:11:58 +0000 |
commit | 99e08f50bdfeb24abe6afff8082ee160a7cadb6f (patch) | |
tree | 378bf2166f1dfd3e2f32b74d649e4a132b7950ec /runtime | |
parent | 8d4c954060ef0a67bf081692e92ef64576d0a27b (diff) |
catpuccin ui.popup should be a different color from ui.background (#2644)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/catpuccin.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/catpuccin.toml b/runtime/themes/catpuccin.toml index f7f11327..da9be4fb 100644 --- a/runtime/themes/catpuccin.toml +++ b/runtime/themes/catpuccin.toml @@ -42,7 +42,7 @@ label = "peach" "ui.linenr.selected" = { fg = "mauve" } "ui.statusline" = { fg = "black_2", bg = "blue" } "ui.statusline.inactive" = { fg = "pink", bg = "gray_1" } -"ui.popup" = { bg = "black_2" } +"ui.popup" = { bg = "black_1" } "ui.window" = { fg = "maroon" } "ui.help" = { bg = "#7958DC", fg = "#171452" } |