From b8a950c8fb81e420d43b6fb1c71fefdd24ae52ee Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 30 Jan 2018 18:36:24 +0100 Subject: Remove family and height from the default spec Add this snippet in ~/.Xresouces: emacs.font: DejaVu Sans Mono-10 Then run xrdb ~/.Xresources. --- eighters-theme.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index 819d4fa..d73ac25 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -1,11 +1,17 @@ (deftheme eighters "Eighters gonna eight.") -;; TODO: make comment foreground lighter? (eg ala linum, shadow) +;; TODO: make comment foreground brighter? (eg ala linum, shadow) +;; TODO: make "bold" face whiter? (see Man-overstrike) +;; TODO: try to make buffer-id stand out again? + +;; The default face's font and height are not defined, so that they +;; can be set individually for different computers in .Xresources; see +;; xrdb(1), Xsession(5) and (emacs) Fonts. (custom-theme-set-faces 'eighters - '(default ((t (:background "gray20" :foreground "gainsboro" :height 90 :family "DejaVu Sans Mono")))) + '(default ((t (:background "gray20" :foreground "gainsboro")))) '(fringe ((t (:foreground "gray50")))) '(escape-glyph ((t (:foreground "red1")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) -- cgit v1.2.3