diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-14 19:43:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-14 19:43:23 +0200 |
commit | ad7d5b5d8c33720ce3727228bcb2626957235d53 (patch) | |
tree | e697688e437f4331eeb474a31e11ab18d6d5e923 /README.md | |
parent | c102ca7093c5221ee3672bec164723514e601b31 (diff) |
refactor: remove the light and mirage variants
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,9 +10,6 @@ A continuation of the [Ayu-Vim project](https://github.com/ayu-theme/ayu-vim). Plug 'https://git.hampusmat.com/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 ``` |