Colors & Schemes
Information pertaining to SiVim's themes.
Colors
At the moment, all colours are centered around basic text styling. Other colors are controlled by
your personal terminal color scheme. The following code block shows all highlighting restrictions.
highlight Normal guibg=none ctermbg=none
highlight LineNr guibg=none ctermbg=none
highlight Folded guibg=none ctermbg=none
highlight NonText guibg=none ctermbg=none
highlight SpecialKey guibg=none ctermbg=none
highlight VertSplit guibg=none ctermbg=none
highlight SignColumn guibg=none ctermbg=none
highlight EndOfBuffer guibg=none ctermbg=none
These are the default settings, located inside of /.config/nivm/vim-plug/plugins.vim, but you can
them to your personal preference.
Color Schemes
Currently, there are about three themes. These include: Gruvbox, Everforest, and Onedark.
Plug 'sainnhe/everforest'
Plug 'navarasu/onedark.nvim'
Plug 'gruvbox-community/gruvbox'
You can change colorschemes by editing the following line:
Most schemes will have an obvious alias, but you can visit the SiVim
text sheet for more info.
colorscheme {scheme}