summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-18 22:29:18 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-18 22:29:18 +0100
commitccd163ade0a11ccf5b243f44bcc2f2a8a7e6561c (patch)
tree8f807a89d12fcd4f0f17b38ea114d533cd6b0431 /lua/no-clown-fiesta
parentf0e3ed91cea32c39f8ba50ca7e71d750fd8f380c (diff)
Update whitespace and delimiter
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/highlights.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index 0c083c0..1c5af76 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.gray },
+ Whitespace = { fg = C.bg },
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.gray },
+ Delimiter = { fg = C.light_gray },
SpecialComment = { fg = C.blue },
Underlined = { style = "underline" },
Bold = { style = "bold" },