fix: better color for Directory
This commit is contained in:
@@ -23,7 +23,7 @@ function M.setup(config)
|
||||
CursorIM = { style = "reverse" }, -- like Cursor, but used when in IME mode |CursorIM|
|
||||
CursorColumn = { bg = c.bg_highlight }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
||||
CursorLine = { bg = c.bg_highlight }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
|
||||
Directory = { fg = c.fg_dark }, -- directory names (and other special names in listings)
|
||||
Directory = { fg = c.blue }, -- directory names (and other special names in listings)
|
||||
DiffAdd = { bg = c.diff.add }, -- diff mode: Added line |diff.txt|
|
||||
DiffChange = { bg = c.diff.change }, -- diff mode: Changed line |diff.txt|
|
||||
DiffDelete = { bg = c.diff.delete }, -- diff mode: Deleted line |diff.txt|
|
||||
|
||||
Reference in New Issue
Block a user