theme: Fix some typos

This commit is contained in:
Florian Müllner 2015-02-25 22:20:38 +01:00
parent 6a504f5c62
commit 8d7db75fc5

View File

@ -2,7 +2,7 @@ Summary
-------
* 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)
`/.parse-sass.sh` when you have the required software installed, as described below)
* To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle.
On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install`
from the same directory this README resides in.
@ -19,7 +19,7 @@ selectors are defined. Here's a rundown of the "supporting" stylesheets, that ar
right place for a drive by stylesheet fix:
_colors.scss - global color definitions. We keep the number of defined colors to a necessary minimum,
most colors are derived form a handful of basics. It is an exact copy of the gtk+
most colors are derived from a handful of basics. It is an exact copy of the gtk+
counterpart. Light theme is used for the classic theme and dark is for GNOME3 shell
default.