From e8a822949c90da595093cf434242ecba392b3b5c Mon Sep 17 00:00:00 2001 From: Max Walters Date: Thu, 30 May 2024 05:14:04 -0400 Subject: [PATCH] fix: Fix error, warning, and success colours to match upstream IceShrimp theme (#93) * fix error, warning, and success colours to match upstream IceShrimp theme --- data/iceshrimp-light/Preset.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/iceshrimp-light/Preset.toml b/data/iceshrimp-light/Preset.toml index b741b94..423aa7d 100644 --- a/data/iceshrimp-light/Preset.toml +++ b/data/iceshrimp-light/Preset.toml @@ -3,7 +3,7 @@ name = "IceShrimp Light" creator = "theycallhermax" description = "The light theme from the Misskey fork bringing you no-nonsense fixes, features and improvements you actually want" tags = ["light", "blue", "iceshrimp"] -version = "1.1.0" +version = "1.2.0" [variables] light = true @@ -15,9 +15,9 @@ block = "#414141" message-box = "#f1f5ff" mention = "rgb(229, 200, 144, 0.40)" -success = "#a6d189" -warning = "#ef9f76" -error = "#e64553" +success = "rgb(134, 179, 0)" +warning = "rgb(255, 240, 219)" +error = "rgb(236, 65, 55)" hover = "rgba(0, 0, 0, 0.1)" [variables.scrollbar]