I did some digging on the theming of the forum and here are some thoughts. I don’t have permissions as a mod to change the theming, but the ones I propose should be easy enough to implement.
Here’s a screenshot of some of the the proposed changes:
I used as base the branding made by Brennan Novak available on github which I believe is the current Qubes branding.
Palette
I tried to match the palette to the website. You can try it by editing an existing palette on the admin console (as a mod I can’t access these) and then making sure the current theme has this palette selected.
"Qubes Palette": {
"primary": "333333",
"secondary": "ffffff",
"tertiary": "3874d8",
"quaternary": "3874d8",
"header_background": "f5f5f5",
"header_primary": "333333",
"highlight": "63a0ff",
"danger": "e45735",
"success": "009900",
"love": "bd2727"
}
Logo
The current logo was cropped from the website but it has the background behind. So it should be replaced
/uploads/db3820/original/1X/daa01e150c522dd071fcd15f40cdaf8cd0bbd4cc.png
I went ahead and made one with the transparent background. So this can be used instead:
Here are some other logo ideas:
And borrowing from the signal discourse:
Or a slightly more compact version
Let me know if any of these are fine. I can also make other permutations or change the logo size. Just let me know.
Maybe we could also invite Brennan onto this conversation but I don’t know if he’s still involved not how to reach out to him.
Category badges
Personally speaking I think category badges look better when they have a background color like in the signal’s discourse:
This can be changed in the admin panel by changing bullet to box.
Fonts
I haven’t experimented with this, but discourse allows us to customize fonts so possibly the qubes fonts could be used:
- Open Sans: for normal text
- Ostrich Sans: for titles
Theme customization
We can also customize the css of theme, but I think for now these changes will do it.
Other ideas
Open Boxes image
The Open Boxes images is pretty nice and it think it could serve well as background (originally from here, I think).
But unfortunately discourse is not really made for supporting background images and so it will look like this
I have some experience with modifying this (involves changing a whole lot of CSS) but it’s quite an effort but it is doable. Take a look at this forum as an example.