@Alex Welcome to the Atlassian community
As of the 6/15/2023 there is not way to revert back to the old version. https://community.atlassian.com/t5/Trello-articles/The-end-of-an-era-bidding-farewell-to-Trello-s-original-theme/ba-p/2387030
Thank you, Brant.
I really can't understand why companies do these things. I really hate this new design, and we will search for another program for our task lists. It's a very bad decision, and it's a shame because we have been using Trello for the past five years
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Totally agree with you Alex. Can´t understand why the design needs to change constantly for the worse. Looking for alternatives now too, after using Trello for 5+ years.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mean why the hell do we need so many pixels space between lists? And why do the lists now have a big border around them? It´s all super spaced out now and I need to scroll trough the board, whereas before the whole board was all visible with one view.
And all the labels that we carefully designed for our workflow need to be re-done.
And after we´re done with this, there is probably another "Re-design" coming and it starts all over again. Super fed up with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't justify the amount of work I'd have to do to implement it. But there's a possibility with 3rd party Chrome extensions for instance. Specifically the kind that messes around with the CSS of a page. I used to tinker around with Stylebot back in the day for instance.
Might be possible to somehow get it to detect when a label with a certain colour appears on the page, and replaces the colour? Its a bit too much work to ensure consistent application in all the different cases, especially as I'm no good with CSS, as well as a way to maintain it across a team, but that might be something to look in to for other teams?
Really depends on if there are compelling must-have features that Trello provides, that you'd be willing to put time in to something like this, versus any switching cost of going to another productivity tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh huh.. it was actually way easier than I was expecting it to be, a single line of code per colour even.. messed around with Inspect and throwing questions at ChatGPT
Stylebot, applied over Trello.com
:root {
--ds-background-accent-yellow-subtle: #ffed4a;
}
And you can manually override what colour that specific shade of yellow shows up as. But you'd have to manually inspect the 30 colours to see what their names are, as the html file lists almost 300. Reworking all the colours is probably too much work, and overall fragile to any updates Trello makes anyways. But it might be worth switching just the colours causing issues with your own workflow.
Alas, this is but a dirty workaround, as its local only to the browser you apply it on. So on top of being fragile, it becomes pretty unmanageable the more team members you have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.