36 lines
756 B
Stylus
36 lines
756 B
Stylus
$ohifThemesCommon['quartz'] = {
|
|
// Common palette
|
|
$uiYellow: #E29E4A
|
|
$uiSkyBlue: #6FBDE2
|
|
|
|
// State palette
|
|
$uiStateError: #FFCCCC
|
|
$uiStateErrorBorder: #993333
|
|
$uiStateErrorText: #661111
|
|
|
|
$uiGrayLight: #516873
|
|
$uiGray: #263340
|
|
$uiGrayDark: #2B2E3F
|
|
$uiGrayDarker: #151A1F
|
|
$uiGrayDarkest: #14191E
|
|
|
|
// Interface UI Colors
|
|
$defaultColor: #8EA2A4
|
|
$hoverColor: #ffffff
|
|
$activeColor: #7858CE
|
|
$uiBorderColor: #885B86
|
|
$uiBorderColorDark: #3C5D80
|
|
$uiBorderColorActive: #6843cc
|
|
$primaryBackgroundColor: #000000
|
|
$boxBackgroundColor: #344a61
|
|
|
|
// Text Colors
|
|
$textColorActive: #000000
|
|
$textPrimaryColor: #ffffff
|
|
$textSecondaryColor: #D7E8FE
|
|
$largeNumbersColor: #ABCDF6
|
|
|
|
// Other Colors
|
|
$imageSliderColor: #163239
|
|
}
|