Change the default karaoke experience! Enable blur! or disable Minimal!
The style can easily be changed using a single word.
$karaoke-style: reveal;
/* reveal / flash / trail / spotlight */
Blur is a heavy effect, so it's disabled by default. But it can be easily dialled down or simply turned on/off.
$enable-blur: on;
/* on / off */
$blur-amount: 30px;
/* only matters when enable-blur is on */
The minimal theme is turned on by default, can easily be turned off by a toggle!
$enable-minimal: on;
/* on / off */
