Now have a simple color palette system.

This commit is contained in:
Zed A. Shaw 2025-07-16 12:46:49 -04:00
parent 0272ba8540
commit 48a7f72411
6 changed files with 93 additions and 2 deletions

19
assets/palette.json Normal file
View file

@ -0,0 +1,19 @@
{
"gui/line": {
"light": [200,200,200],
"mid": [100,100,100],
"dark": [10,10,10]
},
"gui/text": {
"light": [200,200,200],
"mid": [100,100,100],
"dark": [10,10,10]
},
"gui/accent": {
"light": [200,200,200],
"mid": [100,100,100],
"dark": [10,10,10]
}
}