Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2013 22:30
Show Gist options
  • Save anonymous/6721501 to your computer and use it in GitHub Desktop.
Save anonymous/6721501 to your computer and use it in GitHub Desktop.
Bootstrap Customizer Config
{
"vars": {
"@brand-primary": "#e8edff",
"@brand-success": "#264409",
"@brand-danger": "#8A1F11",
"@brand-info": "#514721",
"@text-color": "#444",
"@link-color": "#459",
"@link-color-hover": "#039",
"@border-radius-base": "3px",
"@border-radius-small": "2px",
"@state-success-text": "#264409",
"@state-success-bg": "#E6EFC2",
"@state-success-border": "#C6D880",
"@state-danger-text": "#8A1F11",
"@state-danger-bg": "#FBE3E4",
"@state-danger-border": "#FBC2C4",
"@state-info-text": "#514721",
"@state-info-bg": "#FFF6BF",
"@state-info-border": "#FFD324",
"@input-border": "#ddd",
"@dropdown-link-hover-color": "@gray-dark",
"@dropdown-link-active-color": "@gray-dark",
"@hr-border": "#ddd"
},
"css": [
"print.less",
"grid.less",
"tables.less",
"forms.less",
"buttons.less",
"glyphicons.less",
"input-groups.less",
"navs.less",
"dropdowns.less",
"utilities.less",
"responsive-utilities.less",
"component-animations.less"
],
"js": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment