Skip to content

Commit eeaccf5

Browse files
Merge pull request #110 from tyzbit/tyzbit-vaporwave
feat(vaporwave): add vaporwave theme
2 parents 65a3205 + 9ec9466 commit eeaccf5

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

data/vaporwave/Custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
div[data-style="unread"] {
2+
background: var(--secondary-foreground);
3+
}
4+
circle[fill="white"] {
5+
fill: var(--secondary-foreground);
6+
}
7+
div:has(span[class*="UserShort__Name"]) {
8+
color: unset;
9+
}

data/vaporwave/Preset.toml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
slug = "vaporwave"
2+
name = "Vaporwave"
3+
creator = "tyzbit"
4+
description = "a purple and turquoise theme with vaporwave vibes"
5+
6+
[variables]
7+
light = false
8+
accent = "#D6008F"
9+
background = "#220C32"
10+
foreground = "#00D0FF"
11+
block = "#35114F"
12+
message-box = "#0D203F"
13+
mention = "rgba(2, 175, 233, 0.5)"
14+
success = "#65E572"
15+
warning = "#FAA352"
16+
tooltip = "#000000"
17+
error = "#ED4245"
18+
hover = "rgba(72, 19, 120, 0.5)"
19+
20+
[variables.scrollbar]
21+
thumb = "#02BBE4"
22+
track = "#D50091"
23+
24+
[variables.primary]
25+
background = "#13081C"
26+
header = "#35114F"
27+
28+
[variables.secondary]
29+
background = "#1A0826"
30+
foreground = "#BF2BA9"
31+
header = "#5A8FDC"
32+
33+
[variables.tertiary]
34+
background = "#31104A"
35+
foreground = "#AA33FF"
36+
37+
[variables.status]
38+
online = "#3ABF7E"
39+
away = "#F39F00"
40+
focus = "#4799F0"
41+
busy = "#F84848"
42+
streaming = "#977EFF"
43+
invisible = "#A5A5A5"
44+
font = "Poppins"
45+
monospaceFont = "Space Mono"

0 commit comments

Comments
 (0)