From 33aacda9357999b29c6da57d2e57418203851511 Mon Sep 17 00:00:00 2001 From: Ike Ku Date: Wed, 23 Nov 2016 01:58:44 +0200 Subject: Add mirage scheme and update theme * Add mirage color scheme * Update all color schemes * Hg for GitGutter * Hg for NerdTree * Add mirage color for iTerm --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9b4658..4a23435 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ -![Imgur](http://i.imgur.com/zPs92Hk.png) +![ayu-vim](http://i.imgur.com/7vnF4Na.png) -# Pre-alpha Warning -This theme is in development stage and a lot of things need to be covered. Theme works only if VIM supports `termguicolors` option. This is true for [Neovim](https://neovim.io) and VIM from 7.4.1799. +# 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](https://neovim.io) and VIM from 7.4.1799. # Instalation ```VimL -Plug 'ayu-theme/ayu-vim' " or other package manager +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 +let ayucolor="light" " for light version of theme +let ayucolor="mirage" " for mirage version of theme +let ayucolor="dark" " for dark version of theme +set termguicolors " enable true colors support ``` # Term colors -- cgit v1.2.3-18-g5258