Revise MenuThemes
This commit is contained in:
parent
819d7ef453
commit
e345aec1c1
2 changed files with 27 additions and 33 deletions
|
|
@ -108,7 +108,7 @@
|
||||||
"MinimalShade": "#0000000F",
|
"MinimalShade": "#0000000F",
|
||||||
"Shade": "#00000078",
|
"Shade": "#00000078",
|
||||||
"DarkShade": "#000000BE",
|
"DarkShade": "#000000BE",
|
||||||
"ActiveTabColor": "#2D2F31",
|
"ActiveTabColor": "#404040",
|
||||||
"TabBarBackground": "#B1B1B1",
|
"TabBarBackground": "#B1B1B1",
|
||||||
"InactiveTabColor": "#D0D0D0",
|
"InactiveTabColor": "#D0D0D0",
|
||||||
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
||||||
|
|
@ -119,22 +119,22 @@
|
||||||
"AccentMimimalOverlay": "#B5890050",
|
"AccentMimimalOverlay": "#B5890050",
|
||||||
"EditFieldColors": {
|
"EditFieldColors": {
|
||||||
"Focused": {
|
"Focused": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#CCCCCC",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#FF7F00",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#222222"
|
||||||
},
|
},
|
||||||
"Hovered": {
|
"Hovered": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#333333",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#FF7F00",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#FFFFFF"
|
||||||
},
|
},
|
||||||
"Inactive": {
|
"Inactive": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#303030",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#282828",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#EEEEEE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LightTextColor": "#00000000",
|
"LightTextColor": "#00000000",
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
"MinimalShade": "#0000000F",
|
"MinimalShade": "#0000000F",
|
||||||
"Shade": "#00000078",
|
"Shade": "#00000078",
|
||||||
"DarkShade": "#000000BE",
|
"DarkShade": "#000000BE",
|
||||||
"ActiveTabColor": "#2D2F31",
|
"ActiveTabColor": "#404040",
|
||||||
"TabBarBackground": "#B1B1B1",
|
"TabBarBackground": "#B1B1B1",
|
||||||
"InactiveTabColor": "#D0D0D0",
|
"InactiveTabColor": "#D0D0D0",
|
||||||
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
"InteractionLayerOverlayColor": "#D0D0D0F0",
|
||||||
|
|
@ -119,22 +119,22 @@
|
||||||
"AccentMimimalOverlay": "#B5890050",
|
"AccentMimimalOverlay": "#B5890050",
|
||||||
"EditFieldColors": {
|
"EditFieldColors": {
|
||||||
"Focused": {
|
"Focused": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#CCCCCC",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#FF7F00",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#222222"
|
||||||
},
|
},
|
||||||
"Hovered": {
|
"Hovered": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#333333",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#FF7F00",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#FFFFFF"
|
||||||
},
|
},
|
||||||
"Inactive": {
|
"Inactive": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#303030",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#282828",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#EEEEEE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LightTextColor": "#00000000",
|
"LightTextColor": "#00000000",
|
||||||
|
|
@ -144,34 +144,28 @@
|
||||||
"RowBorder": "#00000000",
|
"RowBorder": "#00000000",
|
||||||
"DropList": {
|
"DropList": {
|
||||||
"Open": {
|
"Open": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#282828",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#00000000",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#839496"
|
||||||
},
|
|
||||||
"Menu": {
|
|
||||||
"BackgroundColor": "#00000000",
|
|
||||||
"ForegroundColor": "#00000000",
|
|
||||||
"BorderColor": "#00000000",
|
|
||||||
"TextColor": "#00000000"
|
|
||||||
},
|
},
|
||||||
"Focused": {
|
"Focused": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#839496",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#00000000",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#073642"
|
||||||
},
|
},
|
||||||
"Hovered": {
|
"Hovered": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#586E75",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#00000000",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#00000000"
|
||||||
},
|
},
|
||||||
"Inactive": {
|
"Inactive": {
|
||||||
"BackgroundColor": "#00000000",
|
"BackgroundColor": "#073642",
|
||||||
"ForegroundColor": "#00000000",
|
"ForegroundColor": "#00000000",
|
||||||
"BorderColor": "#00000000",
|
"BorderColor": "#00000000",
|
||||||
"TextColor": "#00000000"
|
"TextColor": "#839496"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DisabledColor": "#00000000",
|
"DisabledColor": "#00000000",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue