summary refs log tree commit diff
path: root/emacs.d/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-04-07 13:30:04 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-04-07 13:30:04 -0700
commit141a191f12f007fe154af2e55e4f1ad6b9504da2 (patch)
tree3150c7e3b6b104ba166cb11746fdb334ebdc05d0 /emacs.d/lib
parent[Emacs] Use the system's default mono font. (diff)
downloademacs.d-141a191f12f007fe154af2e55e4f1ad6b9504da2.tar.gz
[Emacs] small adjustment to wabi-sabi.
A little bit less "yellow".
Diffstat (limited to 'emacs.d/lib')
-rw-r--r--emacs.d/lib/wabi-sabi-theme.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs.d/lib/wabi-sabi-theme.el b/emacs.d/lib/wabi-sabi-theme.el
index 09335e8..1ca0003 100644
--- a/emacs.d/lib/wabi-sabi-theme.el
+++ b/emacs.d/lib/wabi-sabi-theme.el
@@ -22,12 +22,12 @@
     fringe
     sh-quoted-exec))
 
-(let ((bg              "#fcf4e8")
-      (bg-alt          "LightYellow")
+(let ((bg              "#f7f9f5")
+      (bg-alt          "#fffde7")
       (fg              "#000000")
-      (fg-alt          "lightgray")
-      (highlight       "#D0DBC8")
-      (highlight-alt   "#909C87")
+      (fg-alt          "#000000")
+      (highlight       "#c4c6c2")
+      (highlight-alt   "#cccab5")
       (modeline-fg     "#ffffff")
       (modeline-bg     "#2D271F")
       (modeline-bg-alt "#605C49")