include dark_minimal theme

This commit is contained in:
Christian Brabandt
2017-09-01 11:27:42 +02:00
parent 08c76e4cd0
commit af3292dbbb
2 changed files with 71 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ Currently this repository contains the following themes:
* cobalt2
* cool
* dark
* dark_minimal
* deus
* distinguished
* durant
@@ -127,6 +128,13 @@ g:airline_theme in your |.vimrc| like this: >
:let g:airline_theme='dark'
<
*airline-theme-dark_minimal*
This is a copy of the dark.vim theme, however it does not change colors in
the different modes, so should bring some performance improvements because
airline does not have to redefine highlighting groups after they have been
setup once. However, it won't change colors if e.g. the mode changes.
*airline-theme-solarized*
*g:solarized_base16*