@rey Here's a patch! Should be able to apply it by tossing it in a file and going e.g. "git am nopurple.patch".

Note that I can't actually test this, and it'll probably only revert things like the post button and follow button, not the new actual purple of the boost button and whatnot. But!

From e72a91518023829e44d55185b0747658ba791d1e Mon Sep 17 00:00:00 2001
From: Frost <[email protected]>
Date: Wed, 5 Oct 2022 19:48:23 -0700
Subject: [PATCH] Revert brand color part of 45aa5781ce611ea411e34e3b18358a9fe15f67ce

No purple!
---
app/javascript/styles/mastodon/variables.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/styles/mastodon/variables.scss b/app/javascript/styles/mastodon/variables.scss
index be2c900ea..3da40305a 100644
--- a/app/javascript/styles/mastodon/variables.scss
+++ b/app/javascript/styles/mastodon/variables.scss
@@ -13,5 +13,5 @@ $red-bookmark: $warning-red;
$classic-primary-color: #9baec8; // Echo Blue
$classic-secondary-color: #d9e1e8; // Pattens Blue
-$classic-highlight-color: #6364ff; // Brand purple
+$classic-highlight-color: #2b90d9; // Summer Sky

// Variables for defaults in UI
--
2.34.1

#Mastodon #mastodev #MastoAdmin

a[href*="/following"]::after {
content: "監視対象";
color: #9baec8;
}

a[href*="/follower"]::after {
content: "変態";
color: #9baec8;
}

a[href*="/following"] > span,
a[href*="/followers"] > span {
display: none;
}

あっ…

.column-collapsable.collapsed .column-collapsable__button, .column-icon {
color: #9baec8;
background: #313543;
}
.column-collapsable .column-collapsable__button, .column-collapsable .column-collapsable__button:hover {
color: #fff;
background: #393f4f;
}

https://qiitadon.com/media/x8C0M5PLRgC_ex1ztZs