Skip to content

Instantly share code, notes, and snippets.

@peppertech
Created March 16, 2019 21:23
Show Gist options
  • Save peppertech/ffbcaa1229573f02fe9298b78ef1f57c to your computer and use it in GitHub Desktop.
Save peppertech/ffbcaa1229573f02fe9298b78ef1f57c to your computer and use it in GitHub Desktop.
Some possible specs for use in a custom theme
Theming training outline
style guide attributes needed:
Base brand color : #0070ad
Base font size : unknown
Base font family (if not system fonts) : Ubuntu
Button border radius : 100px
Primary button color : #0070ad
$brandColor
$textColorBase: #0070ad; // #0070ad
$fontFamily:
$rootFontSize: 1.2em !default; // 14px .875em
$mediumBorderRadius
Theming specs
background-color: #d6d6d6
font-color: #2B0000
font-family: Ubuntu web font
base-text-size: 16px
button specs
corner-radius: 20px
default-height: 24px
default-width: 30px
background-color: transparent
border-color: #2B0000
box-shadow: none
border-size: 2px
Possible color pallet
#490A3D,
#BD1550,
#E97F02,
#F8CA00,
#8A9B0F,
#490A3D,
#BD1550,
#E97F02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment