mirror of
https://github.com/altercation/solarized
synced 2024-11-22 11:43:10 +00:00
updated solarized readme usage/development copy
This commit is contained in:
parent
7c987f82c1
commit
2a96ff0811
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
@ -321,18 +321,19 @@ Usage & Development
|
||||||
Solarized flips between light and dark modes. In each mode, four monotones form
|
Solarized flips between light and dark modes. In each mode, four monotones form
|
||||||
the core values (with an optional fifth for emphasized content).
|
the core values (with an optional fifth for emphasized content).
|
||||||
|
|
||||||
![value samples - dark](https://github.com/altercation/solarized/raw/master/img/solarized-values-dark.png)
|
![value samples - dark](https://github.com/altercation/solarized/raw/master/img/solarized-values-dark.png)\
|
||||||
|
|
||||||
![value samples - light](https://github.com/altercation/solarized/raw/master/img/solarized-values-light.png)
|
![value samples - light](https://github.com/altercation/solarized/raw/master/img/solarized-values-light.png)\
|
||||||
|
|
||||||
Thus in the case of a dark background colorscheme, the normal relationship for
|
Thus in the case of a dark background colorscheme, the normal relationship for
|
||||||
background and body text is base03:base0 (please note that body text is **not**
|
background and body text is `base03:base0` (please note that body text is
|
||||||
base00). Note also that in cases where the background and foreground can be
|
**not** `base00`). Note also that in cases where the background and foreground
|
||||||
specified as a pair value, text can be highlighted using a combination of
|
can be specified as a pair value, text can be highlighted using a combination
|
||||||
base02:base1. The L\*a\*b lightness difference between base03:base0 and
|
of `base02:base1`. The L\*a\*b lightness difference between `base03:base0` and
|
||||||
base02:base1 is identical by design, resulting in identical readability against
|
`base02:base1` is identical by design, resulting in identical readability
|
||||||
both normal and highlighted backgrounds. An example use case is folded text in
|
against both normal and highlighted backgrounds. An example use case is folded
|
||||||
Vim which uses base02 for the background and base1 for the foreground.
|
text in Vim which uses `base02` for the background and `base1` for the
|
||||||
|
foreground.
|
||||||
|
|
||||||
The values in this example are simply inverted in the case of a light
|
The values in this example are simply inverted in the case of a light
|
||||||
background.
|
background.
|
||||||
|
|
Loading…
Reference in a new issue