.base-table {
  @each $theme in $themes {
    &.theme-colored-#{$theme} {

      thead {
        tr {
          background-color: color(_#{$theme}, 'medium');
        }
      }
    }
  }
}
