From cab89642364cfda0595365f5fefa238cb0ed4273 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Sun, 4 Mar 2018 12:28:08 +0100 Subject: [PATCH] Plugins: add solarized8 colorscheme Closes #123 --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index cc3e902..d68a6c8 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -57,7 +57,7 @@ Here's a list of commonly used colorschemes: - [paramount](https://github.com/owickstrom/vim-colors-paramount) - [railscasts](https://github.com/jpo/vim-railscasts-theme) - [seoul256](https://github.com/junegunn/seoul256.vim) -- [solarized](https://github.com/altercation/vim-colors-solarized) (or a lighter variant: [flattened](https://github.com/romainl/flattened)) +- [solarized](https://github.com/altercation/vim-colors-solarized) (or [solarized8](https://github.com/lifepillar/vim-solarized8) or [flattened](https://github.com/romainl/flattened)) - [tomorrow](https://github.com/chriskempson/vim-tomorrow-theme) - [vividchalk](https://github.com/tpope/vim-vividchalk) - [yowish](https://github.com/kabbamine/yowish.vim)