aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bb239ed71d2982e62bef721eaba805d0cedf43e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

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

Term colors

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

Ident line

To get ident 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
" }}