diff --git a/README.md b/README.md index 58a0e72..fb37927 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,30 @@ # Plesk Blue Dark Theme Alternative Theme for Plesk Server Admin GUI -

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): +## 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: +
+
+/css + /Icons + /images + meta.xml
+
+
+Reload the packed file via SSH (console): +
+/usr/local/psa/topa.zip
+
+
+and execute the command mentioned below.

 plesk bin branding_theme -i -vendor admin -source /usr/local/psa/topa.zip
 
-

Location for custom themes in Plesk on Linux Systems: ()

+## Location for custom themes in Plesk on Linux Systems:
 /usr/local/psa/admin/htdocs/theme-skins/topa/
 
-
-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. +

+### closing words +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.

Have Fun ;-)