diff options
| author | Tassilo Horn | 2012-12-19 21:40:50 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2012-12-19 21:40:50 +0100 |
| commit | ff3dda258de90e376c9ed74d724027447f9da3de (patch) | |
| tree | 27f6b1c787078f2202537ee6917831e075755c2c | |
| parent | ee3c0aeca4e1e31e2b171a4753782a37076e7457 (diff) | |
| download | emacs-ff3dda258de90e376c9ed74d724027447f9da3de.tar.gz emacs-ff3dda258de90e376c9ed74d724027447f9da3de.zip | |
* themes/tsdh-dark-theme.el (tsdh-dark): Add customizations of
many new faces.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/themes/tsdh-dark-theme.el | 115 |
2 files changed, 87 insertions, 33 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 7d58a670f80..a0486389331 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-19 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * themes/tsdh-dark-theme.el (tsdh-dark): Add customizations of | ||
| 4 | many new faces. | ||
| 5 | |||
| 1 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Fix permissions bugs with setgid directories etc. (Bug#13125) | 8 | Fix permissions bugs with setgid directories etc. (Bug#13125) |
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index a551ab8722f..d2859199a6b 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el | |||
| @@ -26,42 +26,91 @@ Used and created by Tassilo Horn.") | |||
| 26 | (custom-theme-set-faces | 26 | (custom-theme-set-faces |
| 27 | 'tsdh-dark | 27 | 'tsdh-dark |
| 28 | '(default ((t (:background "gray20" :foreground "white smoke")))) | 28 | '(default ((t (:background "gray20" :foreground "white smoke")))) |
| 29 | '(compilation-mode-line-fail ((t (:foreground "red")))) | 29 | '(diff-added ((t (:inherit diff-changed :background "dark green"))) t) |
| 30 | '(compilation-mode-line-run ((t (:foreground "dark orange")))) | 30 | '(diff-changed ((t (:background "midnight blue"))) t) |
| 31 | '(compilation-mode-line-exit ((t (:foreground "sea green")))) | 31 | '(diff-indicator-added ((t (:inherit diff-indicator-changed))) t) |
| 32 | '(diff-added ((t (:inherit diff-changed :background "dark green")))) | 32 | '(diff-indicator-changed ((t (:weight bold))) t) |
| 33 | '(diff-changed ((t (:background "midnight blue")))) | 33 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed))) t) |
| 34 | '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) | 34 | '(diff-removed ((t (:inherit diff-changed :background "dark red"))) t) |
| 35 | '(diff-indicator-changed ((t (:weight bold)))) | 35 | '(dired-directory ((t (:foreground "DodgerBlue" :weight bold)))) |
| 36 | '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) | 36 | '(error ((t (:foreground "deep pink" :weight bold)))) |
| 37 | '(diff-removed ((t (:inherit diff-changed :background "dark red")))) | 37 | '(font-lock-builtin-face ((t (:foreground "chartreuse2")))) |
| 38 | '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) | 38 | '(font-lock-comment-face ((t (:foreground "peru")))) |
| 39 | '(font-lock-constant-face ((t (:foreground "dodger blue")))) | ||
| 40 | '(font-lock-doc-face ((t (:foreground "indian red")))) | ||
| 41 | '(font-lock-function-name-face ((t (:foreground "spring green")))) | ||
| 42 | '(font-lock-keyword-face ((t (:foreground "light sea green" :weight bold)))) | ||
| 43 | '(font-lock-preprocessor-face ((t (:foreground "cornflower blue")))) | ||
| 44 | '(font-lock-string-face ((t (:foreground "light salmon")))) | ||
| 45 | '(font-lock-type-face ((t (:foreground "medium purple")))) | ||
| 46 | '(font-lock-variable-name-face ((t (:foreground "yellow green")))) | ||
| 47 | '(font-lock-warning-face ((t (:foreground "hot pink")))) | ||
| 39 | '(gnus-button ((t (:inherit button)))) | 48 | '(gnus-button ((t (:inherit button)))) |
| 40 | '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold)))) | 49 | '(gnus-cite-1 ((t (:foreground "dark turquoise"))) t) |
| 41 | '(header-line ((t (:inherit mode-line :inverse-video t)))) | 50 | '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) |
| 42 | '(hl-line ((t (:background "grey28")))) | 51 | '(gnus-group-mail-1-empty ((t (:foreground "#00CC00")))) |
| 43 | '(message-header-subject ((t (:foreground "SkyBlue")))) | 52 | '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) |
| 53 | '(gnus-group-mail-3-empty ((t (:foreground "#009999")))) | ||
| 54 | '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) | ||
| 55 | '(gnus-group-news-3-empty ((t (:foreground "light green")))) | ||
| 56 | '(gnus-header-content ((t (:foreground "#A64B00")))) | ||
| 57 | '(gnus-header-name ((t (:weight bold)))) | ||
| 58 | '(gnus-header-subject ((t (:foreground "#A64B00" :weight bold)))) | ||
| 59 | '(gnus-summary-high-ancient ((t (:foreground "#A64B00" :weight bold)))) | ||
| 60 | '(gnus-summary-low-ancient ((t (:foreground "medium turquoise" :slant italic)))) | ||
| 61 | '(gnus-summary-low-read ((t (:foreground "dark sea green" :slant italic)))) | ||
| 62 | '(header-line ((t (:inverse-video t :box (:line-width -1 :color "red" :style released-button))))) | ||
| 63 | '(helm-header ((t (:background "DeepSkyBlue4" :weight bold)))) | ||
| 64 | '(highlight ((t (:background "sea green")))) | ||
| 65 | '(hl-line ((t (:background "grey25")))) | ||
| 66 | '(hl-paren-face ((t (:weight bold))) t) | ||
| 67 | '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) | ||
| 68 | '(menu ((t (:background "gray30" :foreground "gray70")))) | ||
| 44 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) | 69 | '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) |
| 45 | '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) | 70 | '(mode-line ((t (:box (:line-width 1 :color "red") :family "DejaVu Sans")))) |
| 46 | '(mode-line-inactive ((t (:inherit mode-line :foreground "gray")))) | 71 | '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) |
| 47 | '(org-agenda-date ((t (:inherit org-agenda-structure)))) | 72 | '(org-agenda-date ((t (:inherit org-agenda-structure))) t) |
| 48 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) | 73 | '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))) t) |
| 49 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) | 74 | '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "green"))) t) |
| 50 | '(org-agenda-structure ((t (:foreground "SkyBlue" :weight bold)))) | 75 | '(org-agenda-done ((t (:foreground "#269926")))) |
| 51 | '(org-hide ((t (:foreground "gray30")))) | 76 | '(org-agenda-restriction-lock ((t (:background "#FFB273")))) |
| 77 | '(org-agenda-structure ((t (:foreground "#4671D5" :weight bold)))) | ||
| 78 | '(org-date ((t (:foreground "medium sea green" :underline t)))) | ||
| 79 | '(org-done ((t (:foreground "#008500" :weight bold)))) | ||
| 80 | '(org-drawer ((t (:foreground "#2A4480")))) | ||
| 81 | '(org-ellipsis ((t (:foreground "#FF7400" :underline t)))) | ||
| 82 | '(org-footnote ((t (:foreground "#1240AB" :underline t)))) | ||
| 83 | '(org-hide ((t (:foreground "gray20")))) | ||
| 84 | '(org-level-1 ((t (:inherit outline-1 :box nil)))) | ||
| 85 | '(org-level-2 ((t (:inherit outline-2 :box nil)))) | ||
| 86 | '(org-level-3 ((t (:inherit outline-3 :box nil)))) | ||
| 87 | '(org-level-4 ((t (:inherit outline-4 :box nil)))) | ||
| 88 | '(org-level-5 ((t (:inherit outline-5 :box nil)))) | ||
| 89 | '(org-level-6 ((t (:inherit outline-6 :box nil)))) | ||
| 90 | '(org-level-7 ((t (:inherit outline-7 :box nil)))) | ||
| 91 | '(org-level-8 ((t (:inherit outline-8 :box nil)))) | ||
| 92 | '(org-scheduled-previously ((t (:foreground "#FF7400")))) | ||
| 52 | '(org-tag ((t (:weight bold)))) | 93 | '(org-tag ((t (:weight bold)))) |
| 53 | '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) | 94 | '(org-todo ((t (:foreground "#FF6961" :weight bold)))) |
| 54 | '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) | 95 | '(outline-1 ((t (:foreground "cyan1" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 55 | '(outline-3 ((t (:inherit font-lock-keyword-face :weight bold)))) | 96 | '(outline-2 ((t (:foreground "SeaGreen1" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 56 | '(outline-4 ((t (:inherit font-lock-comment-face :weight bold)))) | 97 | '(outline-3 ((t (:foreground "cyan3" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 57 | '(outline-5 ((t (:inherit font-lock-type-face :weight bold)))) | 98 | '(outline-4 ((t (:foreground "SeaGreen3" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 58 | '(outline-6 ((t (:inherit font-lock-constant-face :weight bold)))) | 99 | '(outline-5 ((t (:foreground "LightGoldenrod1" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 59 | '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) | 100 | '(outline-6 ((t (:foreground "light salmon" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 60 | '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) | 101 | '(outline-7 ((t (:foreground "pale goldenrod" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 61 | '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold)))) | 102 | '(outline-8 ((t (:foreground "OliveDrab1" :box (:line-width 1 :color "gainsboro") :weight bold)))) |
| 62 | '(region ((t (:background "SteelBlue4")))) | 103 | '(rcirc-my-nick ((t (:foreground "SpringGreen1" :weight bold))) t) |
| 63 | '(show-paren-match ((t (:background "DarkGreen")))) | 104 | '(rcirc-other-nick ((t (:foreground "dodger blue"))) t) |
| 64 | '(show-paren-mismatch ((t (:background "deep pink")))) | 105 | '(rcirc-track-keyword ((t (:foreground "DodgerBlue" :weight bold))) t) |
| 106 | '(rcirc-track-nick ((t (:background "yellow" :foreground "DodgerBlue" :weight bold))) t) | ||
| 107 | '(region ((t (:background "SeaGreen4")))) | ||
| 108 | '(scroll-bar ((t (:background "gray20" :foreground "dark turquoise")))) | ||
| 109 | '(secondary-selection ((t (:background "#333366" :foreground "#f6f3e8")))) | ||
| 110 | '(show-paren-match ((t (:background "DeepSkyBlue4")))) | ||
| 111 | '(show-paren-mismatch ((t (:background "dark magenta")))) | ||
| 112 | '(th-sentence-hl-face ((t (:weight bold)))) | ||
| 113 | '(widget-field ((t (:box (:line-width 2 :color "grey75" :style pressed-button))))) | ||
| 65 | '(window-number-face ((t (:foreground "red" :weight bold))))) | 114 | '(window-number-face ((t (:foreground "red" :weight bold))))) |
| 66 | 115 | ||
| 67 | (provide-theme 'tsdh-dark) | 116 | (provide-theme 'tsdh-dark) |