| colors | made errors more readable | |
| install.sh | first commit | |
| LICENSE | first commit | |
| README.md | first commit | |
| screenshot.png | first commit | |
default2.vim
an alternative default colorscheme for vim, where i just changed things that weren't easy on my eyes, like random bolds on bright colors, or the jarring white statusline.
Screenshot
Installing default2.vim
This section describes how to install the default2 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/default2.vim' -
Restart Vim.
-
In Vim, run
:PlugInstall. -
Add the following line to your
~/.vimrc:colorscheme default2
Using the install.sh script
-
Run
git clone https://codeberg.org/m455/default2.vim -
Run
cd default2.vim -
Run
./install.sh -
Add the following line to your
~/.vimrc:colorscheme default2
Installing manually
-
Run
git clone https://codeberg.org/m455/default2.vim -
Run
mkdir -p "$HOME/.vim/colors" -
Run
ln -sf default2.vim/colors/default2.vim "$HOME/.vim/colors/" -
Add the following line to your
"$HOME/.vimrc":colorscheme default2
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.