Skip to content

Instantly share code, notes, and snippets.

@max
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save max/9667173 to your computer and use it in GitHub Desktop.
Save max/9667173 to your computer and use it in GitHub Desktop.
$blue: #00AFED;
$green: #A6FA62;
$yellow: #FFEB45;
$orange: #FFAA3F;
$red: #E65252;
$default-background-color: #1B1B24;
$default-text-color: #7A7A8A;
$highlight-text-color: #B0AEC8;
$default-heading-color: white;
$header-background-color: #464368;
$default-action-color: #7C76B8; // burple
$disabled-action-color: #2A2A38; // dark burple
$highlight-action-color: white;
$active-action-color: #00AFED; // bluuuuuuue
$default-line-color: #2F2F3E;
$default-button-color: #7C76B8;
$active-button-color: #00AFED;
$disabled-button-color: lighten(#2A2A38, 10%);
$tooltip-base-color: #FFF;
$tooltip-text-color: #000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment