Modern theme for modern VIMs
Go to file
2016-10-17 18:40:43 -02:00
colors Update README.md 2016-10-17 15:42:59 +03:00
term Update README.md 2016-10-17 15:42:59 +03:00
.gitignore Update README.md 2016-10-17 15:42:59 +03:00
LICENSE Initial commit 2016-10-17 14:44:21 +03:00
README.md Add set termguicolors 2016-10-17 18:40:43 -02:00
Roboto Mono for Powerline.ttf Update README.md 2016-10-17 15:42:59 +03:00

Imgur

Pre-alpha Warning

This theme is in development stage and a lot of things need to be covered. Theme works only with Neovim and termguicolors option.

Instalation

Plug 'ayu-theme/ayu-vim' " or other package manager 
"...
colorscheme ayu
set background=light " for light version of theme
set background=dark  " for dark version of theme
set termguicolors    " enable true colors support

Term colors

For now In /term you can find color schemes for iTerm. More to come.

Indent line

To get indent line like in the screenshot install https://github.com/Yggdroot/indentLine with my version of Roboto Mono for Powerline from this repo and add this config. In this Roboto Mono version added powerline glyphs and increased line-height of the font itself.

" IndentLine {{
let g:indentLine_char = ''
let g:indentLine_first_char = ''
let g:indentLine_showFirstIndentLevel = 1
let g:indentLine_setColors = 0
" }}