mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-19 02:17:44 +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'})
|