diff --git a/data/vaporwave/Custom.css b/data/vaporwave/Custom.css new file mode 100644 index 0000000..c7a56db --- /dev/null +++ b/data/vaporwave/Custom.css @@ -0,0 +1,9 @@ +div[data-style="unread"] { + background: var(--secondary-foreground); +} +circle[fill="white"] { + fill: var(--secondary-foreground); +} +div:has(span[class*="UserShort__Name"]) { + color: unset; +} \ No newline at end of file diff --git a/data/vaporwave/Preset.toml b/data/vaporwave/Preset.toml new file mode 100644 index 0000000..c908b8d --- /dev/null +++ b/data/vaporwave/Preset.toml @@ -0,0 +1,45 @@ +slug = "vaporwave" +name = "Vaporwave" +creator = "tyzbit" +description = "a purple and turquoise theme with vaporwave vibes" + +[variables] +light = false +accent = "#D6008F" +background = "#220C32" +foreground = "#00D0FF" +block = "#35114F" +message-box = "#0D203F" +mention = "rgba(2, 175, 233, 0.5)" +success = "#65E572" +warning = "#FAA352" +tooltip = "#000000" +error = "#ED4245" +hover = "rgba(72, 19, 120, 0.5)" + +[variables.scrollbar] +thumb = "#02BBE4" +track = "#D50091" + +[variables.primary] +background = "#13081C" +header = "#35114F" + +[variables.secondary] +background = "#1A0826" +foreground = "#BF2BA9" +header = "#5A8FDC" + +[variables.tertiary] +background = "#31104A" +foreground = "#AA33FF" + +[variables.status] +online = "#3ABF7E" +away = "#F39F00" +focus = "#4799F0" +busy = "#F84848" +streaming = "#977EFF" +invisible = "#A5A5A5" +font = "Poppins" +monospaceFont = "Space Mono"