summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-16 11:22:03 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-16 11:22:03 -0700
commit6f840a03ec7c4f81d8bac74bf50ee038e7f89206 (patch)
tree9fb2dc152381084e420e1ef653b9b3204f7b446f /emacs.d
parent[bash] drop alias for docker, and move gcloud SDK (diff)
downloademacs.d-6f840a03ec7c4f81d8bac74bf50ee038e7f89206.tar.gz
[emacs] Fix the UI
Use DejaVu for the font, and slightly less yellow color for the
background.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el8
1 files 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)