hi: Add indentline
This commit is contained in:
parent
e76da71933
commit
fa08e9a4ca
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ local theme = {
|
|||
-- UI Elements
|
||||
CursorLine = { bg = c.highlight_subtle },
|
||||
LineNr = { fg = c.dimmed, italic = true },
|
||||
IndentLine = { fg = "#ffffff" },
|
||||
IndentLineCurrent = { fg = c.dimmed },
|
||||
}
|
||||
|
||||
vim.cmd("hi clear")
|
||||
|
|
Loading…
Reference in a new issue