mattercontrol/StaticData/Themes/System/Solarized/Solarized-Dark.json
John Lewin 7b4d1c14b1 Adjust theme default accent colors
- Issue MatterHackers/MCCentral#4386
Default color on theme should be blue
2018-10-25 18:22:15 -07:00

178 lines
No EOL
4.8 KiB
JSON

{
"Name": "Solarized Dark",
"DefaultColorIndex": 0,
"AccentColors": [
"#B58900",
"#CB4B16",
"#DC322F",
"#D33682",
"#6C71C4",
"#268BD2",
"#2AA198",
"#859900"
],
"Theme": {
"DefaultFontSize": 11,
"Colors": {
"PrimaryTextColor": "#839496",
"SourceColor": "#B58900"
},
"PresetColors": {
"MaterialPreset": "#FF7F00",
"QualityPreset": "#FFFF00",
"UserOverride": "#445FDC96"
},
"IsDarkTheme": true,
"SlightShade": "#00000028",
"MinimalShade": "#0000000F",
"Shade": "#00000078",
"DarkShade": "#000000BE",
"ActiveTabColor": "#002B36",
"TabBarBackground": "#001A20",
"InactiveTabColor": "#073642",
"InteractionLayerOverlayColor": "#002B36F0",
"SplitterBackground": "#073642",
"TabBodyBackground": "#00000000",
"ToolbarButtonBackground": "#00000000",
"ThumbnailBackground": "#00000000",
"AccentMimimalOverlay": "#B5890050",
"EditFieldColors": {
"Focused": {
"BackgroundColor": "#839496",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#073642"
},
"Hovered": {
"BackgroundColor": "#586E75",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Inactive": {
"BackgroundColor": "#073642",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#839496"
}
},
"LightTextColor": "#00000000",
"BorderColor": "#839496",
"BorderColor40": "#00000000",
"BorderColor20": "#00000000",
"RowBorder": "#00303D",
"DropList": {
"Open": {
"BackgroundColor": "#282828",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#839496"
},
"Focused": {
"BackgroundColor": "#839496",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#073642"
},
"Hovered": {
"BackgroundColor": "#586E75",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Inactive": {
"BackgroundColor": "#073642",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#839496"
}
},
"DisabledColor": "#00000000",
"SplashAccentColor": "#EEEEEE",
"BedBackgroundColor": "#002731",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#002630"
},
"MenuTheme": {
"DefaultFontSize": 11,
"Colors": {
"PrimaryTextColor": "#93A1A1",
"SourceColor": "#B58900"
},
"PresetColors": {
"MaterialPreset": "#FF7F00",
"QualityPreset": "#FFFF00",
"UserOverride": "#445FDC96"
},
"IsDarkTheme": true,
"SlightShade": "#00000028",
"MinimalShade": "#0000000F",
"Shade": "#00000078",
"DarkShade": "#000000BE",
"ActiveTabColor": "#404040",
"TabBarBackground": "#B1B1B1",
"InactiveTabColor": "#D0D0D0",
"InteractionLayerOverlayColor": "#D0D0D0F0",
"SplitterBackground": "#B5B5B5",
"TabBodyBackground": "#00000000",
"ToolbarButtonBackground": "#00000000",
"ThumbnailBackground": "#00000000",
"AccentMimimalOverlay": "#B5890050",
"EditFieldColors": {
"Focused": {
"BackgroundColor": "#CCCCCC",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
},
"Hovered": {
"BackgroundColor": "#333333",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#FFFFFF"
},
"Inactive": {
"BackgroundColor": "#303030",
"ForegroundColor": "#00000000",
"BorderColor": "#282828",
"TextColor": "#EEEEEE"
}
},
"LightTextColor": "#00000000",
"BorderColor": "#C8C8C8",
"BorderColor40": "#00000000",
"BorderColor20": "#00000000",
"RowBorder": "#00000000",
"DropList": {
"Open": {
"BackgroundColor": "#282828",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#839496"
},
"Focused": {
"BackgroundColor": "#839496",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#073642"
},
"Hovered": {
"BackgroundColor": "#586E75",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Inactive": {
"BackgroundColor": "#073642",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#839496"
}
},
"DisabledColor": "#00000000",
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#00000000"
}
}