We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OkMsg
1 parent 49a9266 commit 7eff96cCopy full SHA for 7eff96c
1 file changed
lua/catppuccin/groups/editor.lua
@@ -57,6 +57,7 @@ function M.get()
57
bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0,
58
blend = 100,
59
},
60
+ OkMsg = { fg = C.green }, -- success messages on the command line
61
Pmenu = {
62
bg = (O.transparent_background and vim.o.pumblend == 0) and C.none or C.mantle,
63
fg = C.overlay2,
0 commit comments