synthwave84.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "$schema": "https://opencode.ai/desktop-theme.json",
  3. "name": "Synthwave '84",
  4. "id": "synthwave84",
  5. "light": {
  6. "palette": {
  7. "neutral": "#fafafa",
  8. "ink": "#262335",
  9. "primary": "#00bcd4",
  10. "accent": "#9c27b0",
  11. "success": "#4caf50",
  12. "warning": "#ff9800",
  13. "error": "#f44336",
  14. "info": "#ff5722"
  15. },
  16. "overrides": {
  17. "text-weak": "#5c5c8a",
  18. "syntax-comment": "#5c5c8a",
  19. "syntax-keyword": "#e91e63",
  20. "syntax-string": "#ff9800",
  21. "syntax-primitive": "#ff5722",
  22. "syntax-variable": "#262335",
  23. "syntax-property": "#9c27b0",
  24. "syntax-type": "#00bcd4",
  25. "syntax-constant": "#9c27b0",
  26. "syntax-operator": "#e91e63",
  27. "syntax-punctuation": "#262335",
  28. "syntax-object": "#262335",
  29. "markdown-heading": "#e91e63",
  30. "markdown-text": "#262335",
  31. "markdown-link": "#00bcd4",
  32. "markdown-link-text": "#9c27b0",
  33. "markdown-code": "#4caf50",
  34. "markdown-block-quote": "#5c5c8a",
  35. "markdown-emph": "#ff9800",
  36. "markdown-strong": "#ff5722",
  37. "markdown-horizontal-rule": "#e0e0e0",
  38. "markdown-list-item": "#00bcd4",
  39. "markdown-list-enumeration": "#9c27b0",
  40. "markdown-image": "#00bcd4",
  41. "markdown-image-text": "#9c27b0",
  42. "markdown-code-block": "#262335"
  43. }
  44. },
  45. "dark": {
  46. "palette": {
  47. "neutral": "#262335",
  48. "ink": "#ffffff",
  49. "primary": "#36f9f6",
  50. "accent": "#b084eb",
  51. "success": "#72f1b8",
  52. "warning": "#fede5d",
  53. "error": "#fe4450",
  54. "info": "#ff8b39",
  55. "diffAdd": "#97f1d8",
  56. "diffDelete": "#ff5e5b"
  57. },
  58. "overrides": {
  59. "text-weak": "#848bbd",
  60. "syntax-comment": "#848bbd",
  61. "syntax-keyword": "#ff7edb",
  62. "syntax-string": "#fede5d",
  63. "syntax-primitive": "#ff8b39",
  64. "syntax-variable": "#ffffff",
  65. "syntax-property": "#b084eb",
  66. "syntax-type": "#36f9f6",
  67. "syntax-constant": "#b084eb",
  68. "syntax-operator": "#ff7edb",
  69. "syntax-punctuation": "#ffffff",
  70. "syntax-object": "#ffffff",
  71. "markdown-heading": "#ff7edb",
  72. "markdown-text": "#ffffff",
  73. "markdown-link": "#36f9f6",
  74. "markdown-link-text": "#b084eb",
  75. "markdown-code": "#72f1b8",
  76. "markdown-block-quote": "#848bbd",
  77. "markdown-emph": "#fede5d",
  78. "markdown-strong": "#ff8b39",
  79. "markdown-horizontal-rule": "#495495",
  80. "markdown-list-item": "#36f9f6",
  81. "markdown-list-enumeration": "#b084eb",
  82. "markdown-image": "#36f9f6",
  83. "markdown-image-text": "#b084eb",
  84. "markdown-code-block": "#ffffff"
  85. }
  86. }
  87. }