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.
¿Puedes ayudarme a entender cómo cambiar el color de la barra de acento azul en la parte superior?
Veo que en desktop.scss esto está definido:
#main-outlet {
border-top: 8px solid $tertiary;
}
Donde $tertiary, supongo, proviene de las variables definidas por el SCSS principal de Discourse, y debería extraerse de la paleta de colores seleccionada por el usuario.
Puedo ver en devtools que la barra está configurada en #3977ff, que puedes ver como la barra azul en la captura de pantalla a continuación. Pero en mi paleta de colores, tengo un color amarillo configurado para el “terciario” y no tengo un color #3977ff definido en ningún lugar.
Entonces, ¿qué está pasando aquí y cómo puedo establecer el color?
Así que supongo que aquí es donde está obteniendo el valor del color. Pero, ¿por qué estaría extrayendo de aquí si no tengo seleccionada la combinación de colores “radiant”?