36 lines
754 B
Stylus
36 lines
754 B
Stylus
$ohifThemesCommon['tide'] = {
|
|
// Common palette
|
|
$uiYellow: #E29E4A
|
|
$uiSkyBlue: #6FBDE2
|
|
|
|
// State palette
|
|
$uiStateError: #FFCCCC
|
|
$uiStateErrorBorder: #993333
|
|
$uiStateErrorText: #661111
|
|
|
|
$uiGrayLight: #516873
|
|
$uiGray: #263340
|
|
$uiGrayDark: #16202B
|
|
$uiGrayDarker: #151A1F
|
|
$uiGrayDarkest: #14191E
|
|
|
|
// Interface UI Colors
|
|
$defaultColor: #9CCEF9
|
|
$hoverColor: #ffffff
|
|
$activeColor: #20A5D6
|
|
$uiBorderColor: #44626F
|
|
$uiBorderColorDark: #3C5D80
|
|
$uiBorderColorActive: #00a4d9
|
|
$primaryBackgroundColor: #000000
|
|
$boxBackgroundColor: #344a61
|
|
|
|
// Text Colors
|
|
$textColorActive: #000000
|
|
$textPrimaryColor: #ffffff
|
|
$textSecondaryColor: #91B9CD
|
|
$largeNumbersColor: #6FBDE2
|
|
|
|
// Other Colors
|
|
$imageSliderColor: #163239
|
|
}
|