summaryrefslogtreecommitdiff
path: root/lua/onedarker/highlights.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-30 14:43:29 +0200
committerkylo252 <[email protected]>2021-10-30 14:44:24 +0200
commit17648e5a07f8c4fe851b09f3037db58c73fe292f (patch)
tree6ef8f701b823e5d4f61945142eb7ceec2581ead4 /lua/onedarker/highlights.lua
parent1f2167df0ea3f837c9c78a0137a888ca05e5e83a (diff)
parentc4a85b32752e1ca41c6d9a2613b9d2e75dbf463d (diff)
Merge branch 'rolling'
Diffstat (limited to 'lua/onedarker/highlights.lua')
-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 },