update
This commit is contained in:
parent
c16f88acd1
commit
29ef58fa86
@ -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.
|
---Screen-column at the cursor, when 'cursorcolumn' is set.
|
||||||
M.highlights.cursor_column = Highlight.new("CursorColumn", { bg = c["bg+2"] })
|
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.
|
---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)
|
---Directory names (and other special names in listings)
|
||||||
M.highlights.directory = Highlight.new("Directory", { link = gruber_hl.niagara_bold })
|
M.highlights.directory = Highlight.new("Directory", { link = gruber_hl.niagara_bold })
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user