Initial, still major WIP

This commit is contained in:
Ryan McGrath 2018-06-19 23:55:57 -04:00
commit 0c503a549a
No known key found for this signature in database
GPG key ID: 811674B62B666830
21 changed files with 1302 additions and 0 deletions

27
src/styles/default.json Normal file
View 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"
}
}