mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-09 02:09:12 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/desktop-theme.json",
|
|
"name": "Vesper",
|
|
"id": "vesper",
|
|
"light": {
|
|
"palette": {
|
|
"neutral": "#F0F0F0",
|
|
"ink": "#101010",
|
|
"primary": "#FFC799",
|
|
"accent": "#B30000",
|
|
"success": "#99FFE4",
|
|
"warning": "#FFC799",
|
|
"error": "#FF8080",
|
|
"info": "#FFC799",
|
|
"diffAdd": "#99FFE4",
|
|
"diffDelete": "#FF8080"
|
|
},
|
|
"overrides": {
|
|
"syntax-comment": "#7a7a7a",
|
|
"syntax-keyword": "#6e6e6e",
|
|
"syntax-string": "#117e69",
|
|
"syntax-primitive": "#8d541c",
|
|
"syntax-property": "#101010",
|
|
"syntax-type": "#8d541c",
|
|
"syntax-constant": "#8d541c"
|
|
}
|
|
},
|
|
"dark": {
|
|
"palette": {
|
|
"neutral": "#101010",
|
|
"ink": "#FFF",
|
|
"primary": "#FFC799",
|
|
"accent": "#FF8080",
|
|
"success": "#99FFE4",
|
|
"warning": "#FFC799",
|
|
"error": "#FF8080",
|
|
"info": "#FFC799",
|
|
"diffAdd": "#99FFE4",
|
|
"diffDelete": "#FF8080"
|
|
},
|
|
"overrides": {
|
|
"syntax-comment": "#8b8b8b",
|
|
"syntax-keyword": "#a0a0a0",
|
|
"syntax-string": "#99ffe4",
|
|
"syntax-primitive": "#ffc799",
|
|
"syntax-property": "#ffffff",
|
|
"syntax-type": "#ffc799",
|
|
"syntax-constant": "#ffc799"
|
|
}
|
|
}
|
|
}
|