From 89567373903ac755d71e56ceabf08daae3ad4b2f Mon Sep 17 00:00:00 2001 From: An4nke Date: Mon, 4 Oct 2021 22:18:50 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 82d8e6a..5d88dc9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # vim-colorscheme_forest-refuge Additional Colorscheme for the texteditor vim (on debian) + +## Install colorsheme + +1. Download *.vim file: + +2. Copy *.vim into $VIMRUNTIME/colors + + *inside VIM* + `:echo $VIMRUNTIME` + + +3. activate colorscheme inside vim: + +`:colorscheme forest_refuge` + +4. Add the colorscheme for auto-activation into $VIM/vimrc + +`colorcheme forest_refuge`