summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index dccae8e..090695a 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -44,9 +44,9 @@
 
 ;; nice font
 (set-face-attribute 'default nil :font "Source Code Pro" :height 130)
-
-;; light background
-;; (set-background-color "#FFFFFF")
+(set-background-color "#FFFFE4")
+(set-face-attribute 'fringe nil :background "#FFFFE5")
+(set-face-background 'mode-line "#E5FFFF")
 
 ;; no menu
 (menu-bar-mode -1)