A dark vim theme for 256-color terminals
or GVim
As of 2023-06-30
, this repo has been replaced by: midnight-meadow.nvim and will no longer be updated.
Javascript and Python samples:
You can use any of your favorite vim plugin manager to install or drop dark-meadow.vim
into ~/.vim/colors/
Afterwards, add the following into your vimrc
if not already added:
syntax on
set t_Co=256
set background=dark
colorscheme dark-meadow