Revise themesets to reference rather than own theme and menu theme
This commit is contained in:
parent
fffaa15598
commit
92c67f358a
17 changed files with 856 additions and 890 deletions
88
StaticData/Themes/System/Menus/White-Menu.json
Normal file
88
StaticData/Themes/System/Menus/White-Menu.json
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"DefaultFontSize": 11,
|
||||
"Colors": {
|
||||
"PrimaryTextColor": "#222222",
|
||||
"SourceColor": "#AC193D"
|
||||
},
|
||||
"PresetColors": {
|
||||
"MaterialPreset": "#FF7F00",
|
||||
"QualityPreset": "#FFFF00",
|
||||
"UserOverride": "#445FDC96"
|
||||
},
|
||||
"IsDarkTheme": false,
|
||||
"SlightShade": "#00000028",
|
||||
"MinimalShade": "#0000000F",
|
||||
"Shade": "#00000078",
|
||||
"DarkShade": "#000000BE",
|
||||
"ActiveTabColor": "#F1F1F1",
|
||||
"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"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#00000000"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ccc",
|
||||
"TextColor": "#222222"
|
||||
}
|
||||
},
|
||||
"LightTextColor": "#00000000",
|
||||
"BorderColor": "#333333",
|
||||
"BorderColor40": "#00000066",
|
||||
"BorderColor20": "#00000044",
|
||||
"RowBorder": "#ddd",
|
||||
"DropList": {
|
||||
"Open": {
|
||||
"BackgroundColor": "#DBDBDB",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#00000000",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Menu": {
|
||||
"BackgroundColor": "#EEEEEE",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ddd",
|
||||
"TextColor": "#333333"
|
||||
},
|
||||
"Focused": {
|
||||
"BackgroundColor": "#AAAAAA",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Hovered": {
|
||||
"BackgroundColor": "#AAAAAA",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#FF7F00",
|
||||
"TextColor": "#222222"
|
||||
},
|
||||
"Inactive": {
|
||||
"BackgroundColor": "#eee",
|
||||
"ForegroundColor": "#00000000",
|
||||
"BorderColor": "#ddd",
|
||||
"TextColor": "#222222"
|
||||
}
|
||||
},
|
||||
"DisabledColor": "#00000000",
|
||||
"SplashAccentColor": "#AC193D",
|
||||
"BedBackgroundColor": "#B4B4B4",
|
||||
"PrimaryAccentColor": "#AC193D",
|
||||
"SectionBackgroundColor": "#B9B9B9"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue