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.14
Horst3180 1377577279
make suggested-action buttons green-ish
9 years ago
..
assets refinements 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 fix wingpanel v0.4.x indicator popovers 9 years ago
_colors-public.scss fix buttons in dark metacity theme 9 years ago
_colors.scss make suggested-action buttons green-ish 9 years ago
_common.scss make suggested-action buttons green-ish 9 years ago
_drawing.scss refinements 9 years ago
_granite.scss add build system 9 years ago
_lightdm.scss add lightdm styles 9 years ago
_transparent_widgets.scss remove buggy gedit hacks 9 years ago
_unity.scss unity fixes 9 years ago
assets.svg refinements 9 years ago
assets.txt more dark theme work 9 years ago
gtk-contained-dark.css make suggested-action buttons green-ish 9 years ago
gtk-contained-dark.scss add lightdm styles 9 years ago
gtk-contained-darker.css make suggested-action buttons green-ish 9 years ago
gtk-contained-darker.scss add lightdm styles 9 years ago
gtk-contained-solid-dark.css make suggested-action buttons green-ish 9 years ago
gtk-contained-solid-dark.scss add lightdm styles 9 years ago
gtk-contained-solid-darker.css make suggested-action buttons green-ish 9 years ago
gtk-contained-solid-darker.scss add lightdm styles 9 years ago
gtk-contained-solid.css make suggested-action buttons green-ish 9 years ago
gtk-contained-solid.scss add lightdm styles 9 years ago
gtk-contained.css make suggested-action buttons green-ish 9 years ago
gtk-contained.scss add lightdm styles 9 years ago
gtk-dark.css more dark theme work 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`.