From 9c4421e60bea795c3a77b668700c436bc8c8fcfb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Jul 2016 15:53:50 -0700 Subject: [emacs] nicer colors for background and mode-line. --- emacs.d/init.el | 6 +++--- 1 file 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) -- cgit 1.4.1