changed ColorColumn highlight in neovim :3
This commit is contained in:
parent
e861f21ef2
commit
86d0fda70e
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ local function load_colors()
|
||||||
-- editor colors :3 --------------------------------------------------------
|
-- editor colors :3 --------------------------------------------------------
|
||||||
|
|
||||||
vim.api.nvim_set_hl(0, "Visual", { bg = secondary_10 })
|
vim.api.nvim_set_hl(0, "Visual", { bg = secondary_10 })
|
||||||
|
vim.api.nvim_set_hl(0, "ColorColumn", { bg = secondary_30 })
|
||||||
|
|
||||||
-- blink.cmp ---------------------------------------------------------------
|
-- blink.cmp ---------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue