{% assign theme = site.colorTheme %} {% assign mainColor = site.mainColor %} @charset 'utf-8';

$sidebar-background: #{{ mainColor | default: “016087” }};

@import '_{{ theme | default: light }}-colors'; @import “style-definitions”;