Skip to content

Instantly share code, notes, and snippets.

@jonpacker
Created September 25, 2013 11:58
Show Gist options
  • Save jonpacker/6698648 to your computer and use it in GitHub Desktop.
Save jonpacker/6698648 to your computer and use it in GitHub Desktop.
{
"defs": {
"$cs_red" : "#dc322f",
"$cs_orange" : "#cb4b16",
"$cs_blue" : "#268bd2",
"$cs_pink" : "#d33682",
"$cs_yellow" : "#b58900",
"$cs_green" : "#859900",
"$cs_video" : "$cs_blue",
"$cs_video_pop" : "$cs_green",
"$cs_edit" : "$cs_green",
"$cs_selection" : "$cs_green",
"$cs_tags" : "$cs_green",
"$cs_metadata" : "$cs_blue",
"$cs_chapters" : "$cs_orange",
"$cs_highlights" : "$cs_pink",
"$cs_sequences" : "$cs_highlights",
"$cs_publish" : "$cs_yellow",
"$cs_dangerzone" : "$cs_red",
"$cs_error" : "$cs_red",
"$cs_me" : "$cs_green",
"$cs_areas" : "$cs_orange",
"$cs_users" : "$cs_green",
"$cs_error" : "$cs_red",
"$cs_timeline" : "$cs_green",
"$cs_playlists" : "$cs_yellow",
"$cs_darker" : "#002b36",
"$cs_dark" : "#073642",
"$cs_medium" : "#586e75",
"$cs_highlight" : "$cs_orange",
"$cs_light" : "#93a1a1",
"$cs_lighter" : "#eee8d5",
"$cs_darkbg" : "#002b36",
"$cs_lightbg" : "#073642",
"$cs_font" : "europa",
"$cs_font_narrow": "proxima-nova-condensed"
}
}
{
"light": true,
"defs": {
"$cs_red" : "#dc322f",
"$cs_orange" : "#cb4b16",
"$cs_blue" : "#268bd2",
"$cs_pink" : "#d33682",
"$cs_yellow" : "#b58900",
"$cs_green" : "#859900",
"$cs_video" : "$cs_blue",
"$cs_video_pop" : "$cs_green",
"$cs_edit" : "$cs_green",
"$cs_selection" : "$cs_green",
"$cs_tags" : "$cs_green",
"$cs_metadata" : "$cs_blue",
"$cs_chapters" : "$cs_orange",
"$cs_highlights" : "$cs_pink",
"$cs_sequences" : "$cs_highlights",
"$cs_publish" : "$cs_yellow",
"$cs_dangerzone" : "$cs_red",
"$cs_error" : "$cs_red",
"$cs_me" : "$cs_green",
"$cs_areas" : "$cs_orange",
"$cs_users" : "$cs_green",
"$cs_error" : "$cs_red",
"$cs_timeline" : "$cs_green",
"$cs_playlists" : "$cs_yellow",
"$cs_lighter" : "#002b36",
"$cs_light" : "#073642",
"$cs_medium" : "#586e75",
"$cs_highlight" : "$cs_orange",
"$cs_dark" : "#eee8d5",
"$cs_darker" : "#fdf6e3",
"$cs_darkbg" : "$cs_darker",
"$cs_lightbg" : "$cs_dark",
"$cs_font" : "europa",
"$cs_font_narrow": "proxima-nova-condensed"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment