Modern theme for modern VIMs
Go to file
2022-12-12 23:32:52 +01:00
autoload Fix Undefined variable bug in vim-airline support script (#48) 2020-04-13 14:01:19 +03:00
colors Disable erroring line 2022-12-12 23:32:52 +01:00
term Add mirage scheme and update theme 2016-11-23 02:26:49 +02: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 looking for a maintainer notice 2020-05-29 09:19:17 +03:00
Roboto Mono for Powerline.ttf Update README.md 2016-10-17 15:42:59 +03:00

🌟🌟🌟 Looking for a maintainer. 🌟🌟🌟 This project needs your care and knowledge of VIM. Open an issue if you want to take that role.

ayu-vim

Warning

ayu is still in development and a lot of things need to be covered. Theme works only if VIM supports termguicolors option. This is true for Neovim and VIM from 7.4.1799.

Installation

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

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
" }}