fix: better color for Directory

This commit is contained in:
Folke Lemaitre
2021-04-21 01:04:52 +02:00
parent bb951669d4
commit 75560db4e3
2 changed files with 67 additions and 32 deletions

View File

@@ -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|