Skip to content

zheng7/vim-wwdc16-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WWDC16 Color Scheme for Vim

WWDC16 Color Scheme

A colorful dark theme for Vim inspired by the colors of 2016's WWDC event.

Looking for a companion light theme? Check out vim-wwdc17-theme!

This color scheme works out of the box if you use:

  • Vim ≥7.4.1799 with termguicolors set, or
  • NeoVim,

and a true-color enabled terminal (e.g., iTerm2).

WWDC16 also works in MacVim, gVim, etc…: no configuration is needed.

For terminals not supporting true colors, you must set your 16 terminal ASCII colors to the WWDC16 palette. This repo contains color profiles for For macOS's Terminal.app and for iTerm2.

Options

Put the following options in your vimrc to customize the color scheme.

  • Enable italics in the terminal:

      let g:wwdc16_term_italics = 1
    

    Your terminal must support italics for this option to take effect.

  • Use a transparent background in the terminal:

      let g:wwdc16_term_trans_bg = 1
    

The color palette is available through g:wwdc16_palette.

Hacking

Do you want to hack the theme? Edit src/wwdc16.vim and :source it to recreate the color scheme.

If you extend or improve WWDC16, please consider submitting a pull request!

About

Colorful dark color scheme for Vim inspired by Apple's WWDC16 page

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%