35 lines
728 B
Stylus
35 lines
728 B
Stylus
$themes['tigerlilly'] = {
|
|
// Common pallete
|
|
$uiYellow: #E29E4A
|
|
$uiSkyBlue: #6FBDE2
|
|
|
|
// State pallete
|
|
$uiStateError: #FFCCCC
|
|
$uiStateErrorBorder: #CC6666
|
|
$uiStateErrorText: #661111
|
|
|
|
$uiLightGray: #516873
|
|
$uiGray: #263340
|
|
$uiGrayDark: #16202B
|
|
$uiGrayDarker: #151A1F
|
|
$uiGrayDarkest: #14191E
|
|
|
|
// Interface UI Colors
|
|
$defaultColor: #98ceff
|
|
$hoverColor: #ffffff
|
|
$activeColor: #ff8a3d
|
|
$uiBorderColor: #744b71
|
|
$uiBorderColorDark: #744b71
|
|
$uiBorderColorActive: #ff8a3d
|
|
$primaryBackgroundColor: #000000
|
|
$boxBackgroundColor: #5b3a59
|
|
|
|
// Text Colors
|
|
$textColorActive: black
|
|
$textPrimaryColor: #ffffff
|
|
$textSecondaryColor: #6a8fb1
|
|
|
|
// Other Colors
|
|
$imageSliderColor: #4b2c3c //#163239
|
|
}
|