summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/carbonfox.json
blob: 50e6475ae3008ea375f3d2fa4c483b0d28875441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Carbonfox",
  "id": "carbonfox",
  "light": {
    "palette": {
      "neutral": "#8e8e8e",
      "ink": "#161616",
      "primary": "#0072c3",
      "accent": "#da1e28",
      "success": "#198038",
      "warning": "#f1c21b",
      "error": "#da1e28",
      "info": "#0043ce",
      "interactive": "#0f62fe",
      "diffAdd": "#198038",
      "diffDelete": "#da1e28"
    },
    "overrides": {
      "syntax-comment": "#6f6f6f",
      "syntax-keyword": "#8a3ffc",
      "syntax-string": "#198038",
      "syntax-primitive": "#0f62fe",
      "syntax-property": "#0043ce",
      "syntax-type": "#8a5f00",
      "syntax-constant": "#da1e28"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#393939",
      "ink": "#f2f4f8",
      "primary": "#33b1ff",
      "accent": "#ff8389",
      "success": "#42be65",
      "warning": "#f1c21b",
      "error": "#ff8389",
      "info": "#78a9ff",
      "interactive": "#4589ff",
      "diffAdd": "#42be65",
      "diffDelete": "#ff8389"
    },
    "overrides": {
      "syntax-comment": "#6f6f6f",
      "syntax-keyword": "#be95ff",
      "syntax-string": "#42be65",
      "syntax-primitive": "#33b1ff",
      "syntax-property": "#78a9ff",
      "syntax-type": "#f1c21b",
      "syntax-constant": "#ff8389"
    }
  }
}