-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththemes.ts
233 lines (233 loc) · 5.31 KB
/
themes.ts
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
233
import { Theme } from "./types";
export const themes: Theme[] = [
{
name: "One Dark Pro",
description: "✨ Simplicity is the ultimate sophistication",
colors: {
"bg-dark": "#21252b",
"bg-light": "#282c34",
"bg-selected": "#323842",
selection: "#404859",
"bg-match": "#323741",
"on-bg-focused": "#DBDBDB",
"on-bg": "#abb2b2",
"on-bg-secondary": "#87898D",
"line-number": "#364962",
string: "#7bc371",
word: "#d56c6c",
keyword: "#c678dd",
cursor: "#61afd4",
def: "#e5c07b",
comment: "#7f848e",
parenthesis: "#d18c4c",
number: "#d19a66",
},
},
{
name: "Dracula",
description: "🧛 If Count Dracula was a developer, he would definitely use this one...",
colors: {
"bg-dark": "#282a36",
"bg-light": "#383a59",
"bg-selected": "#44475a",
selection: "#6272a4",
"bg-match": "#50fa7b",
"on-bg-focused": "#f8f8f2",
"on-bg": "#f8f8f2",
"on-bg-secondary": "#6272a4",
"line-number": "#6272a4",
string: "#50fa7b",
word: "#ff79c6",
keyword: "#bd93f9",
cursor: "#8be9fd",
def: "#50fa7b",
comment: "#6272a4",
parenthesis: "#ffb86c",
number: "#bd93f9",
},
},
{
name: "Monokai",
description: "🍇 Fruity and colourful, just like you",
colors: {
"bg-dark": "#272822",
"bg-light": "#383830",
"bg-selected": "#49483e",
selection: "#75715e",
"bg-match": "#a6e22e",
"on-bg-focused": "#f8f8f2",
"on-bg": "#f8f8f2",
"on-bg-secondary": "#75715e",
"line-number": "#75715e",
string: "#a6e22e",
word: "#f92672",
keyword: "#fd971f",
cursor: "#66d9ef",
def: "#a6e22e",
comment: "#75715e",
parenthesis: "#ae81ff",
number: "#e6db74",
},
},
{
name: "Nord",
description: "🧊 Brrrr, did someone turn the AC on?",
colors: {
"bg-dark": "#2e3440",
"bg-light": "#3b4252",
"bg-selected": "#4c566a",
selection: "#5e81ac",
"bg-match": "#8fbcbb",
"on-bg-focused": "#d8dee9",
"on-bg": "#d8dee9",
"on-bg-secondary": "#81a1c1",
"line-number": "#81a1c1",
string: "#a3be8c",
word: "#88c0d0",
keyword: "#81a1c1",
cursor: "#ebcb8b",
def: "#b48ead",
comment: "#4c566a",
parenthesis: "#5e81ac",
number: "#d08770",
},
},
{
name: "Gruvbox",
description: "🍁 Warm and cozy for winter coding sessions",
colors: {
"bg-dark": "#282828",
"bg-light": "#3c3836",
"bg-selected": "#504945",
selection: "#665c54",
"bg-match": "#7c6f64",
"on-bg-focused": "#ebdbb2",
"on-bg": "#ebdbb2",
"on-bg-secondary": "#928374",
"line-number": "#928374",
string: "#b8bb26",
word: "#fe8019",
keyword: "#fb4934",
cursor: "#fabd2f",
def: "#83a598",
comment: "#928374",
parenthesis: "#d3869b",
number: "#8ec07c",
},
},
{
name: "Matrix",
description: "💚 Wear a trench coat and sunglasses and feel like Neo instantly",
colors: {
"bg-dark": "#000300",
"bg-light": "#050502",
"bg-selected": "#0A0803",
selection: "#0F0B04",
"bg-match": "#00C700",
"on-bg-focused": "#CBD2D4",
"on-bg": "#a2a2a2",
"on-bg-secondary": "#777777",
"line-number": "#3A3A3A",
string: "#00FF80",
word: "#00FFA3",
keyword: "#00FFC7",
cursor: "#00C700",
def: "#00FF80",
comment: "#008000",
parenthesis: "#00A300",
number: "#00C700",
},
},
{
name: "Monochrome",
description: "🎱 If black and white is all you need",
colors: {
"bg-dark": "#141414",
"bg-light": "#1f1f1f",
"bg-selected": "#2a2a2a",
selection: "#343434",
"bg-match": "#929292",
"on-bg-focused": "#f1f1f1",
"on-bg": "#c6c6c6",
"on-bg-secondary": "#7c7c7c",
"line-number": "#7c7c7c",
string: "#929292",
word: "#c6c6c6",
keyword: "#f1f1f1",
cursor: "#666666",
def: "#929292",
comment: "#4a4a4a",
parenthesis: "#5e5e5e",
number: "#f1f1f1",
},
},
{
name: "Sunny Day Delight",
description: "🌞 Sunglasses are mandatory",
colors: {
"bg-dark": "#F9F9F4",
"bg-light": "#FAF9F5",
"bg-selected": "#FDF9F6",
selection: "#FEF9F7",
"bg-match": "#40C066",
"on-bg-focused": "#1E1D1B",
"on-bg": "#3D3C3A",
"on-bg-secondary": "#5B5A58",
"line-number": "#5B5A58",
string: "#40C066",
word: "#d1941a",
keyword: "#CC66FF",
cursor: "#2F2E2C",
def: "#40C066",
comment: "#7C7B7A",
parenthesis: "#FF6666",
number: "#CC66FF",
},
},
{
name: "Oceanic Dreams",
description: "🦑 20,000 Leagues under the sea",
colors: {
"bg-dark": "#03202f",
"bg-light": "#052938",
"bg-selected": "#073242",
selection: "#093b4c",
"bg-match": "#00b9b0",
"on-bg-focused": "#e6f2ff",
"on-bg": "#cdebfb",
"on-bg-secondary": "#a0c4ff",
"line-number": "#a0c4ff",
string: "#ffcc66",
word: "#00b9b0",
keyword: "#66b2ff",
cursor: "#00b9b0",
def: "#00b9b0",
comment: "#a0c4ff",
parenthesis: "#ff6666",
number: "#66b2ff",
},
},
{
name: "Neon Nights",
description: "🌃 Bright lights, big city",
colors: {
"bg-dark": "#1a1b20",
"bg-light": "#24252d",
"bg-selected": "#2e2f36",
"selection": "#383a41",
"bg-match": "#ff6ec7",
"on-bg-focused": "#e6e6fa",
"on-bg": "#d1d1e6",
"on-bg-secondary": "#b2b2d9",
"line-number": "#b2b2d9",
"string": "#ffcc66",
"word": "#66ff99",
"keyword": "#ff99cc",
"cursor": "#ff6ec7",
"def": "#66ff99",
"comment": "#6a6a88",
"parenthesis": "#ff6666",
"number": "#ff99cc"
}
}
];