Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul authored Apr 2, 2018
1 parent b500a90 commit fab7346
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# macOS Sierra
### Theme reproducing the clean and bright look of Apple's OS [(dark theme here)](https://github.com/B00merang-Project/macOS-Sierra-Dark)
# macOS High Sierra
### Theme reproducing the clean and bright look of Apple's OS [(dark theme here)](https://github.com/B00merang-Project/macOS-High-Sierra-Dark)

![macOS-Sierra-OS-X](http://b00merang.weebly.com/uploads/1/6/8/1/16813022/screenshot-2016-12-20-14-07-38_2_orig.png)
![macOS-High Sierra](https://b00merang.weebly.com/uploads/1/6/8/1/16813022/screenshot-2016-12-20-14-07-38_3_orig.png)

### Recommended icon theme: [La Capitaine](https://github.com/keeferrourke/la-capitaine-icon-theme)

Expand All @@ -22,20 +22,20 @@ Extract the zip file to the themes directory i.e. `/home/USERNAME/.themes`
To set the theme in Gnome, run the following commands in Terminal,

```
gsettings set org.gnome.desktop.interface gtk-theme "macOS Sierra"
gsettings set org.gnome.desktop.wm.preferences theme "macOS Sierra"
gsettings set org.gnome.desktop.interface gtk-theme "macOS High Sierra"
gsettings set org.gnome.desktop.wm.preferences theme "macOS High Sierra"
```

To set the theme in Xfce, run the following commands in Terminal,

```
xfconf-query -c xsettings -p /Net/ThemeName -s "macOS Sierra"
xfconf-query -c xfwm4 -p /general/theme -s "macOS Sierra"
xfconf-query -c xsettings -p /Net/ThemeName -s "macOS High Sierra"
xfconf-query -c xfwm4 -p /general/theme -s "macOS High Sierra"
```

### Requirements

- GTK+ 3.6 or above
- GTK+ 3.18 or above
- Murrine and Pixmap theme engines

### Contribute
Expand Down

0 comments on commit fab7346

Please sign in to comment.