Default theme for UIKit is Light.
To set theme you need to set value ‘dark’ to key data-theme in global styles (html[data-theme=“dark”]).
For example, you can use pure JavaScript:
There are two options how you can create your own theme:
Customize current theme using css
Create your own theme to customize selected components
To customize the current theme you just need to set the new colors in css variables.Or you can create your own theme. To do this you need to create a new class that implements the UiKitTheme interface.To use your own theme using css you need to create _theme_colors_scheme.scss and set colors