1
0
Fork 0
forked from 0x2620/oxjs

add bodySelectedColor to themes.jsonc

This commit is contained in:
rolux 2013-02-26 00:40:07 +05:30
commit 4dea1729cf
4 changed files with 6 additions and 2 deletions

View file

@ -23,7 +23,8 @@
"bodySpecialLinkActiveColor": [192, 192, 255],
"bodySpecialLinkActiveGradient": [[64, 64, 64], [64, 64, 64]],
"bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
"bodySelectionBackground": [192, 192, 192],
"bodySelectionBackground": [128, 128, 128],
"bodySelectionColor": [0, 0, 0],
"bodyWarningBorder": [192, 0, 0],
"buttonGradient": [[96, 96, 96], [64, 64, 64]],