Skip to content

Commit

Permalink
feat: add darkmode-pink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Oct 15, 2023
1 parent ae7870f commit af535c3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions data/darkmode-pink/Preset.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name = "Darkmode Pink"
slug = "darkmode-pink"
description = "A pleasant dark theme with pink highlights."
author = "maloriemeows"
version = "v1.0.0"

[variables]
light = false
accent = "#e8a6aa"
background = "#101010"
foreground = "#faebeb"
block = "#2D2D2D"
message-box = "#282828"
mention = "#564848"
success = "#65E572"
warning = "#FAA352"
error = "#F06464"
hover = "rgba(0, 0, 0, 0.1)"
tooltip = "#000000"

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

[variables.primary]
header = "#665c5c"
background = "#0d0d0d"

[variables.secondary]
header = "#2D2D2D"
background = "#131313"
foreground = "#ccadad"

[variables.tertiary]
background = "#323232"
foreground = "#848484"

[variables.status]
online = "#3ABF7E"
away = "#F39F00"
focus = "#4799F0"
busy = "#F84848"
streaming = "#977EFF"
invisible = "#A5A5A5"

0 comments on commit af535c3

Please sign in to comment.