Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Created May 13, 2013 16:51
Show Gist options
  • Select an option

  • Save rxaviers/5569734 to your computer and use it in GitHub Desktop.

Select an option

Save rxaviers/5569734 to your computer and use it in GitHub Desktop.
Base theme vars (v >= 1.10.0)
{ bgColorDefault: '#e6e6e6',
borderColorDefault: '#d3d3d3',
fcDefault: '#555555',
bgColorHover: '#dadada',
borderColorHover: '#999999',
fcHover: '#212121',
bgColorActive: '#ffffff',
borderColorActive: '#aaaaaa',
fcActive: '#212121',
bgColorHeader: '#cccccc',
borderColorHeader: '#aaaaaa',
fcHeader: '#222222',
bgColorContent: '#ffffff',
borderColorContent: '#aaaaaa',
fcContent: '#222222',
bgColorHighlight: '#fbf9ee',
borderColorHighlight: '#fcefa1',
fcHighlight: '#363636',
bgColorError: '#fef1ec',
borderColorError: '#cd0a0a',
fcError: '#cd0a0a',
bgColorOverlay: '#aaaaaa',
opacityOverlay: '.3',
bgColorShadow: '#aaaaaa',
opacityShadow: '.3',
offsetTopShadow: '-8px',
offsetLeftShadow: '-8px',
thicknessShadow: '8px',
cornerRadiusShadow: '8px',
fsDefault: '1.1em',
ffDefault: 'Verdana,Arial,sans-serif',
fwDefault: 'normal',
cornerRadius: '4px',
bgTextureDefault: 'glass',
bgTextureHover: 'glass',
bgTextureActive: 'glass',
bgTextureHeader: 'highlight_soft',
bgTextureContent: 'flat',
bgTextureHighlight: 'glass',
bgTextureError: 'glass',
bgTextureOverlay: 'flat',
bgTextureShadow: 'flat',
bgImgOpacityDefault: '75',
bgImgOpacityHover: '75',
bgImgOpacityActive: '65',
bgImgOpacityHeader: '75',
bgImgOpacityContent: '75',
bgImgOpacityHighlight: '55',
bgImgOpacityError: '95',
bgImgOpacityOverlay: '0',
bgImgOpacityShadow: '0',
iconColorActive: '#454545',
iconColorContent: '#222222',
iconColorDefault: '#888888',
iconColorError: '#cd0a0a',
iconColorHeader: '#222222',
iconColorHighlight: '#2e83ff',
iconColorHover: '#454545',
opacityOverlayPerc: '30',
opacityShadowPerc: '30',
opacityFilterOverlay: 'Alpha(Opacity=30)',
opacityFilterShadow: 'Alpha(Opacity=30)',
bgImgUrlActive: 'url(images/ui-bg_glass_65_ffffff_1x400.png)',
bgImgUrlContent: 'url(images/ui-bg_flat_75_ffffff_40x100.png)',
bgImgUrlDefault: 'url(images/ui-bg_glass_75_e6e6e6_1x400.png)',
bgImgUrlError: 'url(images/ui-bg_glass_95_fef1ec_1x400.png)',
bgImgUrlHeader: 'url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)',
bgImgUrlHighlight: 'url(images/ui-bg_glass_55_fbf9ee_1x400.png)',
bgImgUrlHover: 'url(images/ui-bg_glass_75_dadada_1x400.png)',
bgImgUrlOverlay: 'url(images/ui-bg_flat_0_aaaaaa_40x100.png)',
bgImgUrlShadow: 'url(images/ui-bg_flat_0_aaaaaa_40x100.png)',
iconsActive: 'url(images/ui-icons_454545_256x240.png)',
iconsContent: 'url(images/ui-icons_222222_256x240.png)',
iconsDefault: 'url(images/ui-icons_888888_256x240.png)',
iconsError: 'url(images/ui-icons_cd0a0a_256x240.png)',
iconsHeader: 'url(images/ui-icons_222222_256x240.png)',
iconsHighlight: 'url(images/ui-icons_2e83ff_256x240.png)',
iconsHover: 'url(images/ui-icons_454545_256x240.png)',
bgDefaultRepeat: 'repeat-x',
bgHoverRepeat: 'repeat-x',
bgActiveRepeat: 'repeat-x',
bgHeaderRepeat: 'repeat-x',
bgContentRepeat: 'repeat-x',
bgHighlightRepeat: 'repeat-x',
bgErrorRepeat: 'repeat-x',
bgOverlayRepeat: 'repeat-x',
bgShadowRepeat: 'repeat-x',
bgDefaultYPos: '50%',
bgHoverYPos: '50%',
bgActiveYPos: '50%',
bgHeaderYPos: '50%',
bgContentYPos: '50%',
bgHighlightYPos: '50%',
bgErrorYPos: '50%',
bgOverlayYPos: '50%',
bgShadowYPos: '50%',
bgDefaultXPos: '50%',
bgHoverXPos: '50%',
bgActiveXPos: '50%',
bgHeaderXPos: '50%',
bgContentXPos: '50%',
bgHighlightXPos: '50%',
bgErrorXPos: '50%',
bgOverlayXPos: '50%',
bgShadowXPos: '50%' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment