summaryrefslogtreecommitdiff
path: root/lua/onedarker/highlights.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-09-26 10:47:42 +0330
committerGitHub <[email protected]>2021-09-26 10:47:42 +0330
commit464f092ada7b6e54f5ad65aea0ae3c1b55f618f4 (patch)
tree65bb22c60ab9b910ef65a84d1c2f63b44f795e81 /lua/onedarker/highlights.lua
parent8009ff4fee6c46f2ea80b084447fe2052740c378 (diff)
Update highlights.lua
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 },