synthwave84.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "$schema": "https://opencode.ai/theme.json",
  3. "defs": {
  4. "background": "#262335",
  5. "backgroundAlt": "#1e1a29",
  6. "backgroundPanel": "#2a2139",
  7. "foreground": "#ffffff",
  8. "foregroundMuted": "#848bbd",
  9. "pink": "#ff7edb",
  10. "pinkBright": "#ff92df",
  11. "cyan": "#36f9f6",
  12. "cyanBright": "#72f1f8",
  13. "yellow": "#fede5d",
  14. "yellowBright": "#fff95d",
  15. "orange": "#ff8b39",
  16. "orangeBright": "#ff9f43",
  17. "purple": "#b084eb",
  18. "purpleBright": "#c792ea",
  19. "red": "#fe4450",
  20. "redBright": "#ff5e5b",
  21. "green": "#72f1b8",
  22. "greenBright": "#97f1d8"
  23. },
  24. "theme": {
  25. "primary": {
  26. "dark": "cyan",
  27. "light": "#00bcd4"
  28. },
  29. "secondary": {
  30. "dark": "pink",
  31. "light": "#e91e63"
  32. },
  33. "accent": {
  34. "dark": "purple",
  35. "light": "#9c27b0"
  36. },
  37. "error": {
  38. "dark": "red",
  39. "light": "#f44336"
  40. },
  41. "warning": {
  42. "dark": "yellow",
  43. "light": "#ff9800"
  44. },
  45. "success": {
  46. "dark": "green",
  47. "light": "#4caf50"
  48. },
  49. "info": {
  50. "dark": "orange",
  51. "light": "#ff5722"
  52. },
  53. "text": {
  54. "dark": "foreground",
  55. "light": "#262335"
  56. },
  57. "textMuted": {
  58. "dark": "foregroundMuted",
  59. "light": "#5c5c8a"
  60. },
  61. "background": {
  62. "dark": "#262335",
  63. "light": "#fafafa"
  64. },
  65. "backgroundPanel": {
  66. "dark": "#1e1a29",
  67. "light": "#f5f5f5"
  68. },
  69. "backgroundElement": {
  70. "dark": "#2a2139",
  71. "light": "#eeeeee"
  72. },
  73. "border": {
  74. "dark": "#495495",
  75. "light": "#e0e0e0"
  76. },
  77. "borderActive": {
  78. "dark": "cyan",
  79. "light": "#00bcd4"
  80. },
  81. "borderSubtle": {
  82. "dark": "#241b2f",
  83. "light": "#f0f0f0"
  84. },
  85. "diffAdded": {
  86. "dark": "green",
  87. "light": "#4caf50"
  88. },
  89. "diffRemoved": {
  90. "dark": "red",
  91. "light": "#f44336"
  92. },
  93. "diffContext": {
  94. "dark": "foregroundMuted",
  95. "light": "#5c5c8a"
  96. },
  97. "diffHunkHeader": {
  98. "dark": "purple",
  99. "light": "#9c27b0"
  100. },
  101. "diffHighlightAdded": {
  102. "dark": "greenBright",
  103. "light": "#4caf50"
  104. },
  105. "diffHighlightRemoved": {
  106. "dark": "redBright",
  107. "light": "#f44336"
  108. },
  109. "diffAddedBg": {
  110. "dark": "#1a3a2a",
  111. "light": "#e8f5e9"
  112. },
  113. "diffRemovedBg": {
  114. "dark": "#3a1a2a",
  115. "light": "#ffebee"
  116. },
  117. "diffContextBg": {
  118. "dark": "#1e1a29",
  119. "light": "#f5f5f5"
  120. },
  121. "diffLineNumber": {
  122. "dark": "#495495",
  123. "light": "#b0b0b0"
  124. },
  125. "diffAddedLineNumberBg": {
  126. "dark": "#1a3a2a",
  127. "light": "#e8f5e9"
  128. },
  129. "diffRemovedLineNumberBg": {
  130. "dark": "#3a1a2a",
  131. "light": "#ffebee"
  132. },
  133. "markdownText": {
  134. "dark": "foreground",
  135. "light": "#262335"
  136. },
  137. "markdownHeading": {
  138. "dark": "pink",
  139. "light": "#e91e63"
  140. },
  141. "markdownLink": {
  142. "dark": "cyan",
  143. "light": "#00bcd4"
  144. },
  145. "markdownLinkText": {
  146. "dark": "purple",
  147. "light": "#9c27b0"
  148. },
  149. "markdownCode": {
  150. "dark": "green",
  151. "light": "#4caf50"
  152. },
  153. "markdownBlockQuote": {
  154. "dark": "foregroundMuted",
  155. "light": "#5c5c8a"
  156. },
  157. "markdownEmph": {
  158. "dark": "yellow",
  159. "light": "#ff9800"
  160. },
  161. "markdownStrong": {
  162. "dark": "orange",
  163. "light": "#ff5722"
  164. },
  165. "markdownHorizontalRule": {
  166. "dark": "#495495",
  167. "light": "#e0e0e0"
  168. },
  169. "markdownListItem": {
  170. "dark": "cyan",
  171. "light": "#00bcd4"
  172. },
  173. "markdownListEnumeration": {
  174. "dark": "purple",
  175. "light": "#9c27b0"
  176. },
  177. "markdownImage": {
  178. "dark": "cyan",
  179. "light": "#00bcd4"
  180. },
  181. "markdownImageText": {
  182. "dark": "purple",
  183. "light": "#9c27b0"
  184. },
  185. "markdownCodeBlock": {
  186. "dark": "foreground",
  187. "light": "#262335"
  188. },
  189. "syntaxComment": {
  190. "dark": "foregroundMuted",
  191. "light": "#5c5c8a"
  192. },
  193. "syntaxKeyword": {
  194. "dark": "pink",
  195. "light": "#e91e63"
  196. },
  197. "syntaxFunction": {
  198. "dark": "orange",
  199. "light": "#ff5722"
  200. },
  201. "syntaxVariable": {
  202. "dark": "foreground",
  203. "light": "#262335"
  204. },
  205. "syntaxString": {
  206. "dark": "yellow",
  207. "light": "#ff9800"
  208. },
  209. "syntaxNumber": {
  210. "dark": "purple",
  211. "light": "#9c27b0"
  212. },
  213. "syntaxType": {
  214. "dark": "cyan",
  215. "light": "#00bcd4"
  216. },
  217. "syntaxOperator": {
  218. "dark": "pink",
  219. "light": "#e91e63"
  220. },
  221. "syntaxPunctuation": {
  222. "dark": "foreground",
  223. "light": "#262335"
  224. }
  225. }
  226. }