theme and ui tweaks

This commit is contained in:
Mikkeli Matlock
2026-01-26 01:03:23 +09:00
parent 1314b4a05d
commit 38229543af
3 changed files with 22 additions and 18 deletions

View File

@@ -1,14 +1,14 @@
{
"dark": {
"background": "#101010",
"background": "#404040",
"foreground": "#EAEAEA",
"highlight": "#FA1504",
"subdued": "#E47841"
},
"bright": {
"background": "#E47841",
"background": "#fda052",
"foreground": "#202020",
"highlight": "#F0F0F0",
"subdued": "#BC4600"
"highlight": "#FB2E0A",
"subdued": "#EAEAEA"
}
}