vim-purpura
☂️ A bold purple colorscheme for vim
Vim script★ 67⑂ 2 forksMITupdated 6 years ago
git clone https://github.com/yassinebridi/vim-purpura.gityassinebridi/vim-purpuraREADME.mdfork it — it’s yours
Purpura colorscheme for vim
Airline
A similar theme for tmux is here: tmux-purpura
Please read WIP
Install
1) Download
Plug 'yassinebridi/vim-purpura'
then install the plugin:
:PlugInstall
Plugin 'yassinebridi/vim-purpura'
then install the plugin:
:PluginInstall
2) Enable in .vimrc/init.vim
Add the following line to your .vimrc or init.vim:
colorscheme purpura
Make 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 %
For React/JSX/TSX developers
it's advised to install this plugin:
Plug 'maxmellon/vim-jsx-pretty'
WIP
Better support for cterm colors.- Support lightline.
more like this

