summaryrefslogtreecommitdiffhomepage
path: root/packages/opencode/src/cli/cmd/tui/context/theme/vesper.json
blob: 758c8f20c145c0ba96b083896ac920032c9ffbe8 (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
  "$schema": "https://opencode.ai/theme.json",
  "defs": {
    "vesperBg": "#101010",
    "vesperFg": "#FFF",
    "vesperComment": "#8b8b8b",
    "vesperKeyword": "#A0A0A0",
    "vesperFunction": "#FFC799",
    "vesperString": "#99FFE4",
    "vesperNumber": "#FFC799",
    "vesperError": "#FF8080",
    "vesperWarning": "#FFC799",
    "vesperSuccess": "#99FFE4",
    "vesperMuted": "#A0A0A0"
  },
  "theme": {
    "primary": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "secondary": {
      "dark": "#99FFE4",
      "light": "#99FFE4"
    },
    "accent": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "error": {
      "dark": "vesperError",
      "light": "vesperError"
    },
    "warning": {
      "dark": "vesperWarning",
      "light": "vesperWarning"
    },
    "success": {
      "dark": "vesperSuccess",
      "light": "vesperSuccess"
    },
    "info": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "text": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "textMuted": {
      "dark": "vesperMuted",
      "light": "vesperMuted"
    },
    "background": {
      "dark": "vesperBg",
      "light": "#FFF"
    },
    "backgroundPanel": {
      "dark": "vesperBg",
      "light": "#F0F0F0"
    },
    "backgroundElement": {
      "dark": "vesperBg",
      "light": "#E0E0E0"
    },
    "border": {
      "dark": "#282828",
      "light": "#D0D0D0"
    },
    "borderActive": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "borderSubtle": {
      "dark": "#1C1C1C",
      "light": "#E8E8E8"
    },
    "diffAdded": {
      "dark": "vesperSuccess",
      "light": "vesperSuccess"
    },
    "diffRemoved": {
      "dark": "vesperError",
      "light": "vesperError"
    },
    "diffContext": {
      "dark": "vesperMuted",
      "light": "vesperMuted"
    },
    "diffHunkHeader": {
      "dark": "vesperMuted",
      "light": "vesperMuted"
    },
    "diffHighlightAdded": {
      "dark": "vesperSuccess",
      "light": "vesperSuccess"
    },
    "diffHighlightRemoved": {
      "dark": "vesperError",
      "light": "vesperError"
    },
    "diffAddedBg": {
      "dark": "#0d2818",
      "light": "#e8f5e8"
    },
    "diffRemovedBg": {
      "dark": "#281a1a",
      "light": "#f5e8e8"
    },
    "diffContextBg": {
      "dark": "vesperBg",
      "light": "#F8F8F8"
    },
    "diffLineNumber": {
      "dark": "#505050",
      "light": "#808080"
    },
    "diffAddedLineNumberBg": {
      "dark": "#0d2818",
      "light": "#e8f5e8"
    },
    "diffRemovedLineNumberBg": {
      "dark": "#281a1a",
      "light": "#f5e8e8"
    },
    "markdownText": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "markdownHeading": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "markdownLink": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "markdownLinkText": {
      "dark": "vesperMuted",
      "light": "vesperMuted"
    },
    "markdownCode": {
      "dark": "vesperMuted",
      "light": "vesperMuted"
    },
    "markdownBlockQuote": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "markdownEmph": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "markdownStrong": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "markdownHorizontalRule": {
      "dark": "#65737E",
      "light": "#65737E"
    },
    "markdownListItem": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "markdownListEnumeration": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "markdownImage": {
      "dark": "#FFC799",
      "light": "#FFC799"
    },
    "markdownImageText": {
      "dark": "vesperMuted",
      "light": "vesperMuted"
    },
    "markdownCodeBlock": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "syntaxComment": {
      "dark": "vesperComment",
      "light": "vesperComment"
    },
    "syntaxKeyword": {
      "dark": "vesperKeyword",
      "light": "vesperKeyword"
    },
    "syntaxFunction": {
      "dark": "vesperFunction",
      "light": "vesperFunction"
    },
    "syntaxVariable": {
      "dark": "vesperFg",
      "light": "vesperBg"
    },
    "syntaxString": {
      "dark": "vesperString",
      "light": "vesperString"
    },
    "syntaxNumber": {
      "dark": "vesperNumber",
      "light": "vesperNumber"
    },
    "syntaxType": {
      "dark": "vesperFunction",
      "light": "vesperFunction"
    },
    "syntaxOperator": {
      "dark": "vesperKeyword",
      "light": "vesperKeyword"
    },
    "syntaxPunctuation": {
      "dark": "vesperFg",
      "light": "vesperBg"
    }
  }
}