summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2015-12-02 20:40:43 +0100
committerAlan Pearce2015-12-02 20:40:43 +0100
commit4021164d17057e5f195f886972873705dc0aa50c (patch)
tree4287683ac19a79b60f12a726810b799ceb4f540f /tag-emacs/emacs.d/init.org
parentae5ba58dfb2fcd2343328b12b36d30c6e35ae8ab (diff)
downloadnixfiles-4021164d17057e5f195f886972873705dc0aa50c.tar.lz
nixfiles-4021164d17057e5f195f886972873705dc0aa50c.tar.zst
nixfiles-4021164d17057e5f195f886972873705dc0aa50c.zip
Emacs: Improve contrast of window chrome
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a4729baf..4cf15664 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -250,6 +250,8 @@ lot of modes.
 #+BEGIN_SRC emacs-lisp
   (use-package solarized-theme
     :config (progn
+              (setq solarized-distinct-fringe-background t)
+              (setq solarized-high-contrast-mode-line t)
               (load-theme 'solarized-light t)))
 #+END_SRC