@mixin text-theme-color($name) {
  color: map-get($theme-colors, $name);
}