Revise themesets to reference rather than own theme and menu theme

This commit is contained in:
John Lewin 2018-10-30 12:21:48 -07:00
parent fffaa15598
commit 92c67f358a
17 changed files with 856 additions and 890 deletions

View file

@ -0,0 +1,88 @@
{
"DefaultFontSize": 11,
"Colors": {
"PrimaryTextColor": "#EEEEEE",
"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": "#333",
"DropList": {
"Open": {
"BackgroundColor": "#282828",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#839496"
},
"Menu": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Focused": {
"BackgroundColor": "#CCCCCC",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
},
"Hovered": {
"BackgroundColor": "#303030",
"ForegroundColor": "#00000000",
"BorderColor": "#BA5900",
"TextColor": "#EEE"
},
"Inactive": {
"BackgroundColor": "#303030",
"ForegroundColor": "#00000000",
"BorderColor": "#282828",
"TextColor": "#EEE"
}
},
"DisabledColor": "#00000000",
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#00000000",
"SectionBackgroundColor": "#00000000"
}

View file

@ -1,184 +1,82 @@
{
"Name": "Modern Dark",
"DefaultColorIndex": 5,
"AccentColors": [
"#B58900",
"#CB4B16",
"#DC322F",
"#D33682",
"#6C71C4",
"#268BD2",
"#2AA198",
"#859900"
],
"Theme": {
"DefaultFontSize": 11,
"Colors": {
"PrimaryTextColor": "#BBBBBB",
"SourceColor": "#00000000"
},
"PresetColors": {
"MaterialPreset": "#FF7F00",
"QualityPreset": "#FFFF00",
"UserOverride": "#445FDC96"
},
"IsDarkTheme": true,
"SlightShade": "#00000028",
"MinimalShade": "#0000000F",
"Shade": "#00000078",
"DarkShade": "#000000BE",
"ActiveTabColor": "#373737",
"TabBarBackground": "#282828",
"InactiveTabColor": "#404040",
"InteractionLayerOverlayColor": "#373737F0",
"SplitterBackground": "#2C2C2C",
"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": "#BBBBBB",
"BorderColor40": "#555555",
"BorderColor20": "#444444",
"RowBorder": "#333333",
"DropList": {
"Open": {
"BackgroundColor": "#282828",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#BBBBBB"
},
"Focused": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Hovered": {
"BackgroundColor": "#333333",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#FFFFFF"
},
"Inactive": {
"BackgroundColor": "#303030",
"ForegroundColor": "#00000000",
"BorderColor": "#282828",
"TextColor": "#EEEEEE"
}
},
"DisabledColor": "#00000000",
"SplashAccentColor": "#EEEEEE",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#404040"
"DefaultFontSize": 11,
"Colors": {
"PrimaryTextColor": "#BBBBBB",
"SourceColor": "#00000000"
},
"MenuTheme": {
"DefaultFontSize": 11,
"Colors": {
"PrimaryTextColor": "#EEEEEE",
"SourceColor": "#B58900"
"PresetColors": {
"MaterialPreset": "#FF7F00",
"QualityPreset": "#FFFF00",
"UserOverride": "#445FDC96"
},
"IsDarkTheme": true,
"SlightShade": "#00000028",
"MinimalShade": "#0000000F",
"Shade": "#00000078",
"DarkShade": "#000000BE",
"ActiveTabColor": "#373737",
"TabBarBackground": "#282828",
"InactiveTabColor": "#404040",
"InteractionLayerOverlayColor": "#373737F0",
"SplitterBackground": "#2C2C2C",
"TabBodyBackground": "#00000000",
"ToolbarButtonBackground": "#00000000",
"ThumbnailBackground": "#00000000",
"AccentMimimalOverlay": "#B5890050",
"EditFieldColors": {
"Focused": {
"BackgroundColor": "#CCCCCC",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#222222"
},
"PresetColors": {
"MaterialPreset": "#FF7F00",
"QualityPreset": "#FFFF00",
"UserOverride": "#445FDC96"
"Hovered": {
"BackgroundColor": "#333333",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#FFFFFF"
},
"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"
}
"Inactive": {
"BackgroundColor": "#303030",
"ForegroundColor": "#00000000",
"BorderColor": "#282828",
"TextColor": "#EEEEEE"
}
},
"LightTextColor": "#00000000",
"BorderColor": "#BBBBBB",
"BorderColor40": "#555555",
"BorderColor20": "#444444",
"RowBorder": "#333333",
"DropList": {
"Open": {
"BackgroundColor": "#282828",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#BBBBBB"
},
"LightTextColor": "#00000000",
"BorderColor": "#C8C8C8",
"BorderColor40": "#00000000",
"BorderColor20": "#00000000",
"RowBorder": "#00000000",
"DropList": {
"Open": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Menu": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Focused": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Hovered": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"Inactive": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
}
"Focused": {
"BackgroundColor": "#00000000",
"ForegroundColor": "#00000000",
"BorderColor": "#00000000",
"TextColor": "#00000000"
},
"DisabledColor": "#00000000",
"SplashAccentColor": "#00000000",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#00000000",
"SectionBackgroundColor": "#00000000"
}
"Hovered": {
"BackgroundColor": "#333333",
"ForegroundColor": "#00000000",
"BorderColor": "#FF7F00",
"TextColor": "#FFFFFF"
},
"Inactive": {
"BackgroundColor": "#303030",
"ForegroundColor": "#00000000",
"BorderColor": "#282828",
"TextColor": "#EEEEEE"
}
},
"DisabledColor": "#00000000",
"SplashAccentColor": "#EEEEEE",
"BedBackgroundColor": "#00000000",
"PrimaryAccentColor": "#B58900",
"SectionBackgroundColor": "#404040"
}

View file

@ -0,0 +1,16 @@
{
"Name": "Modern Dark",
"DefaultColorIndex": 5,
"AccentColors": [
"#B58900",
"#CB4B16",
"#DC322F",
"#D33682",
"#6C71C4",
"#268BD2",
"#2AA198",
"#859900"
],
"ThemeID": "Modern-Dark",
"MenuThemeID": "Modern-Dark-Menu"
}