SOGo is used for accessing your mails via a webbrowser, adding and sharing your contacts or calendars. For a more in-depth documentation on SOGo please visit its own documentation.
-mailcow builds after 28 January 2021 can change SOGo's theme by editing data/conf/sogo/custom-theme.js
.
-Please check the AngularJS Material intro and documentation as well as the material style guideline to learn how this works.
-After you updated said file you need to restart SOGo and Memcached containers by executing docker-compose restart memcached-mailcow sogo-mailcow
.
You can use the provided custom-theme.js
as an example starting point by removing the comments.
+After you modified data/conf/sogo/custom-theme.js
and made changes to your new SOGo theme you need to
data/conf/sogo/sogo.conf
and append/set SOGoUIxDebugEnabled = YES;
docker-compose restart memcached-mailcow sogo-mailcow
.Checkout data/conf/sogo/custom-theme.js
by executing git fetch ; git checkout origin/master data/conf/sogo/custom-theme.js data/conf/sogo/custom-theme.js
Find in data/conf/sogo/custom-theme.js
:
@@ -1985,9 +1990,9 @@ Find in data/conf/sogo/custom-theme.js
:
'hue-3': 'A700'
})
.accentPalette('green', {
- 'default': '600', // background color of fab buttons
+ 'default': '600', // background color of fab buttons and login screen
'hue-1': '300', // background color of center list toolbar
- 'hue-2': '300',
+ 'hue-2': '300', // highlight color for selected mail and current day calendar
'hue-3': 'A700'
})
.backgroundPalette('frost-grey');