From 86d0fda70eea7a369b1b0ea90818d8dff160fc92 Mon Sep 17 00:00:00 2001 From: foxora Date: Thu, 19 Mar 2026 16:07:54 +0000 Subject: [PATCH] changed ColorColumn highlight in neovim :3 --- homes/modules/programs/neovim/lua/colors.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/modules/programs/neovim/lua/colors.lua b/homes/modules/programs/neovim/lua/colors.lua index 077dfaa..47d6580 100644 --- a/homes/modules/programs/neovim/lua/colors.lua +++ b/homes/modules/programs/neovim/lua/colors.lua @@ -84,6 +84,7 @@ local function load_colors() -- editor colors :3 -------------------------------------------------------- vim.api.nvim_set_hl(0, "Visual", { bg = secondary_10 }) + vim.api.nvim_set_hl(0, "ColorColumn", { bg = secondary_30 }) -- blink.cmp ---------------------------------------------------------------