commit 710c8787cdcc29a1cead5d32e412cf1d0a7f4b34 parent 51b3e382eeb170a3b432c173611ceaee8c07bf15 Author: Bradley Wright <brad@intranation.com> Date: Sun, 25 Aug 2013 10:40:29 +0100 Added notes about contrast customisations Addresses @marcinant's comments about documentation on 1bbc96fa99dcc7ce573c503f63802974146b7313 Diffstat:
| M | README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -38,6 +38,20 @@ MELPA) you can install solarized like this: Afterwards - business as usual, just load one of the theme variants with `M-x load-theme`. +# Customisations + +If you don't like low-contrast modeline or fringe, you can `customize` them: + +```emacs +;; make the fringe stand out from the background +(setq solarized-distinct-fringe-background t) + +;; make the modeline high contrast +(setq solarized-high-contrast-mode-line t) +``` + +Note that these need to be set **before** `load-theme` is invoked for Solarized. + # Bugs & Improvements Please, report any problems that you find on the projects integrated