A (lightweight) colorscheme for vim that embraces just 16 colors all used from your terminal emulator for a nice consistent look with other command line applications.
Use your favourite vim plugin manager. For instance, with vim-plug
:
Plug 'lstwn/terminal.vim'
Then set in your .vimrc
:
colorscheme terminal
You can use the ColorScheme
autocommand event to tweak the colorscheme.