Terroo Colors is a Material Color Scheme Darker for Vim & inspired by vim-monokai-bold and Minimalist.
To install this color scheme, you can use one of the following ways:
.vimrc
Vundle plugin section:Plugin 'terroo/terroo-colors'
Then run :PluginInstall
.
OR
.vimrc
vim-plug section:Plug 'terroo/terroo-colors'
Then run :PlugInstall
.
OR
Run the following in a terminal:
cd ~/.vim/bundle
git clone https://github.com/terroo/terroo-colors
After finishing installation, put this code to your .vimrc
:
set t_Co=256
syntax on
colorscheme terroo-colors
This color scheme also built-in with airline theme. If you wanna use:
let g:airline_theme='terrooairline'
let g:airline_powerline_fonts = 1
let g:airline#extensions#tabline#enabled = 1
As you know, color scheme in vim by default supports many programming languages.
At this time terroo-colors
is looks beautiful & focused on:
If you need more syntax highlighting, you can use vim-polyglot.
GPLv3 © Terminal Root