commit fcb12ad75f4c229e5179b69feebeeeb64f17f5e2
parent 896e3de670edd81d70b65748f7bb96715f5b90f1
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 29 Oct 2015 18:53:29 +0100
Reduce font size and make fringe less visible
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eighters-theme.el b/eighters-theme.el
@@ -3,6 +3,7 @@
(custom-theme-set-faces
'eighters
+ '(fringe ((t (:foreground "grey50"))))
'(escape-glyph ((t (:foreground "red1"))))
'(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold))))
'(highlight ((t (:background "gray25"))))
@@ -49,6 +50,6 @@
'(diff-changed ((t (:background "gray25"))))
'(diff-refine-changed ((t (:weight bold))))
'(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1"))))
- '(default ((t (:background "gray22" :foreground "white smoke" :height 100 :family "DejaVu Sans Mono")))))
+ '(default ((t (:background "gray22" :foreground "white smoke" :height 90 :family "DejaVu Sans Mono")))))
(provide-theme 'eighters)