| colors | added forced highlights to make switching between themes nicer | |
| install.sh | first commit | |
| LICENSE | first commit | |
| README.md | fixed url in readme | |
| screenshot.png | first commit | |
garden.vim
a vim colorscheme mimicking the feel community gardens.
Screenshot
Installing garden.vim
This section describes how to install the garden colorscheme using one of the following methods:
Using vim-plug
If you use vim-plug, follow the steps below to install this colorscheme:
-
Add the following line to your
~/.vimrc:Plug 'https://codeberg.org/m455/garden.vim' -
Restart Vim.
-
In Vim, run
:PlugInstall. -
Add the following line to your
~/.vimrc:colorscheme garden
Using the install.sh script
-
Run
git clone https://codeberg.org/m455/garden.vim -
Run
cd garden.vim -
Run
./install.sh -
Add the following line to your
~/.vimrc:colorscheme garden
Installing manually
-
Run
git clone https://codeberg.org/m455/garden.vim -
Run
mkdir -p "$HOME/.vim/colors" -
Run
ln -sf garden.vim/colors/garden.vim "$HOME/.vim/colors/" -
Add the following line to your
"$HOME/.vimrc":colorscheme garden
Note: This creates a symlink from this git repository to ~/.vim/colors, so
you can run git pull && ./install.sh when you want retrieve updates for this
colorscheme.