summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEthan Schoonover <es@ethanschoonover.com>2011-04-04 20:56:15 -0700
committerEthan Schoonover <es@ethanschoonover.com>2011-04-04 20:56:15 -0700
commit832e6137fe65f757c763d48884f823606a7b83a8 (patch)
treea6d09541e1a2926fb2fe0500a55edfca3b550ae6 /README.md
parent2a96ff0811b344b966ca8392a8fc017c16cd0b7e (diff)
downloadsolarized-832e6137fe65f757c763d48884f823606a7b83a8.tar.gz
solarized readme updated with new css sample link
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4788b7b..46cc1fd 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,9 @@ Features
themselves, as with the monotone \*a\*b values, have been adjusted within
a small range to achieve the most pleasing combination of colors.
+ See also the [Usage & Development](#usage-development) section below for
+ details on the specific values to be used in different contexts.
+
This makes colorscheme inversion trivial. Here, for instance, is a sass
(scss) snippet that inverts solarized based on the class of the html tag
(e.g. `<html class="dark red">` to give a dark background with red accent):
@@ -184,6 +187,8 @@ Features
rendering-intent: auto;
}
+ See also [the full css stylesheet for this site](https://github.com/altercation/ethanschoonover.com/blob/master/resources/css/style.css).
+
Installation
------------