update theme jsonc
This commit is contained in:
parent
5bf4f59be2
commit
141ae9866d
2 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
"themeName": "Light",
|
"themeName": "0x Light",
|
||||||
"themeBackgroundLightness": 0.75,
|
"themeBackgroundLightness": 0.75,
|
||||||
"themeColorLightness": 0.25,
|
"themeColorLightness": 0.25,
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
"bodyLightColor": [128, 128, 128],
|
"bodyLightColor": [128, 128, 128],
|
||||||
"bodyFocusSelectedLightColor": [128, 128, 128],
|
"bodyFocusSelectedLightColor": [128, 128, 128],
|
||||||
"bodySelectedLightColor": [128, 128, 128],
|
"bodySelectedLightColor": [128, 128, 128],
|
||||||
|
"bodyLinkColor": [0, 0, 128],
|
||||||
"bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]],
|
"bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]],
|
||||||
"bodySelectionBackground": [192, 192, 192],
|
"bodySelectionBackground": [192, 192, 192],
|
||||||
"bodyWarningBorder": [255, 64, 64],
|
"bodyWarningBorder": [255, 64, 64],
|
||||||
|
@ -75,15 +76,13 @@
|
||||||
"inputActiveGradient": [[192, 192, 192], [240, 240, 240]],
|
"inputActiveGradient": [[192, 192, 192], [240, 240, 240]],
|
||||||
"inputDisabledGradient": [[224, 224, 224], [224, 224, 224]],
|
"inputDisabledGradient": [[224, 224, 224], [224, 224, 224]],
|
||||||
"inputErrorColor": [192, 64, 64],
|
"inputErrorColor": [192, 64, 64],
|
||||||
|
"inputFocusBorder": [176, 176, 176],
|
||||||
|
"inputFocusShadow": [128, 128, 128],
|
||||||
"inputPlaceholderColor": [160, 160, 160],
|
"inputPlaceholderColor": [160, 160, 160],
|
||||||
|
|
||||||
"labelBackground": [208, 208, 208],
|
"labelBackground": [208, 208, 208],
|
||||||
"labelDisabledColor": [128, 128, 128],
|
"labelDisabledColor": [128, 128, 128],
|
||||||
|
|
||||||
"linkColor": [0, 0, 128],
|
|
||||||
|
|
||||||
"listCellBorder": [232, 232, 232],
|
|
||||||
|
|
||||||
"listHeadBorder": [192, 192, 192], // wrong?
|
"listHeadBorder": [192, 192, 192], // wrong?
|
||||||
"listHeadSelectedColor": [0, 0, 0],
|
"listHeadSelectedColor": [0, 0, 0],
|
||||||
"listHeadSelectedGradient": [[208, 208, 208], [176, 176, 176]],
|
"listHeadSelectedGradient": [[208, 208, 208], [176, 176, 176]],
|
||||||
|
@ -104,7 +103,7 @@
|
||||||
"listIconTextFocusSelectedShadow": [255, 255, 255],
|
"listIconTextFocusSelectedShadow": [255, 255, 255],
|
||||||
"listIconTextSelectedShadow": [240, 240, 240],
|
"listIconTextSelectedShadow": [240, 240, 240],
|
||||||
|
|
||||||
"listItemBorder": [224, 224, 224],
|
"listItemBorder": [232, 232, 232],
|
||||||
"listItemGradient": [[240, 240, 240], [240, 240, 240]],
|
"listItemGradient": [[240, 240, 240], [240, 240, 240]],
|
||||||
"listItemOddGradient": [[242, 242, 242], [242, 242, 242]],
|
"listItemOddGradient": [[242, 242, 242], [242, 242, 242]],
|
||||||
"listItemEvenGradient": [[238, 238, 238], [238, 238, 238]],
|
"listItemEvenGradient": [[238, 238, 238], [238, 238, 238]],
|
||||||
|
@ -136,6 +135,7 @@
|
||||||
"mapPlaceStreetColor": [255, 255, 0],
|
"mapPlaceStreetColor": [255, 255, 0],
|
||||||
|
|
||||||
"menuBackground": [208, 208, 208, 0.96],
|
"menuBackground": [208, 208, 208, 0.96],
|
||||||
|
"menuBorder": [192, 192, 192, 0.96],
|
||||||
"menuShadow": [0, 0, 0, 0.75],
|
"menuShadow": [0, 0, 0, 0.75],
|
||||||
"menuDisabledColor": [160, 160, 160],
|
"menuDisabledColor": [160, 160, 160],
|
||||||
"menuSelectedColor": [0, 0, 0],
|
"menuSelectedColor": [0, 0, 0],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
"themeName": "Dark",
|
"themeName": "0x Dark",
|
||||||
"themeLightnessBackground": 0.25,
|
"themeLightnessBackground": 0.25,
|
||||||
"themeLightnessColor": 0.75,
|
"themeLightnessColor": 0.75,
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
"bodyLightColor": [128, 128, 128],
|
"bodyLightColor": [128, 128, 128],
|
||||||
"bodyFocusSelectedLightColor": [128, 128, 128],
|
"bodyFocusSelectedLightColor": [128, 128, 128],
|
||||||
"bodySelectedLightColor": [128, 128, 128],
|
"bodySelectedLightColor": [128, 128, 128],
|
||||||
|
"bodyLinkColor": [128, 128, 255],
|
||||||
"bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
|
"bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
|
||||||
"bodySelectionBackground": [192, 192, 192],
|
"bodySelectionBackground": [192, 192, 192],
|
||||||
"bodyWarningBorder": [192, 0, 0],
|
"bodyWarningBorder": [192, 0, 0],
|
||||||
|
@ -75,15 +76,13 @@
|
||||||
"inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
|
"inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
|
||||||
"inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],
|
"inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],
|
||||||
"inputErrorColor": [255, 64, 64],
|
"inputErrorColor": [255, 64, 64],
|
||||||
|
"inputFocusBorder": [48, 48, 48],
|
||||||
|
"inputFocusShadow": [0, 0, 0, 0],
|
||||||
"inputPlaceholderColor": [96, 96, 96],
|
"inputPlaceholderColor": [96, 96, 96],
|
||||||
|
|
||||||
"labelBackground": [80, 80, 80],
|
"labelBackground": [80, 80, 80],
|
||||||
"labelDisabledColor": [128, 128, 128],
|
"labelDisabledColor": [128, 128, 128],
|
||||||
|
|
||||||
"linkColor": [128, 128, 255],
|
|
||||||
|
|
||||||
"listCellBorder": [24, 24, 24],
|
|
||||||
|
|
||||||
"listHeadBorder": [24, 24, 24],
|
"listHeadBorder": [24, 24, 24],
|
||||||
"listHeadSelectedColor": [255, 255, 255],
|
"listHeadSelectedColor": [255, 255, 255],
|
||||||
"listHeadSelectedGradient": [[80, 80, 80], [48, 48, 48]],
|
"listHeadSelectedGradient": [[80, 80, 80], [48, 48, 48]],
|
||||||
|
@ -104,7 +103,7 @@
|
||||||
"listIconTextFocusSelectedShadow": [0, 0, 0],
|
"listIconTextFocusSelectedShadow": [0, 0, 0],
|
||||||
"listIconTextSelectedShadow": [16, 16, 16],
|
"listIconTextSelectedShadow": [16, 16, 16],
|
||||||
|
|
||||||
"listItemBorder": [32, 32, 32],
|
"listItemBorder": [24, 24, 24],
|
||||||
"listItemGradient": [[16, 16, 16], [16, 16, 16]],
|
"listItemGradient": [[16, 16, 16], [16, 16, 16]],
|
||||||
"listItemOddGradient": [[14, 14, 14], [14, 14, 14]],
|
"listItemOddGradient": [[14, 14, 14], [14, 14, 14]],
|
||||||
"listItemEvenGradient": [[18, 18, 18], [18, 18, 18]],
|
"listItemEvenGradient": [[18, 18, 18], [18, 18, 18]],
|
||||||
|
@ -135,8 +134,9 @@
|
||||||
"mapPlaceRegionColor": [0, 192, 192],
|
"mapPlaceRegionColor": [0, 192, 192],
|
||||||
"mapPlaceStreetColor": [255, 255, 0],
|
"mapPlaceStreetColor": [255, 255, 0],
|
||||||
|
|
||||||
"menuShadow": [0, 0, 0, 0.75],
|
|
||||||
"menuBackground": [48, 48, 48, 0.96],
|
"menuBackground": [48, 48, 48, 0.96],
|
||||||
|
"menuBorder": [64, 64, 64, 0.96],
|
||||||
|
"menuShadow": [0, 0, 0, 0.75],
|
||||||
"menuDisabledColor": [128, 128, 128],
|
"menuDisabledColor": [128, 128, 128],
|
||||||
"menuSelectedColor": [255, 255, 255],
|
"menuSelectedColor": [255, 255, 255],
|
||||||
"menuSelectedGradient": [[64, 64, 64, 0.96], [64, 64, 64, 0.96]],
|
"menuSelectedGradient": [[64, 64, 64, 0.96], [64, 64, 64, 0.96]],
|
||||||
|
|
Loading…
Reference in a new issue