Skip to content

bignimbus/pop-punk.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎸 Pop-Punk

jsx

Dark, high-contrast color scheme for vim

Installation

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'

Plugins supported

Some plugins have custom highlight groups. Pop-punk supports some highlight groups from the following plugins:

Other 🎸 Pop-Punk themes

Notes

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)

Screenshots

Color scheme

css ruby html popup ts terminal

Airline theme

Airline normal Airline insert Airline visual Airline replace Airline inactive Airline tabline

About

🎸 Dark, high-contrast color scheme for vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published