If you have a GUI Vim or a 24-bit terminal with Vim 8, add this to your vimrc:
set termguicolors
colorscheme sidonia
Not sure if your terminal supports 24 bit colorschemes? Check out this list: Truecolor Supported Terminals
If you do not have Vim8 you can still run sidonia in full color. You will need to use the sidonia terminal theme in conjunction with the sidonia.vim colorscheme. Essentially this method works similar to the Base-16 colorschemes in that vim will target the terminal colors ( 0 - 15 ). Then add this to your vimrc:
colorscheme sidonia
There are a few ways to install sidonia. The first option is by using your favorite vim package manager and the second is by manual download.
Manager | Location | Setup |
---|---|---|
Vundle | add to .vimrc: | Plugin 'alessandroyorba/sidonia' |
NeoBundle | add to .vimrc: | NeoBundle 'alessandroyorba/sidonia' |
VimPlug | add to .vimrc: | Plug 'alessandroyorba/sidonia' |
Pathogen | from terminal: | cd ~/.vim/bundle && \ git clone git://github.com/alessandroyorba/sidonia |
Download the .zip and copy sidonia.vim
to ~/.vim/colors
(on Windows <your-vim-dir>\vimfiles\colors
). Or for global accessibility, /usr/share/vim/vimfiles/colors
.
Feedback, issues or suggestions?. Open an Issue Sidonia Issues! Also, if you like Sidonia you might want to check out some of the other Vim themes that I'm working on: