daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

add wwdc16 theme #202

Closed johnpryan closed 6 years ago

johnpryan commented 8 years ago

Adds a theme based on the WWDC 2016 website:

wwdc16

Here's a quick link to the source file for review.

Here's the plaintext palette I used, which is based on vim-wwdc16 by @lifepillar:

#25272f
#dc3c3c
#64878f
#d28e5d
#4670d8
#b73999
#00aba5
#999999
#333333
#666666
#52bd58
#95c76f
#8485ce
#ffffff

Side note: I noticed that running the generator is updating the copyrights to 2016, so I'm not 100% sure if I added all of the necessary files (I ran a quick find . -name wwdc* -print0 | xargs -0 git add to add the necessary files)

@daylerees