Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created July 13, 2014 00:39
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 Shelob9/813d8c58bd9cb7262fc7 to your computer and use it in GitHub Desktop.
Save Shelob9/813d8c58bd9cb7262fc7 to your computer and use it in GitHub Desktop.
$complement: complement($primary);
$primaryShade: shade($primary, 40%);
$primaryTint: tint($primary, 40%);
$secondaryShade: shade($secondary, 40%);
$secondaryTint: tint($secondary, 40%);
$complementaryShade: shade($complement, 40%);
$complementaryTint: tint($complement, 40%);
$highlightShade: shade($highlight, 40%);
$highlightTint: tint($highlight, 40%);
$accentShade: shade($accent, 40%);
$accentTint: tint($accent, 40%);
$backgroundShade: shade($background, 40%);
$backgrounTint: tint($background, 40%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment