mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
43 lines
945 B
JSON
43 lines
945 B
JSON
{
|
|
"$schema": "https://opencode.ai/desktop-theme.json",
|
|
"name": "Nord",
|
|
"id": "nord",
|
|
"light": {
|
|
"palette": {
|
|
"neutral": "#eceff4",
|
|
"ink": "#2e3440",
|
|
"primary": "#5e81ac",
|
|
"accent": "#bf616a",
|
|
"success": "#8fbcbb",
|
|
"warning": "#d08770",
|
|
"error": "#bf616a",
|
|
"info": "#81a1c1",
|
|
"diffAdd": "#a3be8c",
|
|
"diffDelete": "#bf616a"
|
|
},
|
|
"overrides": {
|
|
"syntax-keyword": "#5e81ac",
|
|
"syntax-string": "#a3be8c",
|
|
"syntax-primitive": "#b48ead"
|
|
}
|
|
},
|
|
"dark": {
|
|
"palette": {
|
|
"neutral": "#2e3440",
|
|
"ink": "#e5e9f0",
|
|
"primary": "#88c0d0",
|
|
"accent": "#d57780",
|
|
"success": "#a3be8c",
|
|
"warning": "#d08770",
|
|
"error": "#bf616a",
|
|
"info": "#81a1c1",
|
|
"diffAdd": "#81a1c1",
|
|
"diffDelete": "#bf616a"
|
|
},
|
|
"overrides": {
|
|
"syntax-keyword": "#81a1c1",
|
|
"syntax-primitive": "#b48ead"
|
|
}
|
|
}
|
|
}
|