mosincos / Sierra-gtk-theme

MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.

Home Page:https://vinceliuice.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo 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.

Installation

Flathub

Light Theme flatpak install flathub org.gtk.Gtk3theme.High-Sierra

Dark Theme flatpak install flathub org.gtk.Gtk3theme.High-Sierra-Dark

Distributions

openSUSE package:

sudo zypper ar obs://home:jubalh homejubalh
sudo zypper ref
sudo zypper in sierra-gtk-theme

Ubuntu PPA (maintained by @igor-dyatlov):

sudo add-apt-repository ppa:dyatlov-igor/sierra-theme
sudo apt update
sudo apt install sierra-gtk-theme       # point releases
sudo apt install sierra-gtk-theme-git   # git master branch

From source

Open the terminal at current directory.

Run

   sudo ./install.sh

When running the installer script in ubuntu16.04 or later, if you had this error:

XMLLINT not set and xmllint not found in path; skipping xml preprocessing.

To fix it you have to install libxml2-utils

sudo apt install libxml2-utils

When running the installer script in Fedora 24 or later, you need to install 'glib2-devel'.

sudo dnf install glib2-devel

Screenshots

GNOME Shell

Sierra

01 02 03 04 05

About

MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.

https://vinceliuice.github.io

License:GNU General Public License v3.0


Languages

Language:CSS 99.6%Language:Shell 0.4%