It would be nice if I could create the component in a way that would make it not set color styles from code, e.g.:
<toggle-button :color="null">
.vue-js-switch .v-switch-core {
background: $color-grey
}
.vue-js-switch.toggled .v-switch-core {
background: $color-active
}