diff --git a/gtk/theme/Adwaita/README b/gtk/theme/Adwaita/README index 0fbb589a0c..f7a50bec45 100644 --- a/gtk/theme/Adwaita/README +++ b/gtk/theme/Adwaita/README @@ -5,13 +5,13 @@ Summary * To be able to use the latest/adequate version of SASS, install sassc * The configure script will detect whether or not you have sassc installed; if you do, it will regenerate the CSS every time you modify the SCSS files - and rebuild GTK+. To rebuild the CSS only, run the script ./parse-sass.sh + and rebuild GTK+. How to tweak the theme ---------------------- Adwaita is a complex theme, so to keep it maintainable it's written and processed in SASS. The -generated CSS is then transformed into a gresource file during gtk build and used at runtime in a +generated CSS is then transformed into a GResource file during GTK+ build and used at runtime in a non-legible or editable form. It is very likely your change will happen in the _common.scss file. That's where all the widget @@ -31,5 +31,4 @@ _common.scss - actual definitions of style for each widget. This is where your changes. You can read about SASS at http://sass-lang.com/documentation/. Once you make -your changes to the _common.scss file, GTK+ will rebuild the CSS files. If you -want to build only the CSS files, not all of GTK+, simply run ./parse-sass.sh +your changes to the _common.scss file, GTK+ will rebuild the CSS files.