Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
$colors: map-get($theme, "colors");

@function theme-color($name) {
  @return map-get($colors, $name);
}