You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Follow the *italicised* steps for GTK3 and GTK4, omit them for just GTK3.**
33
-
1. Download the latest release from [this page](https://github.com/rose-pine/gtk/releases/). You're going to need `gtk3.tar.gz`, one of icon packs (`rose-pine-\<variant>-icons.tar.gz`) *and `gtk4.tar.gz`*.
34
-
2. Extract the contents of `gtk3.tar.gz` into `~/.themes`, the contents of your chosen icon pack into `~/.icons`. *Extract the gtk4.tar.gz tarball and rename your chosen variant's .css file to `gtk.css`. Paste the file into `~/.config/gtk-4.0` (the directory might not exist at first, create it if it doesn't.*
35
-
3. Apply with GNOME Tweaks/LXAppearance/xsettingsd. *Restart your libadwaita apps. We'd recommend setting your style to Light - otherwise the GTK3 theme will have flipped colors.*
36
-
4. For GNOME Shell compress one of the themes contained in the gnome_shell directory, then apply using GNOME Tweaks.
32
+
> [!NOTE]
33
+
> Follow these steps for GTK3 and GTK4.
34
+
35
+
1. Download the latest release from [releases page](https://github.com/rose-pine/gtk/releases/latest). You will need `gtk3.tar.gz` for GTK3 or `gtk4.tar.gz` for GTK4, and one of icon packs (`rose-pine-<variant>-icons.tar.gz`).
36
+
2. For GTK3, extract the contents of `gtk3.tar.gz` into `~/.themes`, the contents of your chosen icon pack into `~/.icons`. For GTK4, extract the `gtk4.tar.gz` tarball and rename your chosen variant's `.css` file to `gtk.css` and paste the file into `~/.config/gtk-4.0` (create the directory if it doesn't exist).
37
+
3. Apply with GNOME Tweaks or LXAppearance. Restart your libadwaita apps. We'd recommend setting your style to Light - otherwise the GTK3 theme will have flipped colors.
38
+
4. For GNOME Shell, compress one of the themes contained in the `gnome_shell` directory, then apply using GNOME Tweaks.
39
+
40
+
For GTK3, if you prefer not to use GUI apps for changing the themes and icons, you can change it manually in the configuration file (`~/.config/gtk-3.0/settings.ini`):
41
+
42
+
```ini
43
+
[Settings]
44
+
; If your prefer other themes variant, replace the "rose-pine-gtk" with "rose-pine-moon-gtk" or "rose-pine-dawn-gtk"
45
+
gtk-theme-name=rose-pine-gtk
46
+
47
+
; If you prefer other icons variant, replace the "rose-pine-icons" with "rose-pine-moon-icons" or "rose-pine-dawn-icons"
0 commit comments