This commit is contained in:
Volodymyr Patuta 2026-05-15 09:52:04 +02:00
parent c16f88acd1
commit 29ef58fa86

View File

@ -34,7 +34,7 @@ M.highlights.cursor_im = Highlight.new("CursorIM", { fg = c.none, bg = c.yellow
---Screen-column at the cursor, when 'cursorcolumn' is set.
M.highlights.cursor_column = Highlight.new("CursorColumn", { bg = c["bg+2"] })
---Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
M.highlights.cursor_line = Highlight.new("CursorLine", { bg = c.bg })
M.highlights.cursor_line = Highlight.new("CursorLine", { bg = c["bg+1"] })
---Directory names (and other special names in listings)
M.highlights.directory = Highlight.new("Directory", { link = gruber_hl.niagara_bold })