From 8794e4d61c10a0faf024e72869998b360e5a01f5 Mon Sep 17 00:00:00 2001 From: pr0c3550r Date: Mon, 23 Jan 2023 21:55:50 +0100 Subject: [PATCH] changed colors of VertSplit Line --- nvim/.config/nvim/lua/pr073c70r/colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/pr073c70r/colors.lua b/nvim/.config/nvim/lua/pr073c70r/colors.lua index f0d6951..d0f354b 100644 --- a/nvim/.config/nvim/lua/pr073c70r/colors.lua +++ b/nvim/.config/nvim/lua/pr073c70r/colors.lua @@ -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"})