1
0
Fork 0
forked from 0x2620/oxjs

update theme jsonc

This commit is contained in:
rolux 2012-12-29 15:55:25 +01:00
commit 141ae9866d
2 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"themeName": "Dark",
"themeName": "0x Dark",
"themeLightnessBackground": 0.25,
"themeLightnessColor": 0.75,
@ -17,6 +17,7 @@
"bodyLightColor": [128, 128, 128],
"bodyFocusSelectedLightColor": [128, 128, 128],
"bodySelectedLightColor": [128, 128, 128],
"bodyLinkColor": [128, 128, 255],
"bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
"bodySelectionBackground": [192, 192, 192],
"bodyWarningBorder": [192, 0, 0],
@ -75,15 +76,13 @@
"inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
"inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],
"inputErrorColor": [255, 64, 64],
"inputFocusBorder": [48, 48, 48],
"inputFocusShadow": [0, 0, 0, 0],
"inputPlaceholderColor": [96, 96, 96],
"labelBackground": [80, 80, 80],
"labelDisabledColor": [128, 128, 128],
"linkColor": [128, 128, 255],
"listCellBorder": [24, 24, 24],
"listHeadBorder": [24, 24, 24],
"listHeadSelectedColor": [255, 255, 255],
"listHeadSelectedGradient": [[80, 80, 80], [48, 48, 48]],
@ -104,7 +103,7 @@
"listIconTextFocusSelectedShadow": [0, 0, 0],
"listIconTextSelectedShadow": [16, 16, 16],
"listItemBorder": [32, 32, 32],
"listItemBorder": [24, 24, 24],
"listItemGradient": [[16, 16, 16], [16, 16, 16]],
"listItemOddGradient": [[14, 14, 14], [14, 14, 14]],
"listItemEvenGradient": [[18, 18, 18], [18, 18, 18]],
@ -135,8 +134,9 @@
"mapPlaceRegionColor": [0, 192, 192],
"mapPlaceStreetColor": [255, 255, 0],
"menuShadow": [0, 0, 0, 0.75],
"menuBackground": [48, 48, 48, 0.96],
"menuBorder": [64, 64, 64, 0.96],
"menuShadow": [0, 0, 0, 0.75],
"menuDisabledColor": [128, 128, 128],
"menuSelectedColor": [255, 255, 255],
"menuSelectedGradient": [[64, 64, 64, 0.96], [64, 64, 64, 0.96]],