1
0
Fork 0
forked from 0x2620/oxjs

Ox.Clipboard: add events; Ox.Request: cleanup; Ox.MainMenu: use OxHighlight class; Themes: add bar highlight color and gradient

This commit is contained in:
rlx 2013-07-15 09:10:08 +00:00
commit 27bbbdbd83
8 changed files with 35 additions and 8 deletions

View file

@ -5,6 +5,8 @@
"themeColorLightness": 0.75,
"barGradient": [[64, 64, 64], [32, 32, 32]],
"barHighlightColor": [0, 0, 0],
"barHighlightGradient": [[255, 255, 0], [192, 192, 0]],
"barSelectedColor": [255, 255, 255],
"barSelectedGradient": [[80, 80, 80], [48, 48, 48]],