pages/css/themes/
To switch theme locate the link tag with class="main-stylesheet" in your head tag. Replace href or entire link stylesheet tag with the below ones.pages/scss/pages.scss
pages/scss/theme/
folderscss/theme/my_theme
theme.scss
under the scss/theme/my_theme
and add the following codevar.scss
under the scss/theme/my_theme
and import the code ofscss/theme/abstract/var.scss
to it and change the following variables
Main Base color $theme-name
to your theme name in scss/pages.scss