Standard Presets

Pre-made presets for common alerts

Preset 1: Follow

--icon-unicode: "\\f234";
--bits-icon: none;
--alert-identifier-name: "follow";
--bubble-text-content: "+1";
--icon-background-color: #e74c3c;
--alert-identifier-color: #e74c3c;
--bubble-container-color: #e74c3c;
--alert-box-right-side-color: whitesmoke;
--alert-user-text: "{name}";
--message-background-color: none;
--fontFamily: "Open Sans", sans-serif;
--alertAnimation-Entry: var(--bounce-in-fwd);
--alertAnimation-Exit: var(--scale-out-top);
--iconAnimation: var(--pulsate-bck);
--user-message-animation-Entry: var(--text-focus-in);
--user-message-animation-Exit: var(--text-focus-out);
--alert-box-positon-x: center;
--alert-box-positon-y: start;

Preset 2: Donation

Preset 3: Raid

Preset 4: Host

Preset 5: Sub

Preset 6: Gifted Sub

Preset 7: Bits

To be able to use bits you have to set “icon-unicode” to “none” and use the

variable “--bits-icon: var(’bit-variable-name’)” so it shows the bits icon instead of the icon from Font-Awesome.

Bits colors and variables names

Preset 8: Merch

Last updated

Was this helpful?