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/my-settings.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/lib/my-settings.el b/emacs.d/lib/my-settings.el
index f046db3..89ce365 100644
--- a/emacs.d/lib/my-settings.el
+++ b/emacs.d/lib/my-settings.el
@@ -55,6 +55,9 @@
 
 ;; Set default font. Large font for the main window, but small font for the modeline
 (set-face-attribute 'default nil :family "Menlo" :height 130 :weight 'normal :width 'normal)
-(set-face-attribute 'mode-line nil  :height 110)
+(set-face-attribute 'mode-line nil  :height 110 :background "grey90")
+
+;; nicer background than plain white
+(set-face-background 'default "#F6F6F6")
 
 (provide 'my-settings)