File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,24 @@ An unofficial GTK3 port of [libadwaita](https://gnome.pages.gitlab.gnome.org/lib
30
30
flatpak install org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark
31
31
```
32
32
33
+ ** Note:** [ Flatpak GTK4 applications can't be styled by the theme.] ( https://github.com/lassekongo83/adw-gtk3/issues/235 )
34
+
33
35
You can then enable adw-gtk3 in the application ` gnome-tweaks ` . (Some applications may require a relog.)
34
36
35
37
** If you use the dark theme** you'll also need to enable the dark appearance in ` gnome-control-center ` .
36
38
37
39
Alternatively you can set the theme with your terminal:
40
+
41
+ Change the theme to adw-gtk3 light:
38
42
``` bash
39
- # Change the theme to adw-gtk3 light
40
43
gsettings set org.gnome.desktop.interface gtk-theme ' adw-gtk3' && gsettings set org.gnome.desktop.interface color-scheme ' default'
41
- # Change the theme to adw-gtk3-dark
44
+ ```
45
+ Change the theme to adw-gtk3-dark:
46
+ ``` bash
42
47
gsettings set org.gnome.desktop.interface gtk-theme ' adw-gtk3-dark' && gsettings set org.gnome.desktop.interface color-scheme ' prefer-dark'
43
- # Revert to GNOME's default theme
48
+ ```
49
+ Revert to GNOME's default theme:
50
+ ``` bash
44
51
gsettings set org.gnome.desktop.interface gtk-theme ' Adwaita' && gsettings set org.gnome.desktop.interface color-scheme ' default'
45
52
```
46
53
You can’t perform that action at this time.
0 commit comments