summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/carbonfox.json
blob: e2fa20d8034f92308de8735ee66e8661636ef22e (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Carbonfox",
  "id": "carbonfox",
  "light": {
    "seeds": {
      "neutral": "#8e8e8e",
      "primary": "#0072c3",
      "success": "#198038",
      "warning": "#f1c21b",
      "error": "#da1e28",
      "info": "#0043ce",
      "interactive": "#0f62fe",
      "diffAdd": "#198038",
      "diffDelete": "#da1e28"
    },
    "overrides": {
      "background-base": "#ffffff",
      "background-weak": "#f4f4f4",
      "background-strong": "#e8e8e8",
      "background-stronger": "#dcdcdc",
      "surface-raised-strong": "#ffffff",
      "surface-raised-stronger": "#ffffff",
      "surface-float-base": "#161616",
      "surface-float-base-hover": "#262626",
      "text-base": "#161616",
      "text-weak": "#525252",
      "text-strong": "#000000",
      "syntax-string": "#198038",
      "syntax-primitive": "#da1e28",
      "syntax-property": "#0043ce",
      "syntax-type": "#007d79",
      "syntax-constant": "#6929c4",
      "syntax-keyword": "#525252",
      "syntax-info": "#0043ce",
      "markdown-heading": "#0043ce",
      "markdown-text": "#161616",
      "markdown-link": "#0043ce",
      "markdown-link-text": "#0072c3",
      "markdown-code": "#198038",
      "markdown-block-quote": "#525252",
      "markdown-emph": "#6929c4",
      "markdown-strong": "#161616",
      "markdown-horizontal-rule": "#c6c6c6",
      "markdown-list-item": "#0072c3",
      "markdown-list-enumeration": "#0072c3",
      "markdown-image": "#0043ce",
      "markdown-image-text": "#0072c3",
      "markdown-code-block": "#393939"
    }
  },
  "dark": {
    "seeds": {
      "neutral": "#393939",
      "primary": "#33b1ff",
      "success": "#42be65",
      "warning": "#f1c21b",
      "error": "#ff8389",
      "info": "#78a9ff",
      "interactive": "#4589ff",
      "diffAdd": "#42be65",
      "diffDelete": "#ff8389"
    },
    "overrides": {
      "background-base": "#161616",
      "background-weak": "#262626",
      "background-strong": "#0d0d0d",
      "background-stronger": "#000000",
      "surface-raised-base": "#1c1c1c",
      "surface-raised-base-hover": "#262626",
      "surface-raised-strong": "#262626",
      "surface-raised-strong-hover": "#303030",
      "surface-raised-stronger": "#303030",
      "surface-raised-stronger-hover": "#393939",
      "surface-raised-stronger-non-alpha": "#303030",
      "surface-float-base": "#0d0d0d",
      "surface-float-base-hover": "#1a1a1a",
      "surface-inset-base": "#0d0d0d",
      "surface-inset-strong": "#000000",
      "surface-base": "#1e1e1e",
      "surface-base-hover": "#262626",
      "surface-diff-add-base": "#0e3a22",
      "surface-diff-delete-base": "#4d1a1f",
      "input-base": "#262626",
      "input-hover": "#303030",
      "button-secondary-base": "#393939",
      "button-secondary-hover": "#4c4c4c",
      "border-weak-base": "#393939",
      "border-weak-hover": "#4c4c4c",
      "border-base": "#525252",
      "border-hover": "#636363",
      "border-strong-base": "#6f6f6f",
      "text-base": "#f2f4f8",
      "text-weak": "#8d8d8d",
      "text-weaker": "#6f6f6f",
      "text-strong": "#ffffff",
      "icon-base": "#8d8d8d",
      "icon-weak-base": "#6f6f6f",
      "syntax-string": "#42be65",
      "syntax-primitive": "#ff8389",
      "syntax-property": "#78a9ff",
      "syntax-type": "#08bdba",
      "syntax-constant": "#be95ff",
      "syntax-keyword": "#8d8d8d",
      "syntax-info": "#78a9ff",
      "markdown-heading": "#82cfff",
      "markdown-text": "#f2f4f8",
      "markdown-link": "#78a9ff",
      "markdown-link-text": "#33b1ff",
      "markdown-code": "#42be65",
      "markdown-block-quote": "#8d8d8d",
      "markdown-emph": "#be95ff",
      "markdown-strong": "#ffffff",
      "markdown-horizontal-rule": "#393939",
      "markdown-list-item": "#33b1ff",
      "markdown-list-enumeration": "#33b1ff",
      "markdown-image": "#78a9ff",
      "markdown-image-text": "#33b1ff",
      "markdown-code-block": "#c6c6c6"
    }
  }
}