Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:20:04.000Z (13 days ago)
- Last Synced: 2024-10-31T11:22:17.600Z (13 days ago)
- Topics: css, desktop-environment, gtk, gtk-stylesheet, hacktoberfest, meson, sass, stylesheets
- Language: SCSS
- Homepage: https://elementary.io
- Size: 6.85 MB
- Stars: 321
- Watchers: 33
- Forks: 74
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Stylesheet
[![Translation status](https://l10n.elementary.io/widgets/desktop/-/stylesheet-extra/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)The GTK Stylesheet for elementary OS
## Installation
You'll need the following dependencies:
* meson
* sasscRun `meson` to configure the build environment. To install, use `ninja install`.
meson build --prefix=/usr
cd build
ninja installRun `ninja clean` before building the stylesheets a second time. Otherwise the already built stylesheets will not be overriden.
ninja clean
ninja install