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": [255, 255, 255],
|
||||
"barHighlightGradient": [[80, 144, 208], [48, 112, 178]],
|
||||
"barSelectedColor": [255, 255, 255],
|
||||
"barSelectedGradient": [[80, 144, 208], [48, 112, 178]],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue