feat(app): AMOLED theme

This commit is contained in:
Adam
2026-03-12 14:11:12 -05:00
parent 3ba9ab2c0a
commit 02c75821a8
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
{
"$schema": "https://opencode.ai/desktop-theme.json",
"name": "AMOLED",
"id": "amoled",
"light": {
"palette": {
"neutral": "#f0f0f0",
"ink": "#0a0a0a",
"primary": "#6200ff",
"accent": "#ff0080",
"success": "#00e676",
"warning": "#ffab00",
"error": "#ff1744",
"info": "#00b0ff",
"diffAdd": "#00e676",
"diffDelete": "#ff1744"
},
"overrides": {
"syntax-comment": "#757575",
"syntax-keyword": "#d500f9",
"syntax-string": "#00e676",
"syntax-primitive": "#00b0ff",
"syntax-property": "#ff9100",
"syntax-constant": "#6200ff"
}
},
"dark": {
"palette": {
"neutral": "#000000",
"ink": "#ffffff",
"primary": "#b388ff",
"accent": "#ff4081",
"success": "#00ff88",
"warning": "#ffea00",
"error": "#ff1744",
"info": "#18ffff",
"diffAdd": "#00ff88",
"diffDelete": "#ff1744"
},
"overrides": {
"syntax-comment": "#555555",
"syntax-keyword": "#ff00ff",
"syntax-string": "#00ff88",
"syntax-primitive": "#18ffff",
"syntax-property": "#ffea00",
"syntax-constant": "#b388ff"
}
}
}