I actually made a quick userscript to revert the theme changes. Sites shouldn't change their name depending on how they're accessed, and I don't need to be reminded of nool derangement faggotry on every page load, very strange decision. Agreed the Tor site is great though.
JavaScript:
// ==UserScript==
// @name unonionize
// @match https://kiwifarmsaaf4t2h7gc3dfc5ojhmqruw2nit3uejrpiagrxeuxiyxcyd.onion/*
// ==/UserScript==
(function() {
document.querySelector("div.logo-default img").src = "/public/brand/Kiwi_Farms_Logo_White_Text.svg";
document.title = document.title.replace("Onion Farms", "Kiwi Farms");
})();