Radiant, an elegant theme for Discourse

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?

1 Like