Theming
Wisej.NET themes are collections of styles, fonts, and images that define the look and feel of components and other UI features. You can use one of the built-in themes or create your own.
See below for more information on theming and customizations.
Changing Themes
By default, new Wisej.NET applications use the Bootstrap-4 theme. The theme can be changed in several ways.
Runtime
To change the theme at runtime, use the following line in your code:
Application.LoadTheme("Bootstrap-4");
Startup
To change the theme before the application runs, you can apply it in one of two ways:
<configuration>
<appSettings>
<add key="Wisej.DefaultTheme" value="Bootstrap-4"/>
</appSettings>
or
{
"theme": "Bootstrap-4"
}
Changing the theme in the Wisej.NET Designer in Visual Studio will only show the changes at design-time. Use one of the above methods to apply it at runtime.
Built-In Themes
New Wisej.NET applications come with several built-in base themes that can be used to style the application.
Blue-1
This theme uses a blue base color, thick window borders and FontAwesome SVG icons.
-be99021be75897119a6334ed6a38259e.png)
Blue-2
This theme uses a blue base color, thick window caption, no side window borders borders and Icons8 SVG icons.
 (2)-65289d8e36102c8e22ae10b28da72119.png)
Blue-3
This theme uses a blue base color, thick window borders and Google Material SVG icons. Use it as a base to create new variations.
 (2)-f8d6d8856ee9d06b60624946db8b35d2.png)
Bootstrap-4
This theme is based on the popular Bootstrap theme, using its distinctive colors, focus shadow, and Bootstrap SVG icons.
 (2)-5e1d1d2fa5b57d22c6541944bd3e61a0.png)
BootstrapDark-4
This theme is based on the popular Bootstrap theme, using its distinctive colors, focus shadow, and Bootstrap SVG icons. This theme has a dark background and light text.
Wisej.NET BootstrapDark-4 Theme
Classic-2
This theme is based on Windows 10 metrics, font, and design. This theme uses the Icons8 SVG icons for Windows 10.
-26ed920086cb12c873315ca8f3d0592d.png)
Clear-1
This theme uses a clear base color, no side window borders, a thick window caption and FontAwesome SVG icons.
 (2)-79113bef9e302d30a06fd273dac1e4ec.png)
Clear-2
This theme uses a clear base color, no side window borders, a thick window caption and Icons8 SVG icons.
-98aaaad654c8d6d3ce66bbfc9c398f5c.png)
Clear-3
This theme uses a clear base color, no side window borders, a thick window caption and Google Material SVG icons.
-f0e3e3b58eddc624ecea2df605093c67.png)
Graphite-3
This theme uses overlapped scrollbars to implement cool disappearing and overlapped scrollbars similar to the Windows UWP style.
-125918035f52e859c2e581701bb83cc7.png)
Material-3
This theme is inspired by Google Material Design, with sleek animations, a large window caption, and a minimalist layout. It uses Google Material SVG icons.
-6062750ef8bf06a401bfc0a924437443.png)
Vista-2
This theme is based on Windows Vista metrics, font, icons and design.
-097f6d29eb9127dfff7fd4ea9fa684cb.png)