41 lines
875 B
JSON
41 lines
875 B
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-keyword": "#b30000"
|
|
}
|
|
},
|
|
"dark": {
|
|
"palette": {
|
|
"neutral": "#101010",
|
|
"ink": "#FFF",
|
|
"primary": "#FFC799",
|
|
"accent": "#FF8080",
|
|
"success": "#99FFE4",
|
|
"warning": "#FFC799",
|
|
"error": "#FF8080",
|
|
"info": "#FFC799",
|
|
"diffAdd": "#99FFE4",
|
|
"diffDelete": "#FF8080"
|
|
},
|
|
"overrides": {
|
|
"syntax-keyword": "#ff8080",
|
|
"syntax-primitive": "#ffc799"
|
|
}
|
|
}
|
|
}
|