Skip to content

A darker version of the modern theme for modern VIMs

License

Notifications You must be signed in to change notification settings

k4yt3x/ayu-vim-darker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayu Vim Darker

This repository is a fork of ayu-vim, with an extra darker theme.

comparison

Below are the themes that are directly from the original version.

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 'k4yt3x/ayu-vim-darker' " 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
let ayucolor="darker" " for darker 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 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
" }}

About

A darker version of the modern theme for modern VIMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published