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": [[160, 160, 160], [128, 128, 128]],
|
||||
"barHighlightColor": [0, 0, 0],
|
||||
"barHighlightGradient": [[255, 255, 0], [192, 192, 0]],
|
||||
"barSelectedColor": [255, 255, 255],
|
||||
"barSelectedGradient": [[128, 128, 128], [96, 96, 96]],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue