changed colors of VertSplit Line

This commit is contained in:
pr0c3550r 2023-01-23 21:55:50 +01:00
parent 5079be1c63
commit 8794e4d61c

View file

@ -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"})