1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00
horst3180_arc-theme/gtk-3.0
2015-05-22 20:38:40 +02:00
..
assets initial commit 2015-05-16 22:53:00 +02:00
_applications.scss some terminal tweaks 2015-05-22 20:38:40 +02:00
_colors-public.scss export more colors 2015-05-19 19:38:31 +02:00
_colors.scss initial commit 2015-05-16 22:53:00 +02:00
_common.scss dark sidebars for nemo, thunar, pantheon-files and some fixes 2015-05-21 15:35:29 +02:00
_drawing.scss fix insensitive active headerbar button 2015-05-17 00:03:31 +02:00
_granite.scss initial commit 2015-05-16 22:53:00 +02:00
_transparent_widgets.scss dark sidebars for nemo, thunar, pantheon-files and some fixes 2015-05-21 15:35:29 +02:00
_unity.scss tweak unity decorations 2015-05-18 13:21:44 +02:00
assets.svg initial commit 2015-05-16 22:53:00 +02:00
assets.txt initial commit 2015-05-16 22:53:00 +02:00
Gemfile initial commit 2015-05-16 22:53:00 +02:00
Gemfile.lock initial commit 2015-05-16 22:53:00 +02:00
gtk-contained.css some terminal tweaks 2015-05-22 20:38:40 +02:00
gtk-contained.scss initial commit 2015-05-16 22:53:00 +02:00
gtk.css initial commit 2015-05-16 22:53:00 +02:00
parse-sass.sh initial commit 2015-05-16 22:53:00 +02:00
README some fixes 2015-05-19 22:42:47 +02:00
render-assets.sh initial commit 2015-05-16 22:53:00 +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`.