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.25,
|
||||
|
||||
"barGradient": [[224, 224, 224], [192, 192, 192]],
|
||||
"barHighlightColor": [0, 0, 0],
|
||||
"barHighlightGradient": [[255, 255, 0], [192, 192, 0]],
|
||||
"barSelectedColor": [0, 0, 0],
|
||||
"barSelectedGradient": [[208, 208, 208], [176, 176, 176]],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue