You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
horst3180_arc-theme/gtk-3.0
Horst3180 7006ec44d8
dark sidebars for nemo, thunar, pantheon-files and some fixes
9 years ago
..
assets initial commit 9 years ago
Gemfile initial commit 9 years ago
Gemfile.lock initial commit 9 years ago
README some fixes 9 years ago
_applications.scss dark sidebars for nemo, thunar, pantheon-files and some fixes 9 years ago
_colors-public.scss export more colors 9 years ago
_colors.scss initial commit 9 years ago
_common.scss dark sidebars for nemo, thunar, pantheon-files and some fixes 9 years ago
_drawing.scss fix insensitive active headerbar button 9 years ago
_granite.scss initial commit 9 years ago
_transparent_widgets.scss dark sidebars for nemo, thunar, pantheon-files and some fixes 9 years ago
_unity.scss tweak unity decorations 9 years ago
assets.svg initial commit 9 years ago
assets.txt initial commit 9 years ago
gtk-contained.css dark sidebars for nemo, thunar, pantheon-files and some fixes 9 years ago
gtk-contained.scss initial commit 9 years ago
gtk.css initial commit 9 years ago
parse-sass.sh initial commit 9 years ago
render-assets.sh initial commit 9 years ago

README

* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run 

`/.parse-sass.sh` when you have the required sofwtare installed, as described below)

* To be able to use the lates/adequate version of sass, install ruby and get the sass gem via bundle.
This is done with `gem install bundle && bundle install` from the same directory this README resides in.

You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to any .scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you
edit. This is done by running `bundle exec sass --watch --sourcemap=none .` If sass is out of date, or is
missing, you can install it with `bundle install`.