Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Any way to change back the website colours?

This August 1st update has changed the whites on the welcome/game select/etc as well as the map selector in game regardless of dark mode. Is there a way to change it back at all? I'm really not a fan of it, it is actually so bright it hurts my eyes a little.
1659410503
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
The feedback has been so overwhelmingly negative, that I have high hopes it will be reverted or toned down soon. If it is not, the whole site can be styled to your liking with the use of the Stylus extension. I'll post a style soon, but don't like "fixing" things that are in flux. It could change again at any time.
1659414363
Andrew R.
Pro
Sheet Author
Reported with request [#96779].
1659422595

Edited 1659423167
I just thew this Stylus code together after looking at how the Roll20 CSS code was being structured using var() colors: html[data-theme="light"] {     --color-banner-base-text: grey;     --color-primary-text: #4f91cd;     --color-primary-base: #02baf2;     --color-primary-hover: #870050;     --color-primary1: #5A0035;     --color-primary2: #870050;     --color-primary3: #B4006A;     --color-primary4: #B4006A;     --color-primary5: #E7339D;     --color-primary6: #ED66B6;     --color-primary7: #F399CE; } .btn-group.alertcontainer.newalerts .btn.btn-default.dropdown-toggle.alerts, span.alertcount {     color: var(--color-primary4); } .btn-group > .btn.btn-default { border-color: var(--color-banner-base-text); } a:hover, a:focus, a:hover:focus { color: var(--color-primary-hover); } And that's with just changing the banner base, primary text, primary base, and primary4 colors at a first stab. It seems that primary4 is one of the main var() colors that is used as a highlight, so I changed it to a darker pink. I'm guessing this is a first step towards some kind of true dark mode and/or individualized customization - perhaps we will be able to set some color schemes that would overwrite the var() colors on a per-account basis.  At least I'm hoping that's where this is heading!
1659431125

Edited 1659445813
keithcurtis said: The feedback has been so overwhelmingly negative, that I have high hopes it will be reverted or toned down soon. If it is not, the whole site can be styled to your liking with the use of the Stylus extension. I'll post a style soon, but don't like "fixing" things that are in flux. It could change again at any time. Filed a request, too. This Eyesore needs to go away and fast!
1659440421

Edited 1659440710
Andreas J.
Forum Champion
Sheet Author
Translator
While I applied some quick fixes to patch the worst on my Roll20 Dark Mode -userstyle, is still pretty horrible. But might be a less painful option than doing nothing. Edit: damn, the Dark Mode is really an eyesore now, gotta find the time to properly fix it later.
1659448609
GiGs
Pro
Sheet Author
API Scripter
keithcurtis said: The feedback has been so overwhelmingly negative, that I have high hopes it will be reverted or toned down soon. If it is not, the whole site can be styled to your liking with the use of the Stylus extension. I'll post a style soon, but don't like "fixing" things that are in flux. It could change again at any time. I have been the only person I know off saying anything positive. But I was motivated purely by the forum experience. Once I saw people were talking mostly about the in-game experience, I agree with the criticisms. I can't imagine they'll leave it as it is.
This color scheme is unnecessary, a wast of time and money, and hurts my eyes. Please fix this!
Jarren said: I just thew this Stylus code together after looking at how the Roll20 CSS code was being structured using var() colors: html[data-theme="light"] {     --color-banner-base-text: grey;     --color-primary-text: #4f91cd;     --color-primary-base: #02baf2;     --color-primary-hover: #870050;     --color-primary1: #5A0035;     --color-primary2: #870050;     --color-primary3: #B4006A;     --color-primary4: #B4006A;     --color-primary5: #E7339D;     --color-primary6: #ED66B6;     --color-primary7: #F399CE; } .btn-group.alertcontainer.newalerts .btn.btn-default.dropdown-toggle.alerts, span.alertcount {     color: var(--color-primary4); } .btn-group > .btn.btn-default { border-color: var(--color-banner-base-text); } a:hover, a:focus, a:hover:focus { color: var(--color-primary-hover); } And that's with just changing the banner base, primary text, primary base, and primary4 colors at a first stab. It seems that primary4 is one of the main var() colors that is used as a highlight, so I changed it to a darker pink. I'm guessing this is a first step towards some kind of true dark mode and/or individualized customization - perhaps we will be able to set some color schemes that would overwrite the var() colors on a per-account basis.  At least I'm hoping that's where this is heading! I really hate the idea that I need to use an add-on to chrome to just make the website I pay for not give me a migraine
wepv said: I really hate the idea that I need to use an add-on to chrome to just make the website I pay for not give me a migraine Agreed. I’m hopeful that this is just the first step towards client/browser side site themes. 
1659456503
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Although I dislike publishing patches to a feature underdevelopment, the page toolbar is currently unreadable. This bit of css will fix that for the time being: #page-toolbar .pages{     background-color: gray; }
1659457777

Edited 1659457829
Gold
Forum Champion
I'm mostly bewildered by this amount of complaints getting posted over 2 days, with no evident Forum response from Roll20 Team as of yet. Thanks to those who posted a Help Center report. I hope that the Help Center report says "Please go answer the Forum inquiries also" because there are a lot of users asking about this in numerous threads that deserve a response. Please answer it Roll20 Team. Is this on purpose? How long will it last? Can you fix it?
I'll second this, go into my game now and the page toolbar's background is WHITE and so is the text of all the pages so now I can't read any of the labels. Who in their right mind thought this was a good idea?
1659464500
Bianca
Forum Champion
Hey folks (obvious copypasta) -- We're consolidating and closing all threads into this one; please leave any additional feedback here and keep an eye out for updates: <a href="https://app.roll20.net/forum/permalink/11009797/" rel="nofollow">https://app.roll20.net/forum/permalink/11009797/</a> Thank you!