summary refs log tree commit diff
path: root/emacs.d/lib
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/lib')
-rw-r--r--emacs.d/lib/settings.el2
-rw-r--r--emacs.d/lib/wabi-sabi-theme.el6
2 files changed, 4 insertions, 4 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el
index 757e594..8c221d1 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)
+(set-face-attribute 'default nil :height 150 :font "Go Mono" :weight 'normal :width 'normal)
 
 ;; 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 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))))