Skip to content

Commit

Permalink
fix: use correct colours for Neon Blue (#86)
Browse files Browse the repository at this point in the history
* Update Preset.toml

---------

Co-authored-by: Sophie L <[email protected]>
  • Loading branch information
WlodekM and Rexogamer authored Oct 12, 2023
1 parent 819b8ef commit ae7870f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/neon-blue/Preset.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tags = ["neon", "blue"]

[variables]
light = false
accent = "#15161a"
accent = "#0084ff"
background = "#11111192"
foreground = "#dcddde"

Expand All @@ -36,10 +36,10 @@ mention = "rgba(251, 255, 0, 0.1)"
success = "#3ABF7E"
warning = "#FAA352"
error = "hsl(359,66.7%,54.1%);"
hover = "#3c6ebe50"
hover = "#0084ff50"

[variables.scrollbar]
thumb = "#202225"
thumb = "#0084ff"
track = "#2f3136"

[variables.primary]
Expand Down

0 comments on commit ae7870f

Please sign in to comment.