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:
parent
b1b2785a15
commit
27bbbdbd83
8 changed files with 35 additions and 8 deletions
|
|
@ -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]],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue