| colors | slight color adjustments. not sure if i like the color of strings so far but i'll go with it | |
| install.sh | first commit | |
| LICENSE | first commit | |
| README.md | fix/change description | |
| screenshot.png | slight color adjustments. not sure if i like the color of strings so far but i'll go with it | |
pleasant.vim
a vibrate and fruity, yet pleasant (for myself? lol) vim colorscheme
Screenshot
Installing pleasant.vim
This section describes how to install the pleasant 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/pleasant.vim' -
Restart Vim.
-
In Vim, run
:PlugInstall. -
Add the following line to your
~/.vimrc:silent! colorscheme pleasant
Using the install.sh script
-
Run
git clone https://codeberg.org/m455/pleasant.vim -
Run
cd pleasant.vim -
Run
./install.sh -
Add the following line to your
~/.vimrc:silent! colorscheme pleasant
Installing manually
-
Run
git clone https://codeberg.org/m455/pleasant.vim -
Run
mkdir -p "$HOME/.vim/colors" -
Run
ln -sf pleasant.vim/colors/pleasant.vim "$HOME/.vim/colors/" -
Add the following line to your
"$HOME/.vimrc":silent! colorscheme pleasant
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.