If don’t want to use SCSS and compile your styles you still able to change your color skin. We added already compiled light and dark CSS files for Basketball and Soccer versions. If you want to change light skin to dark one, please do the next steps:
It’s very easy to change your color skin. Open your HTML file and in the head section replace this
<link href="assets/css/style-basketball.css" rel="stylesheet">
with this
<link href="assets/css/style-basketball-dark.css" rel="stylesheet">
And that’s it! Just make sure you’ve done this for each HTML file you use.
Keep in mind that light/dark version available only for Basketball and Soccer versions.