Skip to content

Commit 6278f83

Browse files
refactor and themes
1 parent bc05126 commit 6278f83

19 files changed

Lines changed: 299 additions & 259 deletions

public/themes/imagebg.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:root {
2+
--bg-one: #0E0E0Eab;
3+
--bg-two: transparent;
4+
--bg-three: #24242Bab;
5+
--bg-four: #3a3a3aab;
6+
}
7+
8+
.main {
9+
background-image: url(https://images.unsplash.com/photo-1673714684457-6bcce8011061?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
10+
background-size: cover;
11+
&>* {
12+
background-color: var(--bg-one);
13+
backdrop-filter: blur(5px);
14+
}
15+
}
16+
17+
.server_bar {
18+
backdrop-filter: blur(1em);
19+
}

public/themes/index.json

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
[
2+
{
3+
"id": "official",
4+
"name": "Clean Dark",
5+
"author": "darkdot",
6+
"version": "1.0.0",
7+
"description": "A clean dark theme.",
8+
"file": "official.css",
9+
"preview": "#bd93f9",
10+
"price": 0
11+
},
12+
{
13+
"id": "light",
14+
"name": "Clean light",
15+
"author": "darkdot",
16+
"version": "1.0.0",
17+
"description": "A clean light theme.",
18+
"file": "light.css",
19+
"preview": "#ffffff",
20+
"price": 0
21+
},
222
{
323
"id": "aqua",
424
"name": "Aqua",
@@ -39,23 +59,22 @@
3959
"price": 0
4060
},
4161
{
42-
"id": "official",
43-
"name": "Clean Dark",
62+
"id": "imagebg",
63+
"name": "Wallpaper",
4464
"author": "darkdot",
4565
"version": "1.0.0",
46-
"description": "A clean dark theme.",
47-
"file": "official.css",
48-
"preview": "#bd93f9",
66+
"description": "Use this theme for themes with images",
67+
"file": "imagebg.css",
4968
"price": 0
5069
},
5170
{
52-
"id": "light",
53-
"name": "Clean light",
71+
"id": "neongirl",
72+
"name": "NEON",
5473
"author": "darkdot",
5574
"version": "1.0.0",
56-
"description": "A clean light theme.",
57-
"file": "light.css",
58-
"preview": "#ffffff",
75+
"description": "Use wallpaper theme. Neon theme",
76+
"file": "neongirl.css",
77+
"preview": "#ff74dc",
5978
"price": 0
6079
}
6180
]

public/themes/neongirl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.main {
2+
background-image: url(https://images7.alphacoders.com/138/thumb-1920-1382630.png) !important;
3+
text-shadow: 0 5px 5px rgba(255, 192, 203, 0.287);
4+
}

public/themes/pride.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
background: linear-gradient(to right, rgb(0, 0, 0), rgb(54, 35, 18), rgb(120, 79, 23), rgb(181, 63, 27), rgb(237, 34, 36), rgb(243, 91, 34), rgb(249, 150, 33), rgb(245, 193, 30), rgb(241, 235, 27) 48%, rgb(241, 235, 27), rgb(241, 235, 27) 52%, rgb(99, 199, 32), rgb(12, 155, 73), rgb(33, 135, 141), rgb(57, 84, 165), rgb(97, 55, 155), rgb(147, 40, 142));
33
padding: 0;
44
&>.channelbar {
5-
background-color: var(--bg-one);
6-
opacity: .7;
5+
color: white;
6+
background-color: #000000ab;
77
padding: .5em;
8+
border-radius: .5em;
89
}
910
}

0 commit comments

Comments
 (0)