Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/catppuccin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*catppuccin.txt* Soothing pastel theme for NeoVim
For nvim >= 0.8.0 Last change: 2026 May 20

==============================================================================
Table of Contents *catppuccin-table-of-contents*
Expand Down Expand Up @@ -460,7 +461,7 @@ Setting `enabled` to `true` enables this integration.
options will also apply to coc
In the nested tables you can set the style for the diagnostics, both
`virtual_text` (what you see on the side) and `underlines` (what points
directly at the thing (e.g. an error)).
directly at the thing (e.g. an error)).

>lua
lsp_styles = {
Expand Down
1 change: 1 addition & 0 deletions lua/catppuccin/groups/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function M.get()
CursorLine = {
bg = U.vary_color({ latte = U.lighten(C.mantle, 0.70, C.base) }, U.darken(C.surface0, 0.64, C.base)),
}, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if forecrust (ctermfg OR guifg) is not set.
Dimmed = { fg = C.overlay1 },
Directory = { fg = C.blue }, -- directory names (and other special names in listings)
EndOfBuffer = { fg = C.surface1 }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
ErrorMsg = { fg = C.red, style = { "bold", "italic" } }, -- error messages on the command line
Expand Down