aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIke Ku <dempfi@yahoo.com>2016-11-23 01:58:44 +0200
committerIke Ku <dempfi@yahoo.com>2016-11-23 02:26:49 +0200
commit33aacda9357999b29c6da57d2e57418203851511 (patch)
treeb8256419c82c41a81a2b8b1f670338caac1e8046 /README.md
parent0e2205250f01a5f7b6ec3148f5b45b12bad33999 (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
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