Brutalist theme for SOGo webmail client used in Mailcow: Dockerized.
Download the theme to /opt/mailcow-dockerized/data/conf/sogo/:
cd /opt/mailcow-dockerized/data/conf/sogo/
wget https://raw.githubusercontent.com/urroxyz/sogo-brutalist/refs/heads/main/dark/custom-theme.cssCreate and populate /opt/mailcow-dockerized/docker-compose.override.yml:
sudo nano /opt/mailcow-dockerized/docker-compose.override.ymlwith the content
services:
sogo-mailcow:
volumes:
- ./data/conf/sogo/custom-theme.css:/usr/lib/GNUstep/SOGo/WebServerResources/css/theme-default.css:zUse docker compose or docker-compose to down and/or up the containers:
cd /opt/mailcow-dockerized/ && (sudo docker-compose up -d || sudo docker compose up -d)or, if nothing happens,
sudo rebootRestart your browser and clear the cache.
Please create a pull request if you have any suggestions and I will commit it.
If you would rather that I make the changes, create an issue and let me know your suggestions and for which element (via tag, class or id).
