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.css
Create and populate /opt/mailcow-dockerized/docker-compose.override.yml
:
sudo nano /opt/mailcow-dockerized/docker-compose.override.yml
with the content
services:
sogo-mailcow:
volumes:
- ./data/conf/sogo/custom-theme.css:/usr/lib/GNUstep/SOGo/WebServerResources/css/theme-default.css:z
Use 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 reboot
Restart 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
).