For a long time (well, it certainly feels like forever as Iām writing code as and when I have time in between my day job), Iāve been working on a theming engine (something similar but not quite the same as the code provided for @DownPW) that will be in the soon to be released theme set for Sudonix.
The most pertinent of these themes (and likely the primary if you choose dark mode, or have it set as default in your OS) is Midnight. This particular theme makes extensive use of CSS modifications, and also changes the layout somewhat - moving away from the ātraditionalā NodeBB stock Persona theme.
Without further ado, the Midnight theme looks like this
Changing the actual theme itself to one of the defined is shown below
Youāll notice that Iāve hooked into the main-nav
area for this, as itās better suited here in my view
The look and feel is consistent across the entire platform
Even the profile page hasnāt escaped
Hope you like the new logoā¦
Weāre also doing āmore with lessā - in the sense that this new CSS file uses variables to simplify it.
Ideally, Iād like views / input etc. in terms of colours, layouts, etcā¦