From ae7870ff2a5c8b5f49a51bff5791e9b51d8b1fe5 Mon Sep 17 00:00:00 2001 From: WlodekM <75479945+WlodekM@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:30:27 +0300 Subject: [PATCH] fix: use correct colours for Neon Blue (#86) * Update Preset.toml --------- Co-authored-by: Sophie L --- data/neon-blue/Preset.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/neon-blue/Preset.toml b/data/neon-blue/Preset.toml index f1951e4..91d8373 100644 --- a/data/neon-blue/Preset.toml +++ b/data/neon-blue/Preset.toml @@ -25,7 +25,7 @@ tags = ["neon", "blue"] [variables] light = false -accent = "#15161a" +accent = "#0084ff" background = "#11111192" foreground = "#dcddde" @@ -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]