update colorcolumn to be more visible

This commit is contained in:
TheSoeren 2025-05-21 11:30:38 +02:00
parent 4c2ade6e59
commit 0663b77784
2 changed files with 2 additions and 4 deletions

View File

@ -406,9 +406,7 @@ require('lazy').setup({
priority = 1000, -- Make sure to load this before all the other start plugins.
init = function()
vim.cmd.colorscheme 'tokyonight-night'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'
vim.api.nvim_set_hl(0, 'ColorColumn', { bg = '#2C2E22' })
end,
},

View File

@ -11,7 +11,7 @@ vim.opt.relativenumber = true
vim.opt.termguicolors = true
vim.opt.colorcolumn = '100'
vim.opt.colorcolumn = '80'
vim.g.have_nerd_font = false