PluginTheme - ikriz/ruTorrent GitHub Wiki
Plugin Theme
Description
This plugin allows you to change the gui theme to one of several provided themes, or any your create, provided they are placed in the proper directory within the plugin.
Configuration
You can set a default theme by editing the config file. In the example following, i've set the default theme to Oblivion
<?php
$defaultTheme = "Oblivion"; // May be "", "Oblivion", "Dark", "Blue" or "Acid"
?>
Note: This default setting can be changed via the webui. If it's not set, the default theme will be used.
Adding themes
If you write a theme, you can add it by simply placing it in the ruTorrent/plugins/theme/themes
directory. How to write themes is outside of the scope of this document. For reference, look at the files included in one of the current themes.
Usage
To change the theme from the webui, click the Settings button:
Next, select the "Theme" dialog as shown here: