Radiant, un tema elegante para Discourse

This theme aims to be minimal and at the same time has modern appeal. The entire styling is implemented via CSS and no image has been used.

:rainbow: :dizzy: :rocket:

Homepage:

Topic page:

Full page search:

Modal:

Let me know how this theme can be further improved. Enjoy! :smiley:

29 Me gusta

Very nice design!

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.

3 Me gusta

Hello,

Amazing work :heart: This theme looks pretty cool :heart_eyes:
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 :heart_eyes:

2 Me gusta

No, the background is made via CSS linear gradients and adding the ability to customize it will add complexity for forum admins.

Feel free to fork the theme to further customize it as per your requirements.

Good point. I’ll add it on my list for improvements. :+1:

6 Me gusta

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. :slight_smile:

5 Me gusta

lovely theme. i might be using this soon. thanks, good work.

2 Me gusta

Hi, the theme is very good. Is there any way to reduce that space at the top (see arrow)?

2 Me gusta

I have reduced the default margin-top to 30px, via:

https://github.com/MeghnaAJ/discourse-radiant-theme/commit/d3eac88041c3e5ebc8529ac79d99193c2d285349

Feel free to fork the theme and further customize it as per your requirements. :slight_smile:

3 Me gusta

personally i think the smaller margin makes the gradient too noticeable. :confused:

could you lead me in the right direction to implement this as the background? https://codepen.io/chris22smith/pen/RZogMa

1 me gusta

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.

image

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.

4 Me gusta

Not yet, but I’ll look into it. I’ll have to go with different color scheme though.

Thanks for the suggestions! I’ll look into them and make the changes if they do not affect the default (original) light version. :slight_smile:

5 Me gusta

I’ve just set up a Discourse and was itching to customizing it. I’m really glad I found your theme—it’s fresh, colorful, and lovely. Thanks!

– ben

6 Me gusta

Tema realmente agradable, pero últimamente parece que este tema es incompatible con Discourse. La barra lateral está completamente aplastada.

`

3 Me gusta

¡Buena observación! Ya corregido a través de:

3 Me gusta

Gracias, se ve genial y el problema está solucionado

2 Me gusta

Hola

Desde la última actualización, parece que todo el contenido está “atascado” en ambos lados. Es como si faltara el relleno/margen derecho e izquierdo.

¿Es esto intencional? En las imágenes de vista previa del tema no es así. ¿Cómo puedo solucionarlo?

Muchas gracias.

2 Me gusta

Esto ahora está arreglado:

Gracias por informar de este problema :+1:

3 Me gusta

¡Confirmo que está arreglado!

Fue increíblemente rápido, muchas gracias.

Un tema increíble, por cierto :slight_smile:

3 Me gusta

¿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?

1 me gusta

¡Oh! Veo que tertiary está definido en about.json:

  "color_schemes": {
    "radiant": {
      "primary": "000000",
      "tertiary": "3977FF",
      "header_primary": "4d4d4d"
    }
  },

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”?