Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created April 11, 2012 23:59
Show Gist options
  • Save stephenway/2363595 to your computer and use it in GitHub Desktop.
Save stephenway/2363595 to your computer and use it in GitHub Desktop.
Default Theme Variables
// Colors
$default-title-color: #a2ce54 !default;
$default-header-color: #444444 !default;
$default-subheader-color: #666666 !default;
$default-text-color: #555555 !default;
$default-alt-text-color: #777777 !default;
$default-subdued-text-color: #999999 !default;
$default-link-color: #318ab9 !default;
$default-link-hover-color: #3c9ccf !default;
// Borders
$default-border-color: transparent !default;
$default-border-darker-color: #222222 !default;
$default-border-shadow-color: #000000 !default;
$default-border-highlight-color: #444444 !default;
// Background
$default-bg-color: #ffffff !default;
$deafult-alt-bg-color: #111111 !default;
$default-use-bg-image: false !default;
$default-bg-image: "background.gif" !default;
// Content Background
$default-content-bg-color: #ffffff !default;
$default-content-bg-gradient-color: #222222 !default;
$default-use-content-bg-image: true !default;
$default-content-bg-image: "container.jpg" !default;
// Other Backgrounds
$default-box-bg-color: #343434 !default;
$default-box-bg-gradient-color: #222222 !default;
$default-use-box-bg-image: true !default;
$default-box-bg-image: "alt-bg.svg.png" !default;
$default-highlight-bg-color: #141414 !default;
$default-use-highlight-image: true !default;
$default-hightlight-image: "highlight-bg.svg.png" !default;
// Buttons
$default-button-bg-color: #000000 !default;
$default-button-bg-gradient-color: #333333 !default;
// Typography
$default-header-font: "Helvetica, Arial, sans-serif" !default;
$default-regular-font: "Helvetica, Arial, sans-serif" !default;
// Use font replacement for title
$default-use-font-replacement: true !default;
// Typeface for font replacement
$default-font-family: "LeagueGothic" !default;
// Color for font replacement
$default-fancy-text-color: #c7fc67 !default;
// Gradient color for font replacement
$default-fancy-text-gradient-color: #7a9c3f !default;
// Images
$default-use-reflections: false !default;
$default-use-logo-image: false !default;
$default-logo-image: "logo.png" !default;
$default-search-image: "search-onyx.gif" !default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment