onedarkpro.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "$schema": "https://opencode.ai/desktop-theme.json",
  3. "name": "One Dark Pro",
  4. "id": "onedarkpro",
  5. "light": {
  6. "seeds": {
  7. "neutral": "#f5f6f8",
  8. "primary": "#528bff",
  9. "success": "#4fa66d",
  10. "warning": "#d19a66",
  11. "error": "#e06c75",
  12. "info": "#61afef",
  13. "interactive": "#528bff",
  14. "diffAdd": "#c2ebcf",
  15. "diffDelete": "#f7c1c5"
  16. },
  17. "overrides": {
  18. "background-base": "#f5f6f8",
  19. "background-weak": "#eef0f4",
  20. "background-strong": "#fafbfc",
  21. "background-stronger": "#ffffff",
  22. "border-weak-base": "#dee2eb",
  23. "border-weak-hover": "#d4d9e3",
  24. "border-weak-active": "#caced6",
  25. "border-weak-selected": "#bec4d0",
  26. "border-weak-disabled": "#f4f6fb",
  27. "border-weak-focus": "#c4cada",
  28. "border-base": "#b5bccd",
  29. "border-hover": "#aab1c2",
  30. "border-active": "#a0a7b8",
  31. "border-selected": "#959cae",
  32. "border-disabled": "#eceef4",
  33. "border-focus": "#a6adbf",
  34. "border-strong-base": "#747c92",
  35. "border-strong-hover": "#6a7287",
  36. "border-strong-active": "#60687c",
  37. "border-strong-selected": "#565e71",
  38. "border-strong-disabled": "#cbd0dd",
  39. "border-strong-focus": "#666d82",
  40. "surface-diff-add-base": "#e5f4ea",
  41. "surface-diff-delete-base": "#fde7ea",
  42. "surface-diff-hidden-base": "#e4e8f4",
  43. "text-base": "#2b303b",
  44. "text-weak": "#6b717f",
  45. "text-strong": "#0e1118",
  46. "syntax-string": "#4fa66d",
  47. "syntax-primitive": "#d85462",
  48. "syntax-property": "#528bff",
  49. "syntax-type": "#d19a66",
  50. "syntax-constant": "#61afef",
  51. "syntax-info": "#61afef",
  52. "markdown-heading": "#528bff",
  53. "markdown-text": "#2b303b",
  54. "markdown-link": "#528bff",
  55. "markdown-link-text": "#61afef",
  56. "markdown-code": "#4fa66d",
  57. "markdown-block-quote": "#d19a66",
  58. "markdown-emph": "#d19a66",
  59. "markdown-strong": "#d85462",
  60. "markdown-horizontal-rule": "#d3d7e4",
  61. "markdown-list-item": "#528bff",
  62. "markdown-list-enumeration": "#61afef",
  63. "markdown-image": "#528bff",
  64. "markdown-image-text": "#61afef",
  65. "markdown-code-block": "#528bff"
  66. }
  67. },
  68. "dark": {
  69. "seeds": {
  70. "neutral": "#1e222a",
  71. "primary": "#61afef",
  72. "success": "#98c379",
  73. "warning": "#e5c07b",
  74. "error": "#e06c75",
  75. "info": "#56b6c2",
  76. "interactive": "#61afef",
  77. "diffAdd": "#4b815a",
  78. "diffDelete": "#b2555f"
  79. },
  80. "overrides": {
  81. "background-base": "#1e222a",
  82. "background-weak": "#212631",
  83. "background-strong": "#1b1f27",
  84. "background-stronger": "#171b23",
  85. "border-weak-base": "#323848",
  86. "border-weak-hover": "#363d52",
  87. "border-weak-active": "#3c435c",
  88. "border-weak-selected": "#424967",
  89. "border-weak-disabled": "#141720",
  90. "border-weak-focus": "#3f4560",
  91. "border-base": "#4a5164",
  92. "border-hover": "#515871",
  93. "border-active": "#585f7e",
  94. "border-selected": "#60688a",
  95. "border-disabled": "#1a1e27",
  96. "border-focus": "#555c79",
  97. "border-strong-base": "#6a7390",
  98. "border-strong-hover": "#737c9d",
  99. "border-strong-active": "#7d87ab",
  100. "border-strong-selected": "#8791b8",
  101. "border-strong-disabled": "#212533",
  102. "border-strong-focus": "#7680a2",
  103. "surface-diff-add-base": "#1c2a26",
  104. "surface-diff-delete-base": "#2a1c22",
  105. "surface-diff-hidden-base": "#232836",
  106. "text-base": "#abb2bf",
  107. "text-weak": "#818899",
  108. "text-strong": "#f6f7fb",
  109. "syntax-string": "#98c379",
  110. "syntax-primitive": "#e06c75",
  111. "syntax-property": "#61afef",
  112. "syntax-type": "#e5c07b",
  113. "syntax-constant": "#56b6c2",
  114. "syntax-info": "#56b6c2",
  115. "markdown-heading": "#61afef",
  116. "markdown-text": "#abb2bf",
  117. "markdown-link": "#61afef",
  118. "markdown-link-text": "#56b6c2",
  119. "markdown-code": "#98c379",
  120. "markdown-block-quote": "#e5c07b",
  121. "markdown-emph": "#e5c07b",
  122. "markdown-strong": "#e06c75",
  123. "markdown-horizontal-rule": "#2d3444",
  124. "markdown-list-item": "#61afef",
  125. "markdown-list-enumeration": "#56b6c2",
  126. "markdown-image": "#61afef",
  127. "markdown-image-text": "#56b6c2",
  128. "markdown-code-block": "#abb2bf"
  129. }
  130. }
  131. }