You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/catppuccin/groups/editor.lua
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ function M.get()
52
52
Search= { bg=U.darken(C.sky, 0.30, C.base), fg=C.text }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
53
53
IncSearch= { bg=U.darken(C.sky, 0.90, C.base), fg=C.mantle }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
54
54
CurSearch= { bg=C.red, fg=C.mantle }, -- 'cursearch' highlighting: highlights the current search you're on differently
55
-
SpecialKey= { fg=C.text }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' textspace. |hl-Whitespace|
55
+
SpecialKey= { link="NonText"}, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' textspace. |hl-Whitespace|
56
56
SpellBad= { sp=C.red, style= { "undercurl" } }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
57
57
SpellCap= { sp=C.yellow, style= { "undercurl" } }, -- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
58
58
SpellLocal= { sp=C.blue, style= { "undercurl" } }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
0 commit comments