Skip to content

yassinebridi/vim-purpura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpura colorscheme for vim

A purple theme for vim

Screenshot

Airline

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.