| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "$schema": "https://opencode.ai/desktop-theme.json",
- "name": "One Dark Pro",
- "id": "onedarkpro",
- "light": {
- "seeds": {
- "neutral": "#f5f6f8",
- "primary": "#528bff",
- "success": "#4fa66d",
- "warning": "#d19a66",
- "error": "#e06c75",
- "info": "#61afef",
- "interactive": "#528bff",
- "diffAdd": "#c2ebcf",
- "diffDelete": "#f7c1c5"
- },
- "overrides": {
- "background-base": "#f5f6f8",
- "background-weak": "#eef0f4",
- "background-strong": "#fafbfc",
- "background-stronger": "#ffffff",
- "border-weak-base": "#dee2eb",
- "border-weak-hover": "#d4d9e3",
- "border-weak-active": "#caced6",
- "border-weak-selected": "#bec4d0",
- "border-weak-disabled": "#f4f6fb",
- "border-weak-focus": "#c4cada",
- "border-base": "#b5bccd",
- "border-hover": "#aab1c2",
- "border-active": "#a0a7b8",
- "border-selected": "#959cae",
- "border-disabled": "#eceef4",
- "border-focus": "#a6adbf",
- "border-strong-base": "#747c92",
- "border-strong-hover": "#6a7287",
- "border-strong-active": "#60687c",
- "border-strong-selected": "#565e71",
- "border-strong-disabled": "#cbd0dd",
- "border-strong-focus": "#666d82",
- "surface-diff-add-base": "#e5f4ea",
- "surface-diff-delete-base": "#fde7ea",
- "surface-diff-hidden-base": "#e4e8f4",
- "text-base": "#2b303b",
- "text-weak": "#6b717f",
- "text-strong": "#0e1118",
- "syntax-string": "#4fa66d",
- "syntax-primitive": "#d85462",
- "syntax-property": "#528bff",
- "syntax-type": "#d19a66",
- "syntax-constant": "#61afef",
- "syntax-info": "#61afef",
- "markdown-heading": "#528bff",
- "markdown-text": "#2b303b",
- "markdown-link": "#528bff",
- "markdown-link-text": "#61afef",
- "markdown-code": "#4fa66d",
- "markdown-block-quote": "#d19a66",
- "markdown-emph": "#d19a66",
- "markdown-strong": "#d85462",
- "markdown-horizontal-rule": "#d3d7e4",
- "markdown-list-item": "#528bff",
- "markdown-list-enumeration": "#61afef",
- "markdown-image": "#528bff",
- "markdown-image-text": "#61afef",
- "markdown-code-block": "#528bff"
- }
- },
- "dark": {
- "seeds": {
- "neutral": "#1e222a",
- "primary": "#61afef",
- "success": "#98c379",
- "warning": "#e5c07b",
- "error": "#e06c75",
- "info": "#56b6c2",
- "interactive": "#61afef",
- "diffAdd": "#4b815a",
- "diffDelete": "#b2555f"
- },
- "overrides": {
- "background-base": "#1e222a",
- "background-weak": "#212631",
- "background-strong": "#1b1f27",
- "background-stronger": "#171b23",
- "border-weak-base": "#323848",
- "border-weak-hover": "#363d52",
- "border-weak-active": "#3c435c",
- "border-weak-selected": "#424967",
- "border-weak-disabled": "#141720",
- "border-weak-focus": "#3f4560",
- "border-base": "#4a5164",
- "border-hover": "#515871",
- "border-active": "#585f7e",
- "border-selected": "#60688a",
- "border-disabled": "#1a1e27",
- "border-focus": "#555c79",
- "border-strong-base": "#6a7390",
- "border-strong-hover": "#737c9d",
- "border-strong-active": "#7d87ab",
- "border-strong-selected": "#8791b8",
- "border-strong-disabled": "#212533",
- "border-strong-focus": "#7680a2",
- "surface-diff-add-base": "#1c2a26",
- "surface-diff-delete-base": "#2a1c22",
- "surface-diff-hidden-base": "#232836",
- "text-base": "#abb2bf",
- "text-weak": "#818899",
- "text-strong": "#f6f7fb",
- "syntax-string": "#98c379",
- "syntax-primitive": "#e06c75",
- "syntax-property": "#61afef",
- "syntax-type": "#e5c07b",
- "syntax-constant": "#56b6c2",
- "syntax-info": "#56b6c2",
- "markdown-heading": "#61afef",
- "markdown-text": "#abb2bf",
- "markdown-link": "#61afef",
- "markdown-link-text": "#56b6c2",
- "markdown-code": "#98c379",
- "markdown-block-quote": "#e5c07b",
- "markdown-emph": "#e5c07b",
- "markdown-strong": "#e06c75",
- "markdown-horizontal-rule": "#2d3444",
- "markdown-list-item": "#61afef",
- "markdown-list-enumeration": "#56b6c2",
- "markdown-image": "#61afef",
- "markdown-image-text": "#56b6c2",
- "markdown-code-block": "#abb2bf"
- }
- }
- }
|