AApanel Theme Changer is a script to easily change the theme of the AAPanel site. This script allows users to apply a predefined theme to the site's CSS file, providing a more personalized experience. The script is a WIP so if you want to contribute, feel free to do so. There are many issues that need to be fixed and many features that need to be added.
- Change the background color, theme color, secondary color, tertiary color, tab highlight, left tab, and general text.
- Create backups before applying theme changes.
- Restore from backups.
- This script is designed for Linux operating systems.
- Run the script as a sudo user by preference.
sudo python script.py
sudo python script.py --reset
.file_bodys
doesn't change background-color.#20a53a
is not always changed totheme_color
..cw
class is overwritten bybackground_color
in the theme and it shouldn't..btn-default
classes are not taken into account by this script for some reason.- Many
:hover
classes are not taken into account by this script for some reason. input
,textarea
,select
: should have a darker background liketab_highlight
color.
Contributions to enhance the script or fix bugs are welcomed. Feel free to fork the repository, make improvements, and submit pull requests.