mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|