From 6f840a03ec7c4f81d8bac74bf50ee038e7f89206 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Jul 2016 11:22:03 -0700 Subject: [emacs] Fix the UI Use DejaVu for the font, and slightly less yellow color for the background. --- emacs.d/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 2506114..e4246e2 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -63,10 +63,10 @@ (setq-default indent-tabs-mode nil) ;; nice font -(set-face-attribute 'default nil :font "Source Code Pro" :height 130) -(set-background-color "#FFFFD3") -(set-face-attribute 'fringe nil :background "#FFFFD3") -(set-face-background 'mode-line "#D8E6F3") +(set-face-attribute 'default nil :font "DejaVu Sans Mono" :height 150) +(set-background-color "#FFFFE5") +(set-face-attribute 'fringe nil :background "#FFFFE5") +(set-face-background 'mode-line "#E6FFFF") ;; no menu (menu-bar-mode -1) -- cgit v1.2.3