aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorMichael Zeller2022-06-01 21:11:58 +0000
committerGitHub2022-06-01 21:11:58 +0000
commit99e08f50bdfeb24abe6afff8082ee160a7cadb6f (patch)
tree378bf2166f1dfd3e2f32b74d649e4a132b7950ec /runtime/themes
parent8d4c954060ef0a67bf081692e92ef64576d0a27b (diff)
catpuccin ui.popup should be a different color from ui.background (#2644)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/catpuccin.toml2
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" }