@import './settings/_theme.styl'

theme($component, $name)
  light($component, $name)
  dark($component, $name)

light($component, $name)
  .theme--light.{$name}
    $component($material-light)

dark($component, $name)
  .theme--dark.{$name}
    $component($material-dark)
