Dark, high-contrast color scheme for vim
Use your plugin manager of choice.
" .vimrc
" example using vim-plug
call plug#begin('~/.vimplugins')
Plug 'bignimbus/pop-punk.vim'
" ...
call plug#end()
colorscheme 'pop-punk'
" pop-punk ANSI colors for vim terminal
let g:terminal_ansi_colors = pop_punk#AnsiColors()
" for the airline theme - note the underscore instead of the hyphen
let g:airline_theme = 'pop_punk'
" just for fun
let g:airline_section_c = '🎸 %F'
" for lightline theme - this needs underscore too
let g:lightline.colorscheme = 'pop_punk'
Some plugins have custom highlight groups. Pop-punk supports some highlight groups from the following plugins:
- Pop-Punk.muttrc for Mutt / Neomutt
Screenshots were taken with the following settings:
- Hack font (Nerd Font patched version) with vim-devicons
- Airline status and tab lines
- iTerm2 v3.3 (24-bit color)