diff options
author | Abouzar Parvan <[email protected]> | 2021-10-24 12:23:10 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-24 12:23:10 +0330 |
commit | 674588a375ce354e77dc6ced858e7c5efcbf67d9 (patch) | |
tree | a7e37fea40d82a64d33d2ae6f8e3e7e4ba6ebbb6 | |
parent | f59af32e115d567a60b045c7e197199f1aa96fc6 (diff) |
feat: make listchars visible
Fixes #1812
-rw-r--r-- | lua/onedarker/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/onedarker/highlights.lua b/lua/onedarker/highlights.lua index 2869977c..f035635b 100644 --- a/lua/onedarker/highlights.lua +++ b/lua/onedarker/highlights.lua @@ -18,7 +18,7 @@ local highlights = { FoldColumn = { fg = C.accent, bg = C.alt_bg }, LineNr = { fg = C.context }, FloatBorder = { fg = C.gray, bg = C.alt_bg }, - Whitespace = { fg = C.bg }, + Whitespace = { fg = C.gray }, VertSplit = { fg = C.bg, bg = C.fg }, CursorLine = { bg = C.dark }, CursorColumn = { bg = C.dark }, |