Install colorscheme Terroo Colors on your Vim
Terroo Colors is a Material Color Scheme Darker for Vim.
Terroo Colors is a Material Color Scheme Darker for Vim & inspired by vim-monokai-bold and Minimalist.
Installation
To install this color scheme, you can use one of the following ways:
- Use Vundle by adding
to your
.vimrc
Vundle plugin section:
Plugin 'terroo/terroo-colors'
Then run :PluginInstall
.
OR
- Use vim-plug by adding
to your
.vimrc
vim-plug section:
Plug 'terroo/terroo-colors'
Then run :PlugInstall
.
OR
- Use Pathogen:
Run the following in a terminal:
cd ~/.vim/bundle
git clone https://github.com/terroo/terroo-colors
Usage
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
Support
As you know, color scheme in vim by default supports many programming languages.
At this time terroo-colors
is looks beautiful & focused on:
- C++
- CSS/CSS3
- HTML/HTML5
- JavaScript
- Markdown
- PHP
- Python
- Ruby
- Sass
- Shell
- XML
If you need more syntax highlighting, you can use vim-polyglot.
Links
License
GPLv3 © Terminal Root
Comments