Customizing System Themes
This lesson shows how to override the default system themes definition.
We'll cover the following...
Customizing the default system themes involves defining the $ct-themes
map in your variables file. Here’s the default definition inside css-theming
:
$ct-themes: (
'default': (
'brightness': 'light',
// 'colors': overrides
...