mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
7 lines
148 B
Lua
7 lines
148 B
Lua
-- colorscheme
|
|
|
|
-- basic color settings
|
|
vim.o.background = 'dark'
|
|
vim.cmd('colorscheme tccs')
|
|
vim.api.nvim_set_hl(0, 'colorcolumn', {bg='#772222'})
|