Skip to content

Commit dc715f9

Browse files
committed
Add more premium themes
1 parent 41e9b37 commit dc715f9

File tree

5 files changed

+51
-15
lines changed

5 files changed

+51
-15
lines changed
23.9 MB
Loading

public/store/backdrop/shells.png

11.4 MB
Loading

public/store/backdrop/tides.png

14.3 MB
Loading

src/themes/themes.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,17 @@ body[data-theme="dune-2"] #header > .virtual-checker-logo {
309309
background: url(/store/backdrop/jellyfish.png) !important;
310310
}
311311

312+
[data-theme="jellyfish-2"] {
313+
color-scheme: dark;
314+
--text-color: #ffffff;
315+
--background-color: #000815;
316+
--surface-color: #5f74e3;
317+
--accent-color: #575ed3;
318+
--accent-text-color: #ffffff;
319+
--error-color: #eb324b;
320+
background: url(/store/backdrop/jellyfish-2.png) !important;
321+
}
322+
312323
[data-theme="jellyfish-pro"] {
313324
color-scheme: dark;
314325
--text-color: #ffffff;
@@ -452,4 +463,26 @@ body[data-theme="dune-2"] #header > .virtual-checker-logo {
452463
--accent-text-color: #474747;
453464
--error-color: #eb324b;
454465
background: url(/store/backdrop/snow.png) !important;
466+
}
467+
468+
[data-theme="shells"] {
469+
color-scheme: light;
470+
--text-color: #2c2c2c;
471+
--background-color: #f1e8db;
472+
--surface-color: #ddd3c6;
473+
--accent-color: #b28766;
474+
--accent-text-color: #2c2c2c;
475+
--error-color: #eb324b;
476+
background: url(/store/backdrop/shells.png) !important;
477+
}
478+
479+
[data-theme="tides"] {
480+
color-scheme: dark;
481+
--text-color: #fafafa;
482+
--background-color: #112628;
483+
--surface-color: #204445;
484+
--accent-color: #2e9993;
485+
--accent-text-color: #fafafa;
486+
--error-color: #eb324b;
487+
background: url(/store/backdrop/tides.png) !important;
455488
}

src/themes/themes.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,22 @@
2424
["synthwave-2077-solarized", "Synthwave 2077 Solarized", "", 0, []],
2525
["casino", "Casino", "", 0, []],
2626
["kfc", "KFC", "", 0, []],
27-
["butterfly", "GUTS", "stars", 50, []],
28-
["sage-pro", "Sage Pro", "leaf", 20, []],
29-
["rose-pro", "Rose Pro", "leaf", 20, []],
30-
["synthwave-pro", "Synthwave Pro", "robot", 20, []],
31-
["lavender-2", "Lavender 2", "leaf", 20, []],
32-
["lavender-pro", "Lavender Pro", "leaf", 30, ["lavender-2"]],
33-
["stealth-2", "Stealth 2", "airplane-engines", 20, []],
34-
["airplane", "Airplane", "airplane-engines", 30, ["stealth-2"]],
35-
["jellyfish", "Jellyfish", "water", 20, []],
36-
["jellyfish-pro", "Jellyfish Pro", "water", 30, ["jellyfish"]],
37-
["blizzard-pro", "Blizzard Pro", "snow3", 20, []],
38-
["snow", "Snow", "snow", 20, ["blizzard-pro"]],
39-
["sandy-beach", "Sandy Beach", "image-alt", 20, []],
40-
["black-sand", "Black Sand", "image-alt", 30, ["sandy-beach"]],
41-
["rainy-day", "Rainy Day", "cloud-rain", 20, []]
27+
["butterfly", "GUTS", "stars", 150, []],
28+
["sage-pro", "Sage Pro", "leaf", 60, []],
29+
["rose-pro", "Rose Pro", "leaf", 60, []],
30+
["synthwave-pro", "Synthwave Pro", "robot", 60, []],
31+
["lavender-2", "Lavender 2", "leaf", 60, []],
32+
["lavender-pro", "Lavender Pro", "leaf", 90, ["lavender-2"]],
33+
["stealth-2", "Stealth 2", "airplane-engines", 60, []],
34+
["airplane", "Airplane", "airplane-engines", 90, ["stealth-2"]],
35+
["jellyfish", "Jellyfish", "water", 60, []],
36+
["jellyfish-2", "Jellyfish 2", "water", 90, ["jellyfish"]],
37+
["jellyfish-pro", "Jellyfish Pro", "water", 120, ["jellyfish", "jellyfish-2"]],
38+
["blizzard-pro", "Blizzard Pro", "snow", 60, []],
39+
["snow", "Snow", "snow", 60, ["blizzard-pro"]],
40+
["sandy-beach", "Sandy Beach", "image-alt", 60, []],
41+
["black-sand", "Black Sand", "image-alt", 90, ["sandy-beach"]],
42+
["rainy-day", "Rainy Day", "cloud-rain", 60, []],
43+
["shells", "Shells", "image-alt", 60, []],
44+
["tides", "Tides", "tsunami", 60, []]
4245
]

0 commit comments

Comments
 (0)