Skip to content

Instantly share code, notes, and snippets.

@monperrus
Created May 8, 2026 07:15
Show Gist options
  • Select an option

  • Save monperrus/45f4242c85add3c3141547ce7f65521b to your computer and use it in GitHub Desktop.

Select an option

Save monperrus/45f4242c85add3c3141547ce7f65521b to your computer and use it in GitHub Desktop.
Flatpak Evolution in full dark mode

Flatpak Evolution in full dark mode

There are three actions to get Flatpak Evolution in full dark mode.

1. UI

flatpak override --user --env=GTK_THEME=Adwaita:dark org.gnome.Evolution

2. Viewing HTML Messages in dark mode

flatpak run --command=bash org.gnome.Evolution -c "gsettings set org.gnome.evolution.mail preview-unset-html-colors true"

or

Preferences >> Mail Preferences >> HTML Messages >> "Unset colors provided in HTML mails in message preview"

3. Writing / Composing HTML Messages

Preferences >> Composer Preferences >> "Inherit theme colors in HTML format"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment