catpuccin ui.popup should be a different color from ui.background (#2644)

pull/2647/head
Michael Zeller 2 years ago committed by GitHub
parent 8d4c954060
commit 99e08f50bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" }

Loading…
Cancel
Save