https://github.com/elementary/stylesheet
The GTK Stylesheet for elementary OS
https://github.com/elementary/stylesheet
css desktop-environment gtk gtk-stylesheet hacktoberfest meson sass stylesheets
Last synced: 7 months ago
JSON representation
The GTK Stylesheet for elementary OS
- Host: GitHub
- URL: https://github.com/elementary/stylesheet
- Owner: elementary
- License: gpl-3.0
- Created: 2016-09-12T01:14:26.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T14:07:08.000Z (9 months ago)
- Last Synced: 2025-04-15T15:24:57.503Z (9 months ago)
- Topics: css, desktop-environment, gtk, gtk-stylesheet, hacktoberfest, meson, sass, stylesheets
- Language: SCSS
- Homepage: https://elementary.io
- Size: 6.88 MB
- Stars: 322
- Watchers: 32
- Forks: 76
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Stylesheet
[](https://l10n.elementary.io/engage/desktop/)
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