Update highlights.lua

This commit is contained in:
Abouzar Parvan 2021-09-26 10:47:42 +03:30 committed by GitHub
parent 8009ff4fee
commit 464f092ada
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 },