It is possible to change the theme for yourself from your account preferences ā Interface ā Theme. I changed it to āDefaultā for me, because I also wasnāt a fan of the default āGracefulā theme.
I donāt know how or where the āGracefulā theme is managed though.
Thanks for looking into this @Ali ! Itās true that it hasnāt been refreshed much since the initial installation, quite a few years ago now It is indeed part of the website, and could use some attention
Iāve been working on a refresh of our forum theme and would like your thoughts before making it the default.
The idea was to keep the design clean and simple, since thereās already a lot happening in the interface. Once weāve agreed on the light theme, Iāll create a dark mode version as well.
You can see a preview in the screenshot below, or take it for a spin by selecting āOpenCraft Lightā under Profile > Preferences > Interface > Theme.
@tecoholic Haha, I went back and forth on the font size because there is such a big jump between the sizing options ānormalā and āsmallerā (that said, Iām sure I could figure out how to adjust the base size in the CSS if neither works for usā¦)
I have changed it to āsmallerā now. Itās a bit too small for me⦠I think. Somewhere between the two sizes would be ideal!
Yeah the font is a bit small for me too. Perhaps we can keep it as the ānormalā size, but change the font family to something that doesnāt feel as big?
Wait, my preferences had āsmallerā as my font size preference. Iāve changed that back to ānormalā and itās fine for me. Not sure how that interacts with the font size in the theme itself?
These are the fonts we use across our marketing materials (website included), so I think we should keep them as the standard.
Ah, ok - so it looks like everyone can set their own font size preference from profile > preferences > interface > text size without affecting the default font size of the theme (which Iāve set to ānormalā for now). CC @tecoholic in case you want to set yours to āsmallerā in your settings (P.S. maybe thatās why you need glasses! )
Iād like to change the colour of the dividing lines (highlighted in yellow in the image below), but only for the dark colour palette. The light palette looks fine as it is.
I canāt work out how to target those lines for just the dark palette. Ideally, Iād like them to be #FFFFFF at 10% opacity.
Could someone help me out, or point me in the right direction? Otherwise, Iāll could probably play around and add some disgusting CSS.
I poked around briefly. Not sure if this helps, but the --d-sidebar-section-border-color variable is what sets the color of the dividers in the sidebar. That seems to be ādark mode section border colorā, by the name of it.
--content-border-color doesnāt appear to be dark-or-light specific, though the color-scheme setting on the :root is dark. So you might have to write CSS for this one if there isnāt some direct variable to set in the theme settings. Iām willing to do this for you with a ticket, but this bit of research is about as much effort as Iām willing to put in without one :)