Skip to content

Instantly share code, notes, and snippets.

@monperrus
Last active January 17, 2026 05:54
Show Gist options
  • Select an option

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

Select an option

Save monperrus/a370d4e27056ef7bb9f5434e817668b2 to your computer and use it in GitHub Desktop.
Dark mode in Flatpak Evolution

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