You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WWDC17 also works in MacVim, gVim, etc…: no configuration is needed.
For terminals not supporting true colors, WWDC17 will fall back to use a (pretty
good) approximate palette based on xterm's 256 colors. And if you happen to
stumble upon an old vt100 terminal emulator, well, WWDC17 will fall back to
black&white at the blink of an eye!
Options
Put the following options in your vimrc to customize the color scheme.
Give your theme a unique touch by selecting a different frame
color:
let g:wwdc17_frame_color = 10
This is the color of the status line, tab line, and vertical splits.
The value of this option should be a number between 0 and 15.
Use a transparent background in the terminal:
let g:wwdc17_transp_bg = 1
The color palette is available through g:terminal_ansi_colors.
Hacking
Do you want to hack the theme? Install the
Colortemplate ftplugin and
modify wwdc17.colortemplate, then rebuild the colorscheme.
If you extend or improve WWDC17, please consider submitting a pull request!
About
Colorful light color scheme for Vim inspired by Apple's WWDC17 page