diff options
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 1c5af76..0c083c0 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -18,7 +18,7 @@ local highlights = { FoldColumn = { fg = C.light_gray, bg = C.alt_bg }, LineNr = { fg = C.gray }, FloatBoder = { fg = C.gray, bg = C.alt_bg }, - Whitespace = { fg = C.bg }, + Whitespace = { fg = C.gray }, VertSplit = { fg = C.bg, bg = C.accent }, CursorLine = { bg = C.alt_bg }, CursorColumn = { bg = C.alt_bg }, @@ -83,7 +83,7 @@ local highlights = { SpecialChar = { fg = C.orange }, Tag = { fg = C.pale_purple }, Debug = { fg = C.red }, - Delimiter = { fg = C.light_gray }, + Delimiter = { fg = C.gray }, SpecialComment = { fg = C.blue }, Underlined = { style = "underline" }, Bold = { style = "bold" }, |