Last active
May 27, 2024 21:05
-
-
Save farhatizakaria/8cd61c3d460a6108af60b07e53122b05 to your computer and use it in GitHub Desktop.
Make flathub apps use the elementary os's theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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