Skip to content

Instantly share code, notes, and snippets.

@farhatizakaria
Last active May 27, 2024 21:05
Show Gist options
  • Save farhatizakaria/8cd61c3d460a6108af60b07e53122b05 to your computer and use it in GitHub Desktop.
Save farhatizakaria/8cd61c3d460a6108af60b07e53122b05 to your computer and use it in GitHub Desktop.
Make flathub apps use the elementary os's theme
// Using elemenatary's dark theme
flatpak install org.gtk.Gtk3theme.elementary
flatpak override --user --env=GTK_THEME=elementary:dark
// You can apply the themes with a specific accent color (blueberry as an example)
flatpak override --user --env=GTK_THEME=io.elementary.stylesheet.blueberry:dark
flatpak update
//Then all flatpak apps will use the elementary os's theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment