forked from 0x2620/oxjs
theme.js -> theme.json; make timeline themed
This commit is contained in:
parent
8097cc7812
commit
66934d22a9
7 changed files with 61 additions and 29 deletions
12
source/Ox.UI/themes/modern/json/modern.json
Normal file
12
source/Ox.UI/themes/modern/json/modern.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"lightness": {
|
||||
"background": 0.25,
|
||||
"color": 0.75
|
||||
},
|
||||
"timeline": {
|
||||
"default": [255, 255, 255],
|
||||
"editing": [128, 128, 255],
|
||||
"result": [255, 255, 128],
|
||||
"selected": [128, 255, 128]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue