llsaboya / stylesheet

The GTK Stylesheet for elementary OS

Home Page:https://elementary.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylesheet

Translation status

The GTK Stylesheet for elementary OS

Installation

You'll need the following dependencies:

  • meson
  • sassc

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

About

The GTK Stylesheet for elementary OS

https://elementary.io

License:GNU General Public License v3.0


Languages

Language:SCSS 98.6%Language:Meson 1.2%Language:Python 0.2%