From 99e08f50bdfeb24abe6afff8082ee160a7cadb6f Mon Sep 17 00:00:00 2001 From: Michael Zeller Date: Wed, 1 Jun 2022 17:11:58 -0400 Subject: [PATCH] catpuccin ui.popup should be a different color from ui.background (#2644) --- runtime/themes/catpuccin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/catpuccin.toml b/runtime/themes/catpuccin.toml index f7f11327994b..da9be4fbd167 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" }