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`