Themes
A control can have several style modes (xtd::forms::flat_style):
-
xtd::forms::flat_style::system : The control is native and therefore cannot adapt to the theme defined in the application (xtd::forms::application::theme).
-
xtd::forms::flat_style::standard : The control will adapt to the theme defined in the application (xtd::forms::application::theme) with the standard style.
-
xtd::forms::flat_style::flat : The control will adapt to the theme defined in the application (xtd::forms::application::theme) but with the flat style.
-
xtd::forms::flat_style::popup : The control will adapt to the theme defined in the application (xtd::forms::application::theme) but with the popup style.
Current Operating System / Desktop Environment
-
gnome_dark contains GNOME dark theme.
-
gnome_light contains GNOME dark theme.
-
kde_dark contains KDE dark theme.
-
kde_light contains KDE dark theme.
-
macos_dark contains macOS dark theme.
-
macos_light contains macOS light theme.
-
windows_dark contains Windows dark theme.
-
windows_light contains Windows light theme.
Generic
-
symbolic_dark contains Symbolic dark theme.
-
symbolic_light contains Symbolic light theme.
-
xtd_dark contains xtd dark theme.
-
xtd_light contains xtd light theme.
Colors only
-
black contains black color theme.
-
blue contains blue color theme.
-
dark contains dark color theme.
-
green contains green color theme.
-
light contains light color theme.
-
red contains red color theme.
-
white contains white color theme.
Owner themes
You can create your owner themes.
Coming soon...
See also