mirror of
https://github.com/ViViDboarder/wombat.nvim.git
synced 2024-11-14 10:06:27 +00:00
Fix Directory and Delimeter color in classic
This commit is contained in:
parent
efc1dba991
commit
069989a444
@ -73,7 +73,7 @@ local theme = lush(function()
|
|||||||
-- CursorIM { }, -- like Cursor, but used when in IME mode |CursorIM|
|
-- CursorIM { }, -- like Cursor, but used when in IME mode |CursorIM|
|
||||||
CursorColumn { Cursor }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
CursorColumn { Cursor }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
|
||||||
CursorLine { bg = c.grey_6}, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
|
CursorLine { bg = c.grey_6}, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
|
||||||
-- Directory { }, -- directory names (and other special names in listings)
|
Directory { fg = c.cyan }, -- directory names (and other special names in listings)
|
||||||
DiffAdd { bg = hsl("#2a0d6a") }, -- diff mode: Added line |diff.txt|
|
DiffAdd { bg = hsl("#2a0d6a") }, -- diff mode: Added line |diff.txt|
|
||||||
DiffChange { bg = hsl("#382a37") }, -- diff mode: Changed line |diff.txt|
|
DiffChange { bg = hsl("#382a37") }, -- diff mode: Changed line |diff.txt|
|
||||||
DiffDelete { fg = hsl("#242424"), bg = hsl("#3e3969") }, -- diff mode: Deleted line |diff.txt|
|
DiffDelete { fg = hsl("#242424"), bg = hsl("#3e3969") }, -- diff mode: Deleted line |diff.txt|
|
||||||
@ -161,7 +161,7 @@ local theme = lush(function()
|
|||||||
Special { fg = c.yellow }, -- (preferred) any special symbol
|
Special { fg = c.yellow }, -- (preferred) any special symbol
|
||||||
-- SpecialChar { }, -- special character in a constant
|
-- SpecialChar { }, -- special character in a constant
|
||||||
-- Tag { }, -- you can use CTRL-] on this
|
-- Tag { }, -- you can use CTRL-] on this
|
||||||
-- Delimiter { }, -- character that needs attention
|
-- Delimiter { Special }, -- character that needs attention
|
||||||
-- SpecialComment { }, -- special things inside a comment
|
-- SpecialComment { }, -- special things inside a comment
|
||||||
-- Debug { }, -- debugging statements
|
-- Debug { }, -- debugging statements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user