Does anyone have a dark theme available?

0
0

Some of my users would like to have a dark theme similar to Microsoft’s dark mode. Before I develop it myself, maybe someone already has one that they can make available to me. Many thanks in advance

  • You must to post comments
0
0

I would recommend the BootstrapDark-4 theme.

It is one of the prebuilt themes included in Wisej- you can change it via code like this:
Application.LoadTheme("BootstrapDark-4");

Alternatively, you can set it via Default.json:
"theme": "BootstrapDark-4"

If you want to see the source code for the BootstrapDark-4 theme, so that you can modify it for your needs, it can be found here:

https://github.com/iceteagroup/wisej-themes/blob/master/BootstrapDark-4.theme

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.