The event-layer
is a theme for the "alloverlay" system that is designed to serve as a separate, additional overlay to use with other overlays, whether they are "alloverlays" or not.
It is meant to be used on top of the game feed.
https://kqhivemind.com/alloverlay/OVERLAY_ID?theme=event-layer&nostats&hideLoader=
Available Layers
Kill Events - Displays small animated element where a military or queen kill occurs Blips are red by default but can be customized by adding custom CSS to the browser source. to
body
or:root
add--kill-event-color: <hexcode | rgba | keyword>
:root { --kill-event-color: limegreen; }