Purpura colorscheme for vim
A similar theme for tmux is here: tmux-purpura
Please read WIP
Plug 'yassinebridi/vim-purpura'
then install the plugin:
:PlugInstall
Plugin 'yassinebridi/vim-purpura'
then install the plugin:
:PluginInstall
Add the following line to your .vimrc or init.vim:
colorscheme purpuraMake sure to have these lines too in your vimrc, if you don't already:
set background=dark
set termguicolors
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"If you have vim-airline, you can also enable the provided theme:
let g:airline_theme = 'purpura'
If you prefere vim-crystalline, you can just change your settings to be like so:
let g:crystalline_theme = 'purpura'for vim-lightline
read WIP
then exit vim, and reopen or simply source your .vimrc/init.vim.
:so %it's advised to install this plugin:
Plug 'maxmellon/vim-jsx-pretty'
Better support for cterm colors.- Support lightline.