INCIDENTS supports a dark theme. Unfortunately, everyone using the same installation of INCIDENTS will see the same theme; there's no way at the moment for an user to set the theme only for him.
Follow the standard installation instructions, but pass the dark
parameter to
the install script:
git clone https://github.com/veeral-patel/incidents && cd incidents
chmod +x install.sh && sudo ./install.sh dark
Don't run this setup in production! The install script is just so you can start playing with INCIDENTS locally. It's missing HTTPS and data and files are stored on disk.