Skip to content

elementary/stylesheet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 16, 2023 16:58
October 10, 2022 23:49
March 18, 2020 12:25
March 18, 2020 13:23
March 17, 2020 10:56
April 20, 2022 11:48
October 10, 2022 23:49

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