mattercontrol/StaticData/Themes/System/Classic/Classic-Light.json
John Lewin a6caed8f5e Add theme support for noContentFieldDescription
- Issue MatterHackers/MCCentral#4613
Unfilled text should be a desaturated color
2018-11-23 18:45:29 -08:00

81 lines
No EOL
2.2 KiB
JSON

{
"DefaultFontSize": 11,
"TextColor": "#222222",
"PresetColors": {
"MaterialPreset": "#FF7F00",
"QualityPreset": "#FFFF00",
"UserOverride": "#445FDC96"
},
"IsDarkTheme": false,
"SlightShade": "#00000028",
"MinimalShade": "#0000000F",
"Shade": "#00000078",
"DarkShade": "#000000BE",
"BackgroundColor": "#C4C4C4",
"TabBarBackground": "#A7A7A7",
"InactiveTabColor": "#D1D1D1",
"InteractionLayerOverlayColor": "#C4C4C4F0",
"SplitterBackground": "#ABABAB",
"TabBodyBackground": "#00000000",
"ToolbarButtonBackground": "#00000000",
"ThumbnailBackground": "#00000000",
"AccentMimimalOverlay": "#AC193D32",
"EditFieldColors": {
"Focused": {
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222",
"LightTextColor": "#6e6e6e"
},
"Hovered": {
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#00000000"
},
"Inactive": {
"BackgroundColor": "#EEEEEE",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#222222",
"LightTextColor": "#6e6e6e"
}
},
"LightTextColor": "#00000000",
"BorderColor": "#333333",
"BorderColor40": "#A3A3A3",
"BorderColor20": "#B8B8B8",
"RowBorder": "#A6A6A6",
"DropList": {
"Open": {
"BackgroundColor": "#DBDBDB",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#222222"
},
"Focused": {
"BackgroundColor": "#AAAAAA",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
},
"Hovered": {
"BackgroundColor": "#AAAAAA",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
},
"Inactive": {
"BackgroundColor": "#C4C4C4",
"ForegroundColor": "#00000000",
"BorderColor": "#919191",
"TextColor": "#222222"
}
},
"DisabledColor": "#ACACAC",
"SplashAccentColor": "#AC193D",
"BedBackgroundColor": "#B4B4B4",
"PrimaryAccentColor": "#AC193D",
"SectionBackgroundColor": "#B9B9B9"
}