commit d55b45dab23fe0cf2bb0fd9544004be8dcd3e0c2 parent 51b3e382eeb170a3b432c173611ceaee8c07bf15 Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Sun, 25 Aug 2013 05:07:35 -0700 Merge pull request #81 from bradleywright/patch-1 Added notes about contrast customisations 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