mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
132 lines
4.2 KiB
JSON
132 lines
4.2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/desktop-theme.json",
|
|
"name": "Nord",
|
|
"id": "nord",
|
|
"light": {
|
|
"seeds": {
|
|
"neutral": "#eceff4",
|
|
"primary": "#5e81ac",
|
|
"success": "#8fbcbb",
|
|
"warning": "#d08770",
|
|
"error": "#bf616a",
|
|
"info": "#81a1c1",
|
|
"interactive": "#5e81ac",
|
|
"diffAdd": "#a3be8c",
|
|
"diffDelete": "#bf616a"
|
|
},
|
|
"overrides": {
|
|
"background-base": "#eceff4",
|
|
"background-weak": "#e4e8f0",
|
|
"background-strong": "#f1f3f8",
|
|
"background-stronger": "#f6f8fc",
|
|
"border-weak-base": "#d5dbe7",
|
|
"border-weak-hover": "#c9d0de",
|
|
"border-weak-active": "#bec5d4",
|
|
"border-weak-selected": "#b2bacc",
|
|
"border-weak-disabled": "#f0f3fa",
|
|
"border-weak-focus": "#b9bfd0",
|
|
"border-base": "#afb7cb",
|
|
"border-hover": "#a3abc1",
|
|
"border-active": "#979fb7",
|
|
"border-selected": "#8b94ad",
|
|
"border-disabled": "#e5e9f2",
|
|
"border-focus": "#9ca4ba",
|
|
"border-strong-base": "#757f97",
|
|
"border-strong-hover": "#69718a",
|
|
"border-strong-active": "#5d647d",
|
|
"border-strong-selected": "#525970",
|
|
"border-strong-disabled": "#c9cedc",
|
|
"border-strong-focus": "#636c84",
|
|
"surface-diff-add-base": "#e4f0e4",
|
|
"surface-diff-delete-base": "#f4e1e4",
|
|
"surface-diff-hidden-base": "#dfe6f2",
|
|
"text-base": "#2e3440",
|
|
"text-weak": "#4c566a",
|
|
"text-strong": "#1f2530",
|
|
"syntax-string": "#a3be8c",
|
|
"syntax-primitive": "#bf616a",
|
|
"syntax-property": "#5e81ac",
|
|
"syntax-type": "#d08770",
|
|
"syntax-constant": "#81a1c1",
|
|
"syntax-info": "#81a1c1",
|
|
"markdown-heading": "#5e81ac",
|
|
"markdown-text": "#2e3440",
|
|
"markdown-link": "#5e81ac",
|
|
"markdown-link-text": "#81a1c1",
|
|
"markdown-code": "#a3be8c",
|
|
"markdown-block-quote": "#d08770",
|
|
"markdown-emph": "#d08770",
|
|
"markdown-strong": "#bf616a",
|
|
"markdown-horizontal-rule": "#cbd3e1",
|
|
"markdown-list-item": "#5e81ac",
|
|
"markdown-list-enumeration": "#81a1c1",
|
|
"markdown-image": "#5e81ac",
|
|
"markdown-image-text": "#81a1c1",
|
|
"markdown-code-block": "#5e81ac"
|
|
}
|
|
},
|
|
"dark": {
|
|
"seeds": {
|
|
"neutral": "#2e3440",
|
|
"primary": "#88c0d0",
|
|
"success": "#a3be8c",
|
|
"warning": "#d08770",
|
|
"error": "#bf616a",
|
|
"info": "#81a1c1",
|
|
"interactive": "#88c0d0",
|
|
"diffAdd": "#81a1c1",
|
|
"diffDelete": "#bf616a"
|
|
},
|
|
"overrides": {
|
|
"background-base": "#1f2430",
|
|
"background-weak": "#222938",
|
|
"background-strong": "#1c202a",
|
|
"background-stronger": "#181c24",
|
|
"border-weak-base": "#343a47",
|
|
"border-weak-hover": "#383f50",
|
|
"border-weak-active": "#3d4458",
|
|
"border-weak-selected": "#434a62",
|
|
"border-weak-disabled": "#151923",
|
|
"border-weak-focus": "#3f4359",
|
|
"border-base": "#4a5163",
|
|
"border-hover": "#515870",
|
|
"border-active": "#585f7c",
|
|
"border-selected": "#606889",
|
|
"border-disabled": "#1b202a",
|
|
"border-focus": "#545b78",
|
|
"border-strong-base": "#6a7492",
|
|
"border-strong-hover": "#747e9f",
|
|
"border-strong-active": "#7e88ac",
|
|
"border-strong-selected": "#8993b9",
|
|
"border-strong-disabled": "#232836",
|
|
"border-strong-focus": "#76819f",
|
|
"surface-diff-add-base": "#1f2e33",
|
|
"surface-diff-delete-base": "#2e212a",
|
|
"surface-diff-hidden-base": "#222b3a",
|
|
"text-base": "#e5e9f0",
|
|
"text-weak": "#a4adbf",
|
|
"text-strong": "#f8fafc",
|
|
"syntax-string": "#a3be8c",
|
|
"syntax-primitive": "#d57780",
|
|
"syntax-property": "#88c0d0",
|
|
"syntax-type": "#eac196",
|
|
"syntax-constant": "#81a1c1",
|
|
"syntax-info": "#81a1c1",
|
|
"markdown-heading": "#88c0d0",
|
|
"markdown-text": "#e5e9f0",
|
|
"markdown-link": "#88c0d0",
|
|
"markdown-link-text": "#81a1c1",
|
|
"markdown-code": "#a3be8c",
|
|
"markdown-block-quote": "#d08770",
|
|
"markdown-emph": "#d08770",
|
|
"markdown-strong": "#bf616a",
|
|
"markdown-horizontal-rule": "#2f384a",
|
|
"markdown-list-item": "#88c0d0",
|
|
"markdown-list-enumeration": "#81a1c1",
|
|
"markdown-image": "#88c0d0",
|
|
"markdown-image-text": "#81a1c1",
|
|
"markdown-code-block": "#cbd3e1"
|
|
}
|
|
}
|
|
}
|