1
0
Fork 0
forked from 0x2620/oxjs

fix modern theme highlight gradient

This commit is contained in:
rolux 2013-01-31 16:25:27 +05:30
commit fba21bab64
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"bodyColor": [240, 240, 240],
"bodyBrightColor": [255, 255, 255],
"bodyHighlightColor": [255, 255, 0],
"bodyHighlightGradient": [[16, 16, 16], [16, 16, 16]],
"bodyHighlightGradient": [[0, 0, 0, 0], [0, 0, 0, 0]],
"bodyLightColor": [128, 128, 128],
"bodyFocusSelectedLightColor": [128, 128, 128],
"bodySelectedLightColor": [128, 128, 128],