Skip to content

Commit 7eff96c

Browse files
committed
feat(hl/editor): add OkMsg
1 parent 49a9266 commit 7eff96c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/catppuccin/groups/editor.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function M.get()
5757
bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0,
5858
blend = 100,
5959
},
60+
OkMsg = { fg = C.green }, -- success messages on the command line
6061
Pmenu = {
6162
bg = (O.transparent_background and vim.o.pumblend == 0) and C.none or C.mantle,
6263
fg = C.overlay2,

0 commit comments

Comments
 (0)