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/classic/json/classic.json
Normal file
12
source/Ox.UI/themes/classic/json/classic.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"lightness": {
|
||||
"background": 0.75,
|
||||
"color": 0.25
|
||||
},
|
||||
"timeline": {
|
||||
"default": [0, 0, 0],
|
||||
"editing": [0, 0, 128],
|
||||
"result": [128, 128, 0],
|
||||
"selected": [0, 128, 0]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue