elementary / stylesheet

The GTK Stylesheet for elementary OS
https://elementary.io
GNU General Public License v3.0
321 stars 74 forks source link
css desktop-environment gtk gtk-stylesheet hacktoberfest meson sass stylesheets

Stylesheet

Translation status

The GTK Stylesheet for elementary OS

Installation

You'll need the following dependencies:

Run meson to configure the build environment. To install, use ninja install.

meson build --prefix=/usr
cd build
ninja install

Run ninja clean before building the stylesheets a second time. Otherwise the already built stylesheets will not be overriden.

ninja clean
ninja install