diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-03-14 08:29:59 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-03-14 08:29:59 -0700 |
commit | 2cf9f5d1fcf4491c0383e6910116be7d0e2a84d9 (patch) | |
tree | 3dd9de9d6f1fa2753798e95f5f73b4a609dd1b40 | |
parent | [Bash] re-organize Twitter's configuration. (diff) | |
download | emacs.d-2cf9f5d1fcf4491c0383e6910116be7d0e2a84d9.tar.gz |
[Emacs] cosmetic change (font size and background color)
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lib/settings.el | 2 | ||||
-rw-r--r-- | emacs.d/lib/wabi-sabi-theme.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/lib/settings.el b/emacs.d/lib/settings.el index e3c8a2f..e96b8f2 100644 --- a/emacs.d/lib/settings.el +++ b/emacs.d/lib/settings.el @@ -88,7 +88,7 @@ (global-hl-line-mode 1) ;; Set default font. -(set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal :font "DejaVu Sans Mono") +(set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "DejaVu Sans Mono") ;; no bell (setq visible-bell nil) diff --git a/emacs.d/lib/wabi-sabi-theme.el b/emacs.d/lib/wabi-sabi-theme.el index d1f40f0..09335e8 100644 --- a/emacs.d/lib/wabi-sabi-theme.el +++ b/emacs.d/lib/wabi-sabi-theme.el @@ -22,7 +22,7 @@ fringe sh-quoted-exec)) -(let ((bg "#fdfaf5") +(let ((bg "#fcf4e8") (bg-alt "LightYellow") (fg "#000000") (fg-alt "lightgray") |