From 1b0475d3086a481e65afab431324686c7e66a703 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 24 Sep 2024 20:52:56 +1000 Subject: [PATCH] Death to blurple --- app/javascript/styles/mastodon/variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/styles/mastodon/variables.scss b/app/javascript/styles/mastodon/variables.scss index 611c8bb5d..d8a23bddd 100644 --- a/app/javascript/styles/mastodon/variables.scss +++ b/app/javascript/styles/mastodon/variables.scss @@ -3,10 +3,10 @@ $black: #000000; // Black $white: #ffffff; // White $red-600: #b7253d !default; // Deep Carmine $red-500: #df405a !default; // Cerise -$blurple-600: #563acc; // Iris -$blurple-500: #6364ff; // Brand purple -$blurple-400: #7477fd; // Medium slate blue -$blurple-300: #858afa; // Faded Blue +$blurple-600: #3b953f; // Deeper green +$blurple-500: #6abf69; // Lighter than that +$blurple-400: #8cdb90; // Medium slate blue +$blurple-300: #aaeb96; // Urgh blurple is the worst $grey-600: #4e4c5a; // Trout $grey-100: #dadaf3; // Topaz