1
0
Fork 0
forked from 0x2620/oxjs

update theme jsonc

This commit is contained in:
rolux 2012-12-29 13:57:04 +01:00
commit 8f4b90e7e3
2 changed files with 12 additions and 4 deletions

View file

@ -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],