Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created September 20, 2013 15:02
Show Gist options
  • Select an option

  • Save Wolfr/6638890 to your computer and use it in GitHub Desktop.

Select an option

Save Wolfr/6638890 to your computer and use it in GitHub Desktop.
// Background and text colors (neutral)
$very-light-color: #fff !default;
$very-subtle-color: #f5f5f5 !default;
$subtle-color: #DDD !default;
$light-medium-color: #D7C9D6 !default;
$light-color: lighten($light-medium-color, 10%) !default;
$muted-color: #998197 !default;
$medium-color: #3e3744 !default; // rather dark
$dark-color: #3F2B3F !default;
$very-dark-color: #000 !default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment