diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:32:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:32:07 +0100 |
commit | 0916ca40efc0245b15415a42141c367557308432 (patch) | |
tree | a47bdfb21e3b62014c447dd5d5add7c62f39a9fb /lua/no-clown-fiesta | |
parent | ccd163ade0a11ccf5b243f44bcc2f2a8a7e6561c (diff) |
Revert "Update whitespace and delimiter"
This reverts commit ccd163ade0a11ccf5b243f44bcc2f2a8a7e6561c.
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" }, |