summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/onedarker/highlights.lua2
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 },