update theme jsonc
This commit is contained in:
parent
100775b109
commit
8f4b90e7e3
2 changed files with 12 additions and 4 deletions
|
@ -15,6 +15,8 @@
|
|||
"bodyHighlightColor": [16, 16, 16],
|
||||
"bodyHighlightGradient": [[255, 255, 0], [255, 255, 0]],
|
||||
"bodyLightColor": [128, 128, 128],
|
||||
"bodyFocusSelectedLightColor": [128, 128, 128],
|
||||
"bodySelectedLightColor": [128, 128, 128],
|
||||
"bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]],
|
||||
"bodySelectionBackground": [192, 192, 192],
|
||||
"bodyWarningBorder": [255, 64, 64],
|
||||
|
@ -83,6 +85,8 @@
|
|||
"listCellBorder": [232, 232, 232],
|
||||
|
||||
"listHeadBorder": [192, 192, 192], // wrong?
|
||||
"listHeadSelectedColor": [0, 0, 0],
|
||||
"listHeadSelectedGradient": [[208, 208, 208], [176, 176, 176]],
|
||||
|
||||
"listIconLoadingBorder": [208, 208, 208],
|
||||
"listIconLoadingGradient": [[255, 255, 255], [224, 224, 224]],
|
||||
|
@ -96,8 +100,8 @@
|
|||
"listIconLabelSelectedBorder": [160, 160, 160],
|
||||
"listIconLabelSelectedGradient": [[160, 160, 160, 0.5], [160, 160, 160, 0.5]],
|
||||
"listIconLabelSelectedShadow": [160, 160, 160],
|
||||
"listIconTextShadow": [255, 255, 255],
|
||||
"listIconTextFocusSelectedShadow": [224, 224, 224],
|
||||
"listIconTextShadow": [240, 240, 240],
|
||||
"listIconTextFocusSelectedShadow": [255, 255, 255],
|
||||
"listIconTextSelectedShadow": [240, 240, 240],
|
||||
|
||||
"listItemBorder": [224, 224, 224],
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
"bodyHighlightColor": [255, 255, 0],
|
||||
"bodyHighlightGradient": [[16, 16, 16], [16, 16, 16]],
|
||||
"bodyLightColor": [128, 128, 128],
|
||||
"bodyFocusSelectedLightColor": [128, 128, 128],
|
||||
"bodySelectedLightColor": [128, 128, 128],
|
||||
"bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
|
||||
"bodySelectionBackground": [192, 192, 192],
|
||||
"bodyWarningBorder": [192, 0, 0],
|
||||
|
@ -83,6 +85,8 @@
|
|||
"listCellBorder": [24, 24, 24],
|
||||
|
||||
"listHeadBorder": [24, 24, 24],
|
||||
"listHeadSelectedColor": [255, 255, 255],
|
||||
"listHeadSelectedGradient": [[80, 80, 80], [48, 48, 48]],
|
||||
|
||||
"listIconLoadingBorder": [48, 48, 48],
|
||||
"listIconLoadingGradient": [[32, 32, 32], [0, 0, 0]],
|
||||
|
@ -96,8 +100,8 @@
|
|||
"listIconLabelSelectedBorder": [92, 92, 92], // wrong?
|
||||
"listIconLabelSelectedGradient": [[92, 92, 92, 0.5], [92, 92, 92, 0.5]], // wrong?
|
||||
"listIconLabelSelectedShadow": [64, 64, 64], // wrong?
|
||||
"listIconTextShadow": [0, 0, 0],
|
||||
"listIconTextFocusSelectedShadow": [32, 32, 32],
|
||||
"listIconTextShadow": [16, 16, 16],
|
||||
"listIconTextFocusSelectedShadow": [0, 0, 0],
|
||||
"listIconTextSelectedShadow": [16, 16, 16],
|
||||
|
||||
"listItemBorder": [32, 32, 32],
|
||||
|
|
Loading…
Reference in a new issue