A simple dark theme for vim.
It is designed for use in dark and bright environments, and for clear readability without straining your eyes.
The color codes are in https://www.ditig.com/256-colors-cheat-sheet
You can see the theme in: https://vimcolorschemes.com/gmorales08/gmorales-colorscheme
- Copy the
colors
directory, that contains the theme, into your~/.vim
directory, or if you have already a~/.vim/colors/
directory, copy the filegmorales.vim
into your~/.vim/colors/
- Open your
~/.vimrc
file and add the linecolorscheme gmorales
to activate the theme. - Reload your
~/.vimrc
and check that the colors change.