From e15e61a40bb1f087f2cc2096e20b732226add608 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Nov 2016 06:27:50 -0800 Subject: [Emacs] small changes to the style. Use a light gray for the mode line and a very light yellow for the background. --- emacs.d/lib/my-settings.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs.d/lib') 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) -- cgit 1.4.1