aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-09-14 19:43:23 +0200
committerHampusM <hampus@hampusmat.com>2022-09-14 19:43:23 +0200
commitad7d5b5d8c33720ce3727228bcb2626957235d53 (patch)
treee697688e437f4331eeb474a31e11ab18d6d5e923 /README.md
parentc102ca7093c5221ee3672bec164723514e601b31 (diff)
refactor: remove the light and mirage variants
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index a5592a0..f3eec14 100644
--- a/README.md
+++ b/README.md
@@ -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
```