1
0
Fork 0
forked from 0x2620/oxjs

theme.js -> theme.json; make timeline themed

This commit is contained in:
rolux 2012-01-04 15:20:07 +05:30
commit 66934d22a9
7 changed files with 61 additions and 29 deletions

View 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]
}
}