From: Tassilo Horn Date: Tue, 9 Apr 2013 19:18:53 +0000 (+0200) Subject: * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79e04e9e20aa0e1f0652d96cdb6d124aed7f2bf4;p=emacs.git * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 209ce4f8b29..493095e9621 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-04-09 Tassilo Horn + + * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces. + 2013-04-09 Masatake YAMATO * NEWS: Mention `sh-mode' own `add-log-current-defun-function'. diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index 011133808a2..879f8f10e8a 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el @@ -64,7 +64,10 @@ Used and created by Tassilo Horn.") '(highlight ((t (:background "sea green")))) '(hl-line ((t (:background "grey25")))) '(hl-paren-face ((t (:weight bold))) t) + '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold)))) '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) + '(magit-header ((t (:box 1 :weight bold)))) + '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) '(menu ((t (:background "gray30" :foreground "gray70")))) '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans"))))