-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththemes.js
More file actions
192 lines (188 loc) · 5.77 KB
/
Copy paththemes.js
File metadata and controls
192 lines (188 loc) · 5.77 KB
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
import { modern } from './themes/modern';
import { brutalist } from './themes/brutalist';
import { minimal } from './themes/minimal';
import { retro } from './themes/retro';
import { blueprint } from './themes/blueprint';
import { neon } from './themes/neon';
import { swiss } from './themes/swiss';
import { japanese } from './themes/japanese';
import { gameboy } from './themes/gameboy';
import { vaporwave } from './themes/vaporwave';
import { noir } from './themes/noir';
import { clay } from './themes/clay';
import { prismatic } from './themes/prismatic';
import { cyberpunk } from './themes/cyberpunk';
import { sketch } from './themes/sketch';
import { bauhaus } from './themes/bauhaus';
import { popart } from './themes/popart';
import { cod } from './themes/callofduty';
import { crtAmber } from './themes/crtAmber';
import { gta } from './themes/gta';
import { rich } from './themes/rich';
import { abstract } from './themes/abstract';
import { nature } from './themes/nature';
import { graphicNovel } from './themes/graphicNovel';
import { win95 } from './themes/win95';
import { minimalDark } from './themes/minimalDark';
import { gradient } from './themes/gradient';
import { comic } from './themes/comic';
import { cybernetic } from './themes/cybernetic';
import { neoBrutalist } from './themes/neoBrutalist';
import { quantumOverlay } from './themes/quantumOverlay';
import { terminalPro } from './themes/terminalPro';
import { neonVapor } from './themes/neonVapor';
import { cadTech } from './themes/cadTech';
import { retroDos } from './themes/retroDos';
import { darkMedieval } from './themes/darkMedieval';
import { tacticalMap } from './themes/tacticalMap';
import { modernEdge } from './themes/modernEdge';
import { auroraWave } from './themes/auroraWave';
import { newspaper } from './themes/newspaper';
import { postModern } from './themes/postModern';
import { topographic } from './themes/topographic';
import { starChart } from './themes/starChart';
import { sonarPing } from './themes/sonarPing';
import { macosGlass } from './themes/macosGlass';
import { aeroGlass } from './themes/aeroGlass';
import { circlesBg } from './themes/circlesBg';
import { cassetteJCard } from './themes/cassetteJCard';
import { modernNature } from './themes/modernNature';
import { splitFlap } from './themes/splitFlap';
import { passportStamp } from './themes/passportStamp';
import { vinylRecord } from './themes/vinylRecord';
import { hauteCouture } from './themes/hauteCouture';
import { missionControl } from './themes/missionControl';
import { etherealGlow } from './themes/etherealGlow';
import { boldMinimal } from './themes/boldMinimal';
import { luxe } from './themes/luxe';
import { urbanRogue } from './themes/urbanRogue';
import { newModernAbstract } from './themes/newModernAbstract';
import { cubic } from './themes/cubic';
import { darkDeco } from './themes/darkDeco';
import { artNouveau } from './themes/artNouveau';
import { cyberGlitch } from './themes/cyberGlitch';
import { stellarMap } from './themes/stellarMap';
import { jungle } from './themes/jungle';
import { dithered } from './themes/dithered';
import { abstractNonsense } from './themes/abstractNonsense';
import { needForSpeed } from './themes/needForSpeed';
import { terracotta } from './themes/terracotta';
import { atelierGallery } from './themes/atelierGallery';
import { risoPrint } from './themes/risoPrint';
import { heraldic } from './themes/heraldic';
import { royalBanner } from './themes/royalBanner';
import { stainedGlass } from './themes/stainedGlass';
import { constructivist } from './themes/constructivist';
import { tarotCard } from './themes/tarotCard';
import { illuminatedManuscript } from './themes/illuminatedManuscript';
import { charon } from './themes/charon';
import { macMiller } from './themes/macMiller';
import { squarified } from './themes/squarified';
import { markdownEditor } from './themes/markdownEditor';
import { boardingPass } from './themes/boardingPass';
import { periodicElement } from './themes/periodicElement';
import { thermalReceipt } from './themes/thermalReceipt';
import { nutritionFacts } from './themes/nutritionFacts';
import { tradingCard } from './themes/tradingCard';
import { patentDrawing } from './themes/patentDrawing';
import { wantedPoster } from './themes/wantedPoster';
import { polaroid } from './themes/polaroid';
import { seedPacket } from './themes/seedPacket';
import { spotifyNowPlaying } from './themes/spotifyNowPlaying';
import { transitRoundel } from './themes/transitRoundel';
import { stockTicker } from './themes/stockTicker';
export const themeRenderers = {
modern,
brutalist,
minimal,
retro,
blueprint,
neon,
swiss,
japanese,
gameboy,
vaporwave,
noir,
clay,
prismatic,
cyberpunk,
sketch,
bauhaus,
popart,
cod,
crtAmber,
gta,
rich,
abstract,
nature,
graphicNovel,
win95,
minimalDark,
gradient,
comic,
cybernetic,
neoBrutalist,
quantumOverlay,
terminalPro,
neonVapor,
cadTech,
retroDos,
darkMedieval,
tacticalMap,
modernEdge,
auroraWave,
newspaper,
postModern,
topographic,
starChart,
sonarPing,
macosGlass,
aeroGlass,
circlesBg,
cassetteJCard,
modernNature,
splitFlap,
passportStamp,
vinylRecord,
hauteCouture,
missionControl,
etherealGlow,
boldMinimal,
luxe,
urbanRogue,
newModernAbstract,
cubic,
darkDeco,
artNouveau,
cyberGlitch,
stellarMap,
jungle,
dithered,
abstractNonsense,
needForSpeed,
terracotta,
atelierGallery,
risoPrint,
heraldic,
royalBanner,
stainedGlass,
constructivist,
tarotCard,
illuminatedManuscript,
charon,
macMiller,
squarified,
markdownEditor,
boardingPass,
periodicElement,
thermalReceipt,
nutritionFacts,
tradingCard,
patentDrawing,
wantedPoster,
polaroid,
seedPacket,
spotifyNowPlaying,
transitRoundel,
stockTicker,
};