1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

* themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.

This commit is contained in:
Tassilo Horn 2013-04-09 21:18:53 +02:00
parent ac2f865902
commit 79e04e9e20
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-04-09 Tassilo Horn <tsdh@gnu.org>
* themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
2013-04-09 Masatake YAMATO <yamato@redhat.com>
* NEWS: Mention `sh-mode' own `add-log-current-defun-function'.

View file

@ -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"))))