Initial, still major WIP
This commit is contained in:
commit
0c503a549a
21 changed files with 1302 additions and 0 deletions
27
src/styles/default.json
Normal file
27
src/styles/default.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"window": {
|
||||
"backgroundColor": {"r": 35, "g": 108, "b": 218},
|
||||
"defaultWidth": 800,
|
||||
"defaultHeight": 600
|
||||
},
|
||||
|
||||
"root": {
|
||||
"backgroundColor": {"r": 35, "g": 108, "b": 218}
|
||||
},
|
||||
|
||||
"sidebar": {
|
||||
"backgroundColor": {"r": 5, "g": 5, "b": 5},
|
||||
"width": 200,
|
||||
"top": "root.top",
|
||||
"left": "root.left",
|
||||
"bottom": "root.bottom"
|
||||
},
|
||||
|
||||
"content": {
|
||||
"backgroundColor": {"r": 35, "g": 108, "b": 218},
|
||||
"top": "root.top",
|
||||
"left": "sidebar.right",
|
||||
"right": "root.right",
|
||||
"bottom": "root.bottom"
|
||||
}
|
||||
}
|
||||
Reference in a new issue