From 879d4a8b08cfe75a5a0aa3d2cc80e4835da4a0ab Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Tue, 7 Dec 2021 12:31:21 -0500 Subject: [PATCH] bold and italic error messages --- lua/catppuccin/core/mapper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccin/core/mapper.lua b/lua/catppuccin/core/mapper.lua index 45a2a1a..017e99e 100644 --- a/lua/catppuccin/core/mapper.lua +++ b/lua/catppuccin/core/mapper.lua @@ -31,7 +31,7 @@ local function get_base() CursorLine = { bg = cp.catppuccin15 }, -- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp. Directory = { fg = cp.catppuccin9 }, -- directory names (and other special names in listings) EndOfBuffer = { fg = cp.catppuccin1 }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. - ErrorMsg = { fg = cp.catppuccin5 }, -- error messages on the command line + ErrorMsg = { fg = cp.catppuccin5, style = "bold,italic" }, -- error messages on the command line VertSplit = { fg = cp.catppuccin13 }, -- the column separating vertically split windows Folded = { fg = cp.catppuccin9, bg = cp.catppuccin12 }, -- line used for closed folds FoldColumn = { bg = cp.catppuccin1, fg = cp.catppuccin11 }, -- 'foldcolumn'