Skip to content

Commit 9c96a2d

Browse files
Merge pull request #32 from wahyuwiyoko/docs
Add instruction for apply themes manually in GTK configuration file
2 parents f2b9b84 + 61056b1 commit 9c96a2d

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

readme.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,25 @@ paru -S rose-pine-gtk-theme-full
2929

3030
### Manual
3131

32-
**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"
48+
gtk-icon-theme-name=rose-pine-icons
49+
```
50+
3751
## Gallery
3852

3953
**Rosé Pine**
@@ -50,7 +64,7 @@ paru -S rose-pine-gtk-theme-full
5064

5165
[But wait, there's more!](gallery.md)
5266

53-
## Thanks to
67+
## Thanks to
5468

5569
- [ThatOneCalculator](https://github.com/thatonecalculator)
5670
- [Ash](https://github.com/maybork)

0 commit comments

Comments
 (0)