New colors look terrible in dark theme

laxu

Rock Star
Messages
5,724
I guess admins changed the color theme here recently, but the blue color looks pretty terrible in dark mode. I'd recommend bringing back the orange as I think it looks much more relaxed in dark mode. Or if multiple themes are an option, allow that.

The dark theme is overly contrasted IMO.
 
Last edited:
YES!
I use Dark Reader plugin with the Light forum style and it's really fucked up now, way too dark and some drop down panels stopped working altogether.
 
Quick CSS style fix just to make it have less aggressive contrast. Looks alright in posts but could be better in post list. That helps a lot already, but I still think the blue is kinda drab compared to the previous blue + orange.

EDIT: updated with darker post list.

CSS:
@media (prefers-color-scheme: dark) {
    :root:not([data-variation]),
    :root[data-variation="alternate"] {
         /* text */
        --xf-paletteNeutral1--l: 90%;

        /* background */
        --xf-paletteNeutral3--l: 14%;
        --xf-pageBg--l: calc(var(--xf-contentBg--l) - 6%);

        .block-container {
            background: hsla(var(--xf-contentBg--h), var(--xf-contentBg--s), calc(var(--xf-contentBg--l) - 4%), var(--xf-contentBg--a));
        }
   
        .p-footer {
            background: hsla(var(--xf-chromeBg--h),var(--xf-chromeBg--s),calc(var(--xf-chromeBg--l) - 5%),var(--xf-chromeBg--a))
        }
    }
}

Screenshot 2025-01-10 at 11.42.25.png
 
Last edited:
I thought the mode was something that was user selected. I went looking for a place in my profile to flip it back. Didn't see anything there.
 
I thought the mode was something that was user selected. I went looking for a place in my profile to flip it back. Didn't see anything there.

If you click on your user menu it's inside the "Preferences" item. At the top, labled `Style variation`.
 
I can't remember what it was before but it seems better now?

Edit: there's an icon showing the current theme at the bottom of the page where you can click and change.

Dark = moon
Light = sun
Half circle = system setting
 
Last edited:
I can't remember what it was before but it seems better now?

There's an icon at the bottom that looks like a half filled circle where you can pick.
Thanks for posting that! That was super easy to change and I didn't have to go looking through my profile to find it.
 
You can change the mode in the bottom left corner by clicking the moon icon.

IMG_5511.jpeg


From light mode the icon is the gear.

IMG_5512.jpeg


System auto adjust it based on time of day.
 
I never use dark mode. Makes me feel like I'm on a different site, probably a site I shouldn't be on. :ROFLMAO:
 
I can't remember what it was before but it seems better now?

Edit: there's an icon showing the current theme at the bottom of the page where you can click and change.

Dark = moon
Light = sun
Half circle = system setting

That's right, the menu is available in two places 🙂
 
Back
Top