diff options
| author | Tassilo Horn | 2013-04-09 21:18:53 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2013-04-09 21:18:53 +0200 |
| commit | 79e04e9e20aa0e1f0652d96cdb6d124aed7f2bf4 (patch) | |
| tree | 6a29ee0b38ece2576abd5c358c85e17eac00bc59 /etc | |
| parent | ac2f8659026856e720b4385d85ae33ee3a4967de (diff) | |
| download | emacs-79e04e9e20aa0e1f0652d96cdb6d124aed7f2bf4.tar.gz emacs-79e04e9e20aa0e1f0652d96cdb6d124aed7f2bf4.zip | |
* themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/themes/tsdh-dark-theme.el | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 209ce4f8b29..493095e9621 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-04-09 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces. | ||
| 4 | |||
| 1 | 2013-04-09 Masatake YAMATO <yamato@redhat.com> | 5 | 2013-04-09 Masatake YAMATO <yamato@redhat.com> |
| 2 | 6 | ||
| 3 | * NEWS: Mention `sh-mode' own `add-log-current-defun-function'. | 7 | * 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.") | |||
| 64 | '(highlight ((t (:background "sea green")))) | 64 | '(highlight ((t (:background "sea green")))) |
| 65 | '(hl-line ((t (:background "grey25")))) | 65 | '(hl-line ((t (:background "grey25")))) |
| 66 | '(hl-paren-face ((t (:weight bold))) t) | 66 | '(hl-paren-face ((t (:weight bold))) t) |
| 67 | '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold)))) | ||
| 67 | '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) | 68 | '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) |
| 69 | '(magit-header ((t (:box 1 :weight bold)))) | ||
| 70 | '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) | ||
| 68 | '(menu ((t (:background "gray30" :foreground "gray70")))) | 71 | '(menu ((t (:background "gray30" :foreground "gray70")))) |
| 69 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) | 72 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) |
| 70 | '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans")))) | 73 | '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans")))) |