changed colors of VertSplit Line
This commit is contained in:
parent
5079be1c63
commit
8794e4d61c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ vim.api.nvim_set_hl(0, "StatusLine", {bold = false, bg = "#1d2021", fg = "#89b48
|
|||
vim.api.nvim_set_hl(0, "StatusLineNC", {bg = "#1d2021", fg = "#5b534d"})
|
||||
|
||||
-- color of vertical split line
|
||||
vim.api.nvim_set_hl(0, "VertSplit", {bg = "none", fg = "#1d2021"})
|
||||
vim.api.nvim_set_hl(0, "VertSplit", {bg = "#141617", fg = "#141617"})
|
||||
|
||||
-- color of the cursorline and cursorlinenumber
|
||||
vim.api.nvim_set_hl(0, "Cursorline", {bg = "#141617"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue