summaryrefslogtreecommitdiffhomepage
path: root/themes/undertale.json
blob: bfbd60b2a0e79384fc8730e77a26a7ca3ffc9e8b (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
232
{
  "$schema": "https://opencode.ai/theme.json",
  "defs": {
    "black": "#000000",
    "white": "#FFFFFF",
    "soulRed": "#FF0000",
    "soulOrange": "#FF6600",
    "soulYellow": "#FFFF00",
    "soulGreen": "#00FF00",
    "soulAqua": "#00FFFF",
    "soulBlue": "#0000FF",
    "soulPurple": "#FF00FF",
    "ruinsPurple": "#A349A4",
    "ruinsDark": "#380A43",
    "snowdinBlue": "#6BA3E5",
    "hotlandOrange": "#FF7F27",
    "coreGray": "#3A3949",
    "battleBg": "#0D0D1A",
    "battlePanel": "#1A1A2E",
    "uiYellow": "#FFC90E",
    "textGray": "#909090",
    "damageRed": "#FF3333",
    "healGreen": "#00FF00",
    "saveYellow": "#FFFF00",
    "determinationRed": "#FF0000",
    "mttPink": "#FF6EB4",
    "waterfall": "#283197",
    "waterfallGlow": "#00BFFF"
  },
  "theme": {
    "primary": {
      "dark": "soulRed",
      "light": "determinationRed"
    },
    "secondary": {
      "dark": "uiYellow",
      "light": "uiYellow"
    },
    "accent": {
      "dark": "soulAqua",
      "light": "soulBlue"
    },
    "error": {
      "dark": "damageRed",
      "light": "soulRed"
    },
    "warning": {
      "dark": "uiYellow",
      "light": "hotlandOrange"
    },
    "success": {
      "dark": "healGreen",
      "light": "soulGreen"
    },
    "info": {
      "dark": "soulAqua",
      "light": "waterfallGlow"
    },
    "text": {
      "dark": "white",
      "light": "black"
    },
    "textMuted": {
      "dark": "textGray",
      "light": "coreGray"
    },
    "background": {
      "dark": "black",
      "light": "white"
    },
    "backgroundPanel": {
      "dark": "battleBg",
      "light": "#F0F0F0"
    },
    "backgroundElement": {
      "dark": "battlePanel",
      "light": "#E5E5E5"
    },
    "border": {
      "dark": "white",
      "light": "black"
    },
    "borderActive": {
      "dark": "soulRed",
      "light": "determinationRed"
    },
    "borderSubtle": {
      "dark": "#555555",
      "light": "#AAAAAA"
    },
    "diffAdded": {
      "dark": "healGreen",
      "light": "soulGreen"
    },
    "diffRemoved": {
      "dark": "damageRed",
      "light": "soulRed"
    },
    "diffContext": {
      "dark": "textGray",
      "light": "coreGray"
    },
    "diffHunkHeader": {
      "dark": "soulAqua",
      "light": "soulBlue"
    },
    "diffHighlightAdded": {
      "dark": "soulGreen",
      "light": "healGreen"
    },
    "diffHighlightRemoved": {
      "dark": "soulRed",
      "light": "determinationRed"
    },
    "diffAddedBg": {
      "dark": "#002200",
      "light": "#CCFFCC"
    },
    "diffRemovedBg": {
      "dark": "#220000",
      "light": "#FFCCCC"
    },
    "diffContextBg": {
      "dark": "battleBg",
      "light": "#F5F5F5"
    },
    "diffLineNumber": {
      "dark": "textGray",
      "light": "coreGray"
    },
    "diffAddedLineNumberBg": {
      "dark": "#001A00",
      "light": "#E0FFE0"
    },
    "diffRemovedLineNumberBg": {
      "dark": "#1A0000",
      "light": "#FFE0E0"
    },
    "markdownText": {
      "dark": "white",
      "light": "black"
    },
    "markdownHeading": {
      "dark": "uiYellow",
      "light": "hotlandOrange"
    },
    "markdownLink": {
      "dark": "soulAqua",
      "light": "soulBlue"
    },
    "markdownLinkText": {
      "dark": "waterfallGlow",
      "light": "waterfall"
    },
    "markdownCode": {
      "dark": "healGreen",
      "light": "soulGreen"
    },
    "markdownBlockQuote": {
      "dark": "textGray",
      "light": "coreGray"
    },
    "markdownEmph": {
      "dark": "mttPink",
      "light": "soulPurple"
    },
    "markdownStrong": {
      "dark": "soulRed",
      "light": "determinationRed"
    },
    "markdownHorizontalRule": {
      "dark": "white",
      "light": "black"
    },
    "markdownListItem": {
      "dark": "uiYellow",
      "light": "uiYellow"
    },
    "markdownListEnumeration": {
      "dark": "uiYellow",
      "light": "uiYellow"
    },
    "markdownImage": {
      "dark": "ruinsPurple",
      "light": "soulPurple"
    },
    "markdownImageText": {
      "dark": "mttPink",
      "light": "ruinsPurple"
    },
    "markdownCodeBlock": {
      "dark": "white",
      "light": "black"
    },
    "syntaxComment": {
      "dark": "textGray",
      "light": "coreGray"
    },
    "syntaxKeyword": {
      "dark": "soulRed",
      "light": "determinationRed"
    },
    "syntaxFunction": {
      "dark": "soulAqua",
      "light": "soulBlue"
    },
    "syntaxVariable": {
      "dark": "uiYellow",
      "light": "hotlandOrange"
    },
    "syntaxString": {
      "dark": "healGreen",
      "light": "soulGreen"
    },
    "syntaxNumber": {
      "dark": "mttPink",
      "light": "soulPurple"
    },
    "syntaxType": {
      "dark": "waterfallGlow",
      "light": "waterfall"
    },
    "syntaxOperator": {
      "dark": "white",
      "light": "black"
    },
    "syntaxPunctuation": {
      "dark": "textGray",
      "light": "coreGray"
    }
  }
}