summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/carbonfox.json
blob: 54e55cdeae18089a3ae956c6b6fb4884def35774 (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
{
  "$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-keyword": "#8a3ffc"
    }
  },
  "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-keyword": "#be95ff"
    }
  }
}