mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-09 10:18:57 +00:00
40 lines
835 B
JSON
40 lines
835 B
JSON
{
|
|
"$schema": "https://opencode.ai/desktop-theme.json",
|
|
"name": "Ayu",
|
|
"id": "ayu",
|
|
"light": {
|
|
"palette": {
|
|
"neutral": "#fdfaf4",
|
|
"ink": "#4f5964",
|
|
"primary": "#4aa8c8",
|
|
"accent": "#ef7d71",
|
|
"success": "#5fb978",
|
|
"warning": "#ea9f41",
|
|
"error": "#e6656a",
|
|
"info": "#2f9bce",
|
|
"diffAdd": "#b1d780",
|
|
"diffDelete": "#e6656a"
|
|
},
|
|
"overrides": {
|
|
"syntax-keyword": "#ea9f41"
|
|
}
|
|
},
|
|
"dark": {
|
|
"palette": {
|
|
"neutral": "#0f1419",
|
|
"ink": "#d6dae0",
|
|
"primary": "#3fb7e3",
|
|
"accent": "#f2856f",
|
|
"success": "#78d05c",
|
|
"warning": "#e4a75c",
|
|
"error": "#f58572",
|
|
"info": "#66c6f1",
|
|
"diffAdd": "#59c57c",
|
|
"diffDelete": "#f58572"
|
|
},
|
|
"overrides": {
|
|
"syntax-keyword": "#ffad66"
|
|
}
|
|
}
|
|
}
|