summary refs log tree commit diff
path: root/emacs.d/lib/wabi-sabi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lib/wabi-sabi-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs.d/lib/wabi-sabi-theme.el b/emacs.d/lib/wabi-sabi-theme.el
index 1ca0003..986e266 100644
--- a/emacs.d/lib/wabi-sabi-theme.el
+++ b/emacs.d/lib/wabi-sabi-theme.el
@@ -22,7 +22,7 @@
     fringe
     sh-quoted-exec))
 
-(let ((bg              "#f7f9f5")
+(let ((bg              "#FFFFE5")
       (bg-alt          "#fffde7")
       (fg              "#000000")
       (fg-alt          "#000000")
@@ -35,8 +35,8 @@
 
   (apply 'custom-theme-set-faces 'wabi-sabi
          `(default   ((t (:foreground ,fg :background ,bg))))
-         `(cursor    ((t (:background ,fg :foreground ,bg))))
-         `(highlight ((t (:background ,highlight))))
+         `(cursor    ((t (:background ,fg :foreground "white smoke"))))
+         `(highlight ((t nil)))
 
          `(mode-line           ((t (:foreground ,modeline-fg :background ,modeline-bg))))
          `(mode-line-inactive  ((t (:foreground ,modeline-fg :background ,modeline-bg-alt))))