summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/lib/settings.el2
-rw-r--r--emacs.d/lib/wabi-sabi-theme.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el
index e3c8a2f..e96b8f2 100644
--- a/emacs.d/lib/settings.el
+++ b/emacs.d/lib/settings.el
@@ -88,7 +88,7 @@
 (global-hl-line-mode 1)
 
 ;; Set default font.
-(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal :font "DejaVu Sans Mono")
+(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "DejaVu Sans Mono")
 
 ;; no bell
 (setq visible-bell nil)
diff --git a/emacs.d/lib/wabi-sabi-theme.el b/emacs.d/lib/wabi-sabi-theme.el
index d1f40f0..09335e8 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              "#fdfaf5")
+(let ((bg              "#fcf4e8")
       (bg-alt          "LightYellow")
       (fg              "#000000")
       (fg-alt          "lightgray")