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/common/gtk-3.0/3.16
Horst3180 7523463106
add text-shadow to desktop icons
9 years ago
..
assets add build system 9 years ago
Gemfile add build system 9 years ago
Gemfile.lock add build system 9 years ago
README add build system 9 years ago
_applications.scss add text-shadow to desktop icons 9 years ago
_colors-public.scss add build system 9 years ago
_colors.scss add option to disable transparency 9 years ago
_common.scss fix progressbars inside entries 9 years ago
_drawing.scss add build system 9 years ago
_granite.scss add build system 9 years ago
_transparent_widgets.scss fix a typo 9 years ago
_unity.scss add build system 9 years ago
assets.svg add build system 9 years ago
assets.txt add build system 9 years ago
gtk-contained-solid.css add text-shadow to desktop icons 9 years ago
gtk-contained-solid.scss add option to disable transparency 9 years ago
gtk-contained.css add text-shadow to desktop icons 9 years ago
gtk-contained.scss add option to disable transparency 9 years ago
gtk.css add build system 9 years ago
parse-sass.sh add build system 9 years ago
render-assets.sh add build system 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`.