1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00
horst3180_arc-theme/common/gtk-3.0/3.16
2015-07-16 22:57:43 +02:00
..
assets refinements 2015-07-08 02:51:09 +02:00
_applications.scss some tab tweaks 2015-07-16 15:55:49 +02:00
_colors-public.scss more metacity stuff 2015-06-08 19:37:13 +02:00
_colors.scss cleaner action button styling 2015-07-16 19:10:57 +02:00
_common.scss make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
_drawing.scss style osd entries 2015-07-16 21:24:51 +02:00
_granite.scss add build system 2015-05-28 17:41:22 +02:00
_lightdm.scss add lightdm styles 2015-07-11 16:26:19 +02:00
_transparent_widgets.scss fix filechooser for non-csd winows 2015-07-16 22:04:26 +02:00
_unity.scss make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
assets.svg refinements 2015-07-08 02:51:09 +02:00
assets.txt refinements 2015-07-08 02:51:09 +02:00
Gemfile add build system 2015-05-28 17:41:22 +02:00
Gemfile.lock add build system 2015-05-28 17:41:22 +02:00
gtk-contained-dark.css make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
gtk-contained-dark.scss add lightdm styles 2015-07-11 16:26:19 +02:00
gtk-contained-darker.css make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
gtk-contained-darker.scss add lightdm styles 2015-07-11 16:26:19 +02:00
gtk-contained-solid-dark.css make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
gtk-contained-solid-dark.scss add lightdm styles 2015-07-11 16:26:19 +02:00
gtk-contained-solid-darker.css make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
gtk-contained-solid-darker.scss add lightdm styles 2015-07-11 16:26:19 +02:00
gtk-contained-solid.css make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
gtk-contained-solid.scss add lightdm styles 2015-07-11 16:26:19 +02:00
gtk-contained.css make shadows on focused windows a bit darker 2015-07-16 22:57:43 +02:00
gtk-contained.scss add lightdm styles 2015-07-11 16:26:19 +02:00
gtk-dark.css add dark variant 2015-06-04 19:17:03 +02:00
gtk.css some fixes 2015-07-09 13:49:53 +02:00
parse-sass.sh add build system 2015-05-28 17:41:22 +02:00
README add build system 2015-05-28 17:41:22 +02:00
render-assets.sh add build system 2015-05-28 17:41:22 +02:00

* 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`.