Skip to content

Commit

Permalink
Add purpel theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sussycatgirl committed Jul 19, 2023
1 parent 3cd4e74 commit e01cbe8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/purpel/Custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import url("https://cdn.githubraw.com/sussycatgirl/d45b96f7af1632c9268e16bfee0e8fea/raw/7892d51888d3ee341868ddd4b23f040a06be8c5d/rounded.css");

[class^="UserShort__BotBadge"] {
background-color: var(--tertiary-background);
}
44 changes: 44 additions & 0 deletions data/purpel/Preset.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
slug = "purpel"
name = "Purpel"
creator = "Lea"
description = "Sleek purple theme"
tags = ["purple"]

[variables]
light = false
accent = "#b18fe9"
background = "#150d1f"
foreground = "#d3b5d9"

block = "var(--secondary-background)"
message-box = "var(--secondary-background)"
mention = "rgba(251, 255, 0, 0.06)"

success = "#a6d189"
warning = "#ef9f76"
error = "#e78284"
hover = "#b18fe920"

[variables.scrollbar]
thumb = "#b261bd"
track = "transparent"

[variables.primary]
background = "#150d1f"
header = "var(--secondary-background)"

[variables.secondary]
background = "#21182c"
foreground = "#b88fbf"
header = "var(--secondary-background)"

[variables.tertiary]
background = "#96619f"
foreground = "#a57bad"

[variables.status]
online = "#a6d189"
away = "#eebebe"
busy = "#ea999c"
streaming = "#8260e0"
invisible = "#88748b"

0 comments on commit e01cbe8

Please sign in to comment.