Sierra-gtk-theme/README.md

88 lines
2.9 KiB
Markdown
Raw Normal View History

2018-01-30 11:34:33 +01:00
<img src="https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/logo.png" alt="Logo" align="right" /> Sierra Gtk Theme
======
Sierra is a Mac OSX like theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Pantheon, XFCE, Mate, etc.
This theme is based on Arc gtk theme of horst3180. Thanks horst3180 sincerely for his great job!
horst3180 - Arc gtk theme: https://github.com/horst3180/Arc-theme
## Info
### GTK+ 3.20 or later
### GTK2 engines requirment
- GTK2 engine Murrine 0.98.1.1 or later.
- GTK2 pixbuf engine or the gtk(2)-engines package.
Fedora/RedHat distros:
yum install gtk-murrine-engine gtk2-engines
Ubuntu/Mint/Debian distros:
sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf
ArchLinux:
pacman -S gtk-engine-murrine gtk-engines
Other:
Search for the engines in your distributions repository or install the engines from source.
2018-03-28 14:00:27 +02:00
## Installation
2018-06-06 02:06:18 +02:00
### Flathub
Light Theme
`flatpak install flathub org.gtk.Gtk3theme.High-Sierra`
Dark Theme
`flatpak install flathub org.gtk.Gtk3theme.High-Sierra-Dark`
2018-03-28 14:00:27 +02:00
### Distributions
openSUSE [package](https://build.opensuse.org/package/show/home:jubalh/sierra-gtk-theme):
```
sudo zypper ar obs://home:jubalh homejubalh
sudo zypper ref
sudo zypper in sierra-gtk-theme
```
2018-04-30 19:13:02 +02:00
Ubuntu [PPA](https://launchpad.net/~dyatlov-igor/+archive/ubuntu/sierra-theme) (maintained by [@igor-dyatlov](https://github.com/igor-dyatlov)):
```
sudo add-apt-repository ppa:dyatlov-igor/sierra-theme
sudo apt update
2018-06-12 23:11:32 +02:00
sudo apt install sierra-gtk-theme # point releases
sudo apt install sierra-gtk-theme-git # git master branch
2018-04-30 19:13:02 +02:00
```
2018-03-28 14:00:27 +02:00
### From source
2018-01-30 11:34:33 +01:00
Run
2018-10-01 06:07:54 +02:00
./install.sh
2018-01-30 11:34:33 +01:00
2018-10-01 06:07:54 +02:00
#### Install tips
2018-01-30 11:34:33 +01:00
2018-10-01 06:07:54 +02:00
Usage: `./Install` **[OPTIONS...]**
2018-01-30 11:34:33 +01:00
2018-10-01 06:07:54 +02:00
| OPTIONS: | |
|:--------------------|:-------------|
|-d, --dest | Specify theme destination directory (Default: $HOME/.themes)|
|-n, --name | Specify theme name (Default: Sierra)|
|-c, --color | Specify theme color variant(s) **[light/dark]** (Default: All variants)|
2018-10-04 06:40:12 +02:00
|-o, --opacity | Specify theme opacity variant(s) **[standard/solid]** (Default: All variants)|
|-f, --falt | Specify theme flat variant(s) **[standard/compact]** (Default: All variants)|
2018-10-04 06:40:55 +02:00
|-t, --thin | Specify theme titilebutton variant(s) **[standard/thin]** (Default: All variants)|
2018-10-01 06:07:54 +02:00
|-g, --gdm | Install GDM theme|
|-h, --help | Show this help|
2018-01-30 11:34:33 +01:00
## Screenshots
### GNOME Shell
#### Sierra
![01](https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/screenshot1.jpeg?raw=true)
![02](https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/screenshot2.jpeg?raw=true)
![03](https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/screenshot3.jpeg?raw=true)
![04](https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/screenshot4.jpeg?raw=true)
2018-10-01 06:07:54 +02:00
![05](https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/screenshot5.jpeg?raw=true)