diff options
author | Abouzar Parvan <[email protected]> | 2021-09-26 10:47:42 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-26 10:47:42 +0330 |
commit | 464f092ada7b6e54f5ad65aea0ae3c1b55f618f4 (patch) | |
tree | 65bb22c60ab9b910ef65a84d1c2f63b44f795e81 /lua | |
parent | 8009ff4fee6c46f2ea80b084447fe2052740c378 (diff) |
Update highlights.lua
Diffstat (limited to 'lua')
-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 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 }, |