1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-19 02:17:44 +01:00
dotfiles/.config/nvim/plugin/colorscheme.lua

4 lines
103 B
Lua
Raw Normal View History

-- tiyn/vim-tccs
2023-01-13 04:03:00 +01:00
vim.cmd('colorscheme tccs')
vim.api.nvim_set_hl(0, 'colorcolumn', { bg = '#772222' })