Skip to content

Instantly share code, notes, and snippets.

View stchr's full-sized avatar

Simon Stücher stchr

  • Digistore24 GmbH
  • Siegen, Germany
View GitHub Profile
@stchr
stchr / config.json
Created April 22, 2016 20:43 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#D11E00, 6.5%)",
"@brand-success": "#5cb85c",