Skip to content

Dark red theme for SOGo web mail client used in mailcow dockerized

License

Notifications You must be signed in to change notification settings

NlightN22/sogo-dark-red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sogo-dark-red

Dark red theme for SOGo web mail client used in mailcow dockerized

Created by mailcow official documentation - https://docs.mailcow.email/manual-guides/SOGo/u_e-sogo/#apply-custom-sogo-theme

How to install

Download theme to /opt/mailcow-dockerized/data/conf/sogo/

cd /opt/mailcow-dockerized/data/conf/sogo/
wget https://raw.githubusercontent.com/NlightN22/sogo-dark-red/main/custom-theme.css

Update or create /opt/mailcow-dockerized/docker-compose.override.yml:

version: '2.1'

services:
  sogo-mailcow:
    volumes:
      - ./data/conf/sogo/custom-theme.css:/usr/lib/GNUstep/SOGo/WebServerResources/css/theme-default.css:z

Recreate containers:

cd /opt/mailcow-dockerized/ && docker compose up -d

Restart your browser and clear the cache CTRL+F5

Example

Main View

Preferences

Dialog window

Calendar

Date picker

About

Dark red theme for SOGo web mail client used in mailcow dockerized

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors