summaryrefslogtreecommitdiffhomepage
path: root/themes/deltarune.json
blob: f2ab17ee7f5ae553b158c698f932386282956e14 (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
219
220
221
222
223
224
225
226
227
228
229
230
231
{
  "$schema": "https://opencode.ai/theme.json",
  "defs": {
    "darkWorldBg": "#0B0B3B",
    "darkWorldDeep": "#050520",
    "darkWorldPanel": "#151555",
    "krisBlue": "#6A7BC4",
    "krisCyan": "#75FBED",
    "krisIce": "#C7E3F2",
    "susiePurple": "#5B209D",
    "susieMagenta": "#A017D0",
    "susiePink": "#F983D8",
    "ralseiGreen": "#33A56C",
    "ralseiTeal": "#40E4D4",
    "noelleRose": "#DC8998",
    "noelleRed": "#DC1510",
    "noelleMint": "#ECFFBB",
    "noelleCyan": "#77E0FF",
    "noelleAqua": "#BBFFFC",
    "gold": "#FBCE3C",
    "orange": "#F4A731",
    "hotPink": "#EB0095",
    "queenPink": "#F983D8",
    "cyberGreen": "#00FF00",
    "white": "#FFFFFF",
    "black": "#000000",
    "textMuted": "#8888AA"
  },
  "theme": {
    "primary": {
      "dark": "hotPink",
      "light": "susieMagenta"
    },
    "secondary": {
      "dark": "krisCyan",
      "light": "krisBlue"
    },
    "accent": {
      "dark": "ralseiTeal",
      "light": "ralseiGreen"
    },
    "error": {
      "dark": "noelleRed",
      "light": "noelleRed"
    },
    "warning": {
      "dark": "gold",
      "light": "orange"
    },
    "success": {
      "dark": "ralseiTeal",
      "light": "ralseiGreen"
    },
    "info": {
      "dark": "noelleCyan",
      "light": "krisBlue"
    },
    "text": {
      "dark": "white",
      "light": "black"
    },
    "textMuted": {
      "dark": "textMuted",
      "light": "#555577"
    },
    "background": {
      "dark": "darkWorldBg",
      "light": "white"
    },
    "backgroundPanel": {
      "dark": "darkWorldDeep",
      "light": "#F0F0F8"
    },
    "backgroundElement": {
      "dark": "darkWorldPanel",
      "light": "#E5E5F0"
    },
    "border": {
      "dark": "krisBlue",
      "light": "susiePurple"
    },
    "borderActive": {
      "dark": "hotPink",
      "light": "susieMagenta"
    },
    "borderSubtle": {
      "dark": "#3A3A6A",
      "light": "#AAAACC"
    },
    "diffAdded": {
      "dark": "ralseiTeal",
      "light": "ralseiGreen"
    },
    "diffRemoved": {
      "dark": "hotPink",
      "light": "noelleRed"
    },
    "diffContext": {
      "dark": "textMuted",
      "light": "#666688"
    },
    "diffHunkHeader": {
      "dark": "krisBlue",
      "light": "susiePurple"
    },
    "diffHighlightAdded": {
      "dark": "ralseiGreen",
      "light": "ralseiTeal"
    },
    "diffHighlightRemoved": {
      "dark": "noelleRed",
      "light": "hotPink"
    },
    "diffAddedBg": {
      "dark": "#0A2A2A",
      "light": "#D4FFEE"
    },
    "diffRemovedBg": {
      "dark": "#2A0A2A",
      "light": "#FFD4E8"
    },
    "diffContextBg": {
      "dark": "darkWorldDeep",
      "light": "#F5F5FA"
    },
    "diffLineNumber": {
      "dark": "textMuted",
      "light": "#666688"
    },
    "diffAddedLineNumberBg": {
      "dark": "#082020",
      "light": "#E0FFF0"
    },
    "diffRemovedLineNumberBg": {
      "dark": "#200820",
      "light": "#FFE0F0"
    },
    "markdownText": {
      "dark": "white",
      "light": "black"
    },
    "markdownHeading": {
      "dark": "gold",
      "light": "orange"
    },
    "markdownLink": {
      "dark": "krisCyan",
      "light": "krisBlue"
    },
    "markdownLinkText": {
      "dark": "noelleCyan",
      "light": "susiePurple"
    },
    "markdownCode": {
      "dark": "ralseiTeal",
      "light": "ralseiGreen"
    },
    "markdownBlockQuote": {
      "dark": "textMuted",
      "light": "#666688"
    },
    "markdownEmph": {
      "dark": "susiePink",
      "light": "susieMagenta"
    },
    "markdownStrong": {
      "dark": "hotPink",
      "light": "susiePurple"
    },
    "markdownHorizontalRule": {
      "dark": "krisBlue",
      "light": "susiePurple"
    },
    "markdownListItem": {
      "dark": "gold",
      "light": "orange"
    },
    "markdownListEnumeration": {
      "dark": "krisCyan",
      "light": "krisBlue"
    },
    "markdownImage": {
      "dark": "susieMagenta",
      "light": "susiePurple"
    },
    "markdownImageText": {
      "dark": "susiePink",
      "light": "susieMagenta"
    },
    "markdownCodeBlock": {
      "dark": "white",
      "light": "black"
    },
    "syntaxComment": {
      "dark": "textMuted",
      "light": "#666688"
    },
    "syntaxKeyword": {
      "dark": "hotPink",
      "light": "susieMagenta"
    },
    "syntaxFunction": {
      "dark": "krisCyan",
      "light": "krisBlue"
    },
    "syntaxVariable": {
      "dark": "gold",
      "light": "orange"
    },
    "syntaxString": {
      "dark": "ralseiTeal",
      "light": "ralseiGreen"
    },
    "syntaxNumber": {
      "dark": "noelleRose",
      "light": "noelleRed"
    },
    "syntaxType": {
      "dark": "noelleCyan",
      "light": "krisBlue"
    },
    "syntaxOperator": {
      "dark": "white",
      "light": "black"
    },
    "syntaxPunctuation": {
      "dark": "krisBlue",
      "light": "#555577"
    }
  }
}