From fc9dced2c45fe710b3d5ed36722bed7323747884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Wed, 28 Feb 2018 22:25:37 +0100 Subject: [PATCH] Update u_e-sogo.md Removed red, as it does not yet exist. --- docs/u_e-sogo.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/u_e-sogo.md b/docs/u_e-sogo.md index df9a00384..0fdd4a6e8 100644 --- a/docs/u_e-sogo.md +++ b/docs/u_e-sogo.md @@ -3,8 +3,8 @@ SOGo is used for accessing your mails via a webbrowser, adding and sharing your ## Change Theme -You can change SOGo's theme by editing `data/conf/sogo/sogo.conf`. Per default it uses a blue theme, which you can change e.g. to a green or red theme. More colored themes will be supported in the future. -After you edited said file you need to restart the SOGO container with `docker-compose restart sogo-mailcow` or via the Mailcow UI. +You can change SOGo's theme by editing `data/conf/sogo/sogo.conf`. Per default it uses a blue theme, which you can change e.g. to a green (non-default SOGo-green) theme. More colored themes will be supported in the future. +After you edited said file you need to restart the SOGO container with `docker-compose restart sogo-mailcow` or via the mailcow UI. ##### Example (`data/conf/sogo/sogo.conf`, line 17): ``` @@ -12,7 +12,10 @@ before: SOGoUIAdditionalJSFiles = (js/theme-blue.js); after: -SOGoUIAdditionalJSFiles = (js/theme-red.js); +SOGoUIAdditionalJSFiles = (js/theme-green.js); + +SOGo default: +//SOGoUIAdditionalJSFiles ``` ## Change Logo