summaryrefslogtreecommitdiff
path: root/lua/onedarker/highlights.lua
diff options
context:
space:
mode:
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 ef4f2759..dbdd2416 100644
--- a/lua/onedarker/highlights.lua
+++ b/lua/onedarker/highlights.lua
@@ -17,7 +17,7 @@ local highlights = {
Folded = { fg = C.accent, bg = C.alt_bg },
FoldColumn = { fg = C.accent, bg = C.alt_bg },
LineNr = { fg = C.context },
- FloatBoder = { fg = C.gray, bg = C.alt_bg },
+ FloatBorder = { fg = C.gray, bg = C.alt_bg },
Whitespace = { fg = C.bg },
VertSplit = { fg = C.bg, bg = C.fg },
CursorLine = { bg = C.dark },