From 069989a444d98cf349dd1dae7afd388dd0133266 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 15 Oct 2021 16:18:31 -0700 Subject: [PATCH] Fix Directory and Delimeter color in classic --- lua/lush_theme/wombat_classic.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lush_theme/wombat_classic.lua b/lua/lush_theme/wombat_classic.lua index 9fbb196..677b819 100644 --- a/lua/lush_theme/wombat_classic.lua +++ b/lua/lush_theme/wombat_classic.lua @@ -73,7 +73,7 @@ local theme = lush(function() -- CursorIM { }, -- like Cursor, but used when in IME mode |CursorIM| 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. - -- 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| DiffChange { bg = hsl("#382a37") }, -- diff mode: Changed 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 -- SpecialChar { }, -- special character in a constant -- Tag { }, -- you can use CTRL-] on this - -- Delimiter { }, -- character that needs attention + -- Delimiter { Special }, -- character that needs attention -- SpecialComment { }, -- special things inside a comment -- Debug { }, -- debugging statements