diff options
| author | Tassilo Horn | 2014-01-05 21:17:13 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2014-01-05 21:17:13 +0100 |
| commit | 0215e125539d96ec561ff693ad2b5c059e868599 (patch) | |
| tree | ee47c47d7e908f792b2680136952ae24d5c7546c | |
| parent | 3669b6369c900688b9e83a5c6a40740ce1f719ad (diff) | |
| download | emacs-0215e125539d96ec561ff693ad2b5c059e868599.tar.gz emacs-0215e125539d96ec561ff693ad2b5c059e868599.zip | |
Define org-level-* faces in tsdh-light theme.
* etc/themes/tsdh-light-theme.el (tsdh-light): Define org-level-*
faces.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/themes/tsdh-light-theme.el | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 7f07c9a4b70..d952550832e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-05 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * themes/tsdh-light-theme.el (tsdh-light): Define org-level-* | ||
| 4 | faces. | ||
| 5 | |||
| 1 | 2013-12-29 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-12-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Plain copy-file no longer chmods an existing destination (Bug#16133). | 8 | Plain copy-file no longer chmods an existing destination (Bug#16133). |
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el index 3ebd0fcf3e3..6f6dae05781 100644 --- a/etc/themes/tsdh-light-theme.el +++ b/etc/themes/tsdh-light-theme.el | |||
| @@ -38,13 +38,21 @@ Used and created by Tassilo Horn.") | |||
| 38 | '(header-line ((t (:inherit mode-line :inverse-video t)))) | 38 | '(header-line ((t (:inherit mode-line :inverse-video t)))) |
| 39 | '(hl-line ((t (:background "grey95")))) | 39 | '(hl-line ((t (:background "grey95")))) |
| 40 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) | 40 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) |
| 41 | '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) | 41 | '(mode-line ((t (:background "wheat" :foreground "black" :box (:line-width 1 :color "tan") :family "DejaVu Sans")))) |
| 42 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) | 42 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray")))) |
| 43 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) | 43 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) |
| 44 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) | 44 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) |
| 45 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) | 45 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) |
| 46 | '(org-agenda-structure ((t (:foreground "Blue1" :weight bold :height 1.1 :family "DeJaVu Sans")))) | 46 | '(org-agenda-structure ((t (:foreground "Blue1" :weight bold :height 1.1 :family "DeJaVu Sans")))) |
| 47 | '(org-hide ((t (:foreground "white")))) | 47 | '(org-hide ((t (:foreground "white")))) |
| 48 | '(org-level-1 ((t (:inherit outline-1 :box nil)))) | ||
| 49 | '(org-level-2 ((t (:inherit outline-2 :box nil)))) | ||
| 50 | '(org-level-3 ((t (:inherit outline-3 :box nil)))) | ||
| 51 | '(org-level-4 ((t (:inherit outline-4 :box nil)))) | ||
| 52 | '(org-level-5 ((t (:inherit outline-5 :box nil)))) | ||
| 53 | '(org-level-6 ((t (:inherit outline-6 :box nil)))) | ||
| 54 | '(org-level-7 ((t (:inherit outline-7 :box nil)))) | ||
| 55 | '(org-level-8 ((t (:inherit outline-8 :box nil)))) | ||
| 48 | '(org-tag ((t (:weight bold)))) | 56 | '(org-tag ((t (:weight bold)))) |
| 49 | '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) | 57 | '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) |
| 50 | '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) | 58 | '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) |