Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 649 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 649 Bytes

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.

Demo

RT VERSION

Works with RT 5

INSTALLATION

perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt5/etc/RT_SiteConfig.pm
Add this line:
Plugin('RT::Extension::ToggleTheme');
Clear your mason cache
rm -rf /opt/rt5/var/mason_data/obj
Restart your webserver

AUTHOR

Craig Kaiser <modules@ceal.dev>