raygui/themes
src/raygui/themes.tur
bundled light and dark theme presets.
Since: Phase 4
defn
gui-apply-light-theme
(gui-apply-light-theme :)
reset to the raygui built-in light theme.
Example
(gui-apply-light-theme)
Since: Phase 4
defn
gui-apply-dark-theme
(gui-apply-dark-theme :)
apply a dark colour palette to all controls.
Example
(gui-apply-dark-theme)
Since: Phase 4