Plesk Blue Dark Backend Theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.4 KiB

4 years ago
# Plesk Blue Dark Theme
4 years ago
Alternative Theme for Plesk Server Admin GUI
4 years ago
4 years ago
## Usage / Installation
There are currently not many dark themes for Plesk. So we made it our hobby to create a new theme based on Plesk Obsidian 18.0.30. To activate the branding theme in Plesk, proceed as follows. Via SSH access from the server, define the topaLE theme via console (root) the custom theme and activate it as default theme (upload ZIP file to server). Download the **master.zip** and extract the zip file. Open the folder structure and merge the following folders and files as topa.zip or another name:
<br>
<pre>
<code>/css + /Icons + /images + meta.xml</code>
</pre>
<br>
Reload the packed file via SSH (console):
<pre>
<code>/usr/local/psa/topa.zip</code>
</pre>
<br>
and execute the command mentioned below.
4 years ago
<br><br>
<pre>
<code>plesk bin branding_theme -i -vendor admin -source /usr/local/psa/topa.zip</code>
</pre>
4 years ago
## Location for custom themes in Plesk on Linux Systems:
4 years ago
<pre>
<code>/usr/local/psa/admin/htdocs/theme-skins/topa/</code>
</pre>
4 years ago
<br>
If you want to edit the custom.css again later, copy the existing .css in this path and overwrite the old file. Please keep the folder structure. Zip the individual folders to **topa.zip** (or any other name you like) and copy the ZIP archive into the folder on the server. The folders css, icons, images and the file meta.xml must be packed to a ZIP archive.
<br><br>
4 years ago
Have Fun ;-)