Is there a way to customize the background shapes/colors? Being able to customize the âglowâ of the main body on the background could be useful too.
Amazing work This theme looks pretty cool
I have one suggestion with uniform rounded corners and shadows. I mean the popups, menu, input fields etc⊠Will be pretty awesome with the new loading slider
I have improved the theme to make form inputs, header menu and modal consistent with the theme styling. Updated the first post with latest screenshots.
I absolutely love this theme, I would request it to the forum Iâm on, just wanted to ask you some stuff.
Iâm not someone who uses Discourse to make any forums, Iâm the user of these forums, so some stuff might come out wrong, or too obvious, but I never used Discourse to build anything.
Are there any plans to make a Dark Mode version of this? I personally have the âForce Dark Mode for Web Contentsâ flag on Edge enabled. Itâs also a thing for Chrome. And it usually helps, these are some of the results I got from it.
Overall it looks fine with that flag on, but thereâs some stuff that looks out of place for no obvious reason, which I would love to see adapted / fixed for Dark Mode if thatâs possible :)
You woudnât necessarily need to modify everything to make a Dark Mode specific version, as long as you fixed the weird color difference on the profile pages, it would pretty much work just fine with the flag enabled.
Can you help me understand how to change the color of the blue accent bar at the top?
I see in desktop.scss this is defined:
#main-outlet {
border-top: 8px solid $tertiary;
}
Where $tertiary I assume comes from variables defined by Discourse core SCSS, and should pull from the userâs selected color palette.
I can see in devtools the bar is set to #3977ff which you can see as the blue bar in the screenshot below. But in my color palette, I have a yellow color set for the âtertiaryâ and I donât have a color #3977ff defined anywhere.
So whatâs going on here, and how can I set the color?
So I assume this must be where itâs getting the color value. But why would it be pulling from this if I donât have the âradiantâ color scheme selected?