All Projects â†’ bignimbus â†’ pop-punk.vim

bignimbus / pop-punk.vim

Licence: MIT license
🎸 Dark, high-contrast color scheme for vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to pop-punk.vim

nix-rice
A library to functionally define your configuration and theme (rice) with Nix
Stars: ✭ 43 (-28.33%)
Mutual labels:  color-scheme
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-61.67%)
Mutual labels:  color-scheme
base16-vis
Base16 for Vis
Stars: ✭ 16 (-73.33%)
Mutual labels:  color-scheme
Rider-Visual-Studio-2019-Dark-Theme
Visual Studio 2019 Dark Theme for JetBrains Rider
Stars: ✭ 28 (-53.33%)
Mutual labels:  color-scheme
OneKeyChangeXIBColor
快速修改XIB或者Storyboard的控件颜色
Stars: ✭ 25 (-58.33%)
Mutual labels:  color-scheme
color-palette-generator
This WordPress plugin allows you to generate & show color palettes for all your images in your Media Library.
Stars: ✭ 19 (-68.33%)
Mutual labels:  color-scheme
deepin-snazzy
Elegant Deepin Terminal theme with bright colors.
Stars: ✭ 38 (-36.67%)
Mutual labels:  color-scheme
atom-loved-syntax
Love never ends
Stars: ✭ 12 (-80%)
Mutual labels:  color-scheme
oceanic-next-vim
Oceanic Next colorscheme for vim
Stars: ✭ 49 (-18.33%)
Mutual labels:  color-scheme
catppuccin
😸 Soothing pastel theme for the high-spirited!
Stars: ✭ 2,046 (+3310%)
Mutual labels:  color-scheme
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (+115%)
Mutual labels:  color-scheme
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+516.67%)
Mutual labels:  color-scheme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+75%)
Mutual labels:  color-scheme
pfsense-theme-gotham
A very dark colorscheme for pfSense
Stars: ✭ 22 (-63.33%)
Mutual labels:  color-scheme
gtk
🪟 Soothing pastel theme for GTK3
Stars: ✭ 150 (+150%)
Mutual labels:  color-scheme
Material-Ocean
A blueish oceanic color scheme for various applications
Stars: ✭ 79 (+31.67%)
Mutual labels:  color-scheme
ocean-space
🌊 Deep oceanic blue Visual Studio Code theme
Stars: ✭ 35 (-41.67%)
Mutual labels:  color-scheme
fairyfloss.vim
Pastel color scheme
Stars: ✭ 47 (-21.67%)
Mutual labels:  color-scheme
openbox
A theme for Openbox WM based in Dracula's color scheme.
Stars: ✭ 17 (-71.67%)
Mutual labels:  color-scheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+151.67%)
Mutual labels:  color-scheme

🎸 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 terminal

Airline theme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].