All Projects → elementary → Stylesheet

elementary / Stylesheet

Licence: gpl-3.0
The GTK Stylesheet for elementary OS

Projects that are alternatives of or similar to Stylesheet

Scssphp
SCSS compiler written in PHP
Stars: ✭ 309 (+18.85%)
Mutual labels:  hacktoberfest, scss, sass
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+175.38%)
Mutual labels:  scss, sass, stylesheets
Magento2 Theme Blank Sass
SASS based version of Magento 2 Blank theme
Stars: ✭ 373 (+43.46%)
Mutual labels:  hacktoberfest, scss, sass
Prejss
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
Stars: ✭ 238 (-8.46%)
Mutual labels:  scss, sass, stylesheets
Css
Believe in Better CSS
Stars: ✭ 262 (+0.77%)
Mutual labels:  scss, sass, stylesheets
Mail
Mail app designed for elementary OS
Stars: ✭ 130 (-50%)
Mutual labels:  hacktoberfest, gtk
Ephemeral
A private-by-default, always-incognito browser for elementary OS
Stars: ✭ 133 (-48.85%)
Mutual labels:  hacktoberfest, gtk
Iio Oscilloscope
A GTK+ based oscilloscope application for interfacing with various IIO devices
Stars: ✭ 143 (-45%)
Mutual labels:  hacktoberfest, gtk
Files
File browser designed for elementary OS
Stars: ✭ 187 (-28.08%)
Mutual labels:  hacktoberfest, gtk
Greeter
Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM
Stars: ✭ 96 (-63.08%)
Mutual labels:  hacktoberfest, gtk
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+614.62%)
Mutual labels:  hacktoberfest, desktop-environment
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-26.92%)
Mutual labels:  hacktoberfest, scss
Phpid Learning
🙋 Belajar daring bersama PHPID
Stars: ✭ 125 (-51.92%)
Mutual labels:  hacktoberfest, scss
Tinseltown.js
A lightweight CSS/JS library for faux hacker-movie-style page loading effects
Stars: ✭ 113 (-56.54%)
Mutual labels:  hacktoberfest, sass
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+0%)
Mutual labels:  scss, sass
Wingpanel
Stylish top panel that holds indicators and spawns an application launcher
Stars: ✭ 104 (-60%)
Mutual labels:  hacktoberfest, gtk
Granite
Library that extends GTK with common widgets and utilities
Stars: ✭ 164 (-36.92%)
Mutual labels:  hacktoberfest, gtk
Aquila
🎨 An Advanced WordPress theme
Stars: ✭ 204 (-21.54%)
Mutual labels:  hacktoberfest, sass
Colaboradados.github.io
O VEÍCULO COLABORATIVO SOBRE TRANSPARÊNCIA E OPEN DATA NO BRASIL.
Stars: ✭ 201 (-22.69%)
Mutual labels:  hacktoberfest, scss
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-16.92%)
Mutual labels:  hacktoberfest, scss

Stylesheet

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

Hacking

Apps may need to be restarted or the system stylesheet will need to be changed for your changes to take effect.

You can also test changes live with Gtk Inspector. Make sure you have Gtk development libraries installed, then enable the inspector shortcut:

apt install libgtk-3-dev
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true

Open an app you wish to test your changes on. Open Gtk Inspector with the keyboard shortcut Shift + Ctrl + D, then navigate to the tab "Custom CSS". Your changes here will take immediate effect on the focused app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].