35 lines
722 B
Stylus
35 lines
722 B
Stylus
$themes['tide'] = {
|
|
// Common pallete
|
|
$uiYellow: #E29E4A
|
|
$uiSkyBlue: #6FBDE2
|
|
|
|
// State pallete
|
|
$uiStateError: #FFCCCC
|
|
$uiStateErrorBorder: #993333
|
|
$uiStateErrorText: #661111
|
|
|
|
$uiLightGray: #516873
|
|
$uiGray: #263340
|
|
$uiGrayDark: #16202B
|
|
$uiGrayDarker: #151A1F
|
|
$uiGrayDarkest: #14191E
|
|
|
|
// Interface UI Colors
|
|
$defaultColor: #9cd0fe
|
|
$hoverColor: #ffffff
|
|
$activeColor: #00a4d9
|
|
$uiBorderColor: #436270
|
|
$uiBorderColorDark: #3C5D80
|
|
$uiBorderColorActive: #00a4d9
|
|
$primaryBackgroundColor: #000000
|
|
$boxBackgroundColor: #344a61
|
|
|
|
// Text Colors
|
|
$textColorActive: black //#89bae5
|
|
$textPrimaryColor: #ffffff
|
|
$textSecondaryColor: #6a8fb1
|
|
|
|
// Other Colors
|
|
$imageSliderColor: #163239
|
|
}
|