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": [0, 0, 64],
"bodySpecialLinkActiveGradient": [[176, 176, 176], [176, 176, 176]],
"bodyReflectionGradient": [[144, 144, 144, 0.75], [144, 144, 144, 1]],
"bodySelectionBackground": [192, 192, 192],
"bodySelectionBackground": [112, 112, 112],
"bodySelectionColor": [0, 0, 0],
"bodyWarningBorder": [255, 64, 64],
"buttonGradient": [[176, 176, 176], [144, 144, 144]],