NAME
    RT-Extension-ToggleTheme - Toggle elevator light and dark theme.

DESCRIPTION
    To save your eyes in the dark. The theme toggle button only displays for
    users who have the ModifySelf right.

RT VERSION
    Works with RT 6

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    Edit your /opt/rt6/etc/RT_SiteConfig.pm
        Add this line:

            Plugin('RT::Extension::ToggleTheme');

    Clear your mason cache
            rm -rf /opt/rt6/var/mason_data/obj

    Restart your webserver

AUTHOR
    Craig Kaiser <modules@ceal.dev>

