X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5725bd2cc0e691dadc31bd958f210b1bbcf17c49..bd358779861f265a7acff31ead40172735af693e:/etc/themes/tsdh-dark-theme.el diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index a551ab8722..cd76f22aab 100644 --- a/etc/themes/tsdh-dark-theme.el +++ b/etc/themes/tsdh-dark-theme.el @@ -1,6 +1,6 @@ ;;; tsdh-dark-theme.el --- Tassilo's dark custom theme -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -26,42 +26,97 @@ Used and created by Tassilo Horn.") (custom-theme-set-faces 'tsdh-dark '(default ((t (:background "gray20" :foreground "white smoke")))) - '(compilation-mode-line-fail ((t (:foreground "red")))) - '(compilation-mode-line-run ((t (:foreground "dark orange")))) - '(compilation-mode-line-exit ((t (:foreground "sea green")))) - '(diff-added ((t (:inherit diff-changed :background "dark green")))) - '(diff-changed ((t (:background "midnight blue")))) - '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) - '(diff-indicator-changed ((t (:weight bold)))) - '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) - '(diff-removed ((t (:inherit diff-changed :background "dark red")))) - '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) + '(diff-added ((t (:inherit diff-changed :background "dark green"))) t) + '(diff-changed ((t (:background "midnight blue"))) t) + '(diff-indicator-added ((t (:inherit diff-indicator-changed))) t) + '(diff-indicator-changed ((t (:weight bold))) t) + '(diff-indicator-removed ((t (:inherit diff-indicator-changed))) t) + '(diff-removed ((t (:inherit diff-changed :background "dark red"))) t) + '(dired-directory ((t (:foreground "DodgerBlue" :weight bold)))) + '(error ((t (:foreground "deep pink" :weight bold)))) + '(font-lock-builtin-face ((t (:foreground "chartreuse2")))) + '(font-lock-comment-face ((t (:foreground "peru")))) + '(font-lock-constant-face ((t (:foreground "dodger blue")))) + '(font-lock-doc-face ((t (:foreground "indian red")))) + '(font-lock-function-name-face ((t (:foreground "spring green")))) + '(font-lock-keyword-face ((t (:foreground "light sea green" :weight bold)))) + '(font-lock-preprocessor-face ((t (:foreground "cornflower blue")))) + '(font-lock-string-face ((t (:foreground "light salmon")))) + '(font-lock-type-face ((t (:foreground "medium purple")))) + '(font-lock-variable-name-face ((t (:foreground "yellow green")))) + '(font-lock-warning-face ((t (:foreground "hot pink")))) '(gnus-button ((t (:inherit button)))) - '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold)))) - '(header-line ((t (:inherit mode-line :inverse-video t)))) - '(hl-line ((t (:background "grey28")))) - '(message-header-subject ((t (:foreground "SkyBlue")))) + '(gnus-cite-1 ((t (:foreground "dark turquoise"))) t) + '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) + '(gnus-group-mail-1-empty ((t (:foreground "#00CC00")))) + '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) + '(gnus-group-mail-3-empty ((t (:foreground "#009999")))) + '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) + '(gnus-group-news-3-empty ((t (:foreground "light green")))) + '(gnus-header-content ((t (:foreground "#A64B00")))) + '(gnus-header-name ((t (:weight bold)))) + '(gnus-header-subject ((t (:foreground "#A64B00" :weight bold)))) + '(gnus-summary-high-ancient ((t (:foreground "#A64B00" :weight bold)))) + '(gnus-summary-low-ancient ((t (:foreground "medium turquoise" :slant italic)))) + '(gnus-summary-low-read ((t (:foreground "dark sea green" :slant italic)))) + '(header-line ((t (:inverse-video t :box (:line-width -1 :color "red" :style released-button))))) + '(helm-header ((t (:background "DeepSkyBlue4" :weight bold)))) + '(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)))) + '(ido-first-match ((t (:foreground "turquoise" :weight bold)))) + '(ido-only-match ((t (:foreground "medium spring green" :weight bold)))) + '(ido-subdir ((t (:inherit dired-directory :weight normal)))) + '(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" :style released-button) :family "DejaVu Sans")))) - '(mode-line-inactive ((t (:inherit mode-line :foreground "gray")))) - '(org-agenda-date ((t (:inherit org-agenda-structure)))) - '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) - '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) - '(org-agenda-structure ((t (:foreground "SkyBlue" :weight bold)))) - '(org-hide ((t (:foreground "gray30")))) + '(mode-line ((t (:background "gray30" :box (:line-width 1 :color "red") :family "DejaVu Sans")))) + '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray")))) + '(org-agenda-date ((t (:inherit org-agenda-structure))) t) + '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))) t) + '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "green"))) t) + '(org-agenda-done ((t (:foreground "#269926")))) + '(org-agenda-restriction-lock ((t (:background "#FFB273")))) + '(org-agenda-structure ((t (:foreground "#4671D5" :weight bold)))) + '(org-date ((t (:foreground "medium sea green" :underline t)))) + '(org-done ((t (:foreground "#008500" :weight bold)))) + '(org-drawer ((t (:foreground "#2A4480")))) + '(org-ellipsis ((t (:foreground "#FF7400" :underline t)))) + '(org-footnote ((t (:foreground "#1240AB" :underline t)))) + '(org-hide ((t (:foreground "gray20")))) + '(org-level-1 ((t (:inherit outline-1 :box nil)))) + '(org-level-2 ((t (:inherit outline-2 :box nil)))) + '(org-level-3 ((t (:inherit outline-3 :box nil)))) + '(org-level-4 ((t (:inherit outline-4 :box nil)))) + '(org-level-5 ((t (:inherit outline-5 :box nil)))) + '(org-level-6 ((t (:inherit outline-6 :box nil)))) + '(org-level-7 ((t (:inherit outline-7 :box nil)))) + '(org-level-8 ((t (:inherit outline-8 :box nil)))) + '(org-scheduled-previously ((t (:foreground "#FF7400")))) '(org-tag ((t (:weight bold)))) - '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) - '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) - '(outline-3 ((t (:inherit font-lock-keyword-face :weight bold)))) - '(outline-4 ((t (:inherit font-lock-comment-face :weight bold)))) - '(outline-5 ((t (:inherit font-lock-type-face :weight bold)))) - '(outline-6 ((t (:inherit font-lock-constant-face :weight bold)))) - '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) - '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) - '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold)))) - '(region ((t (:background "SteelBlue4")))) - '(show-paren-match ((t (:background "DarkGreen")))) - '(show-paren-mismatch ((t (:background "deep pink")))) + '(org-todo ((t (:foreground "#FF6961" :weight bold)))) + '(outline-1 ((t (:foreground "cyan1" :weight bold)))) + '(outline-2 ((t (:foreground "SeaGreen1" :weight bold)))) + '(outline-3 ((t (:foreground "cyan3" :weight bold)))) + '(outline-4 ((t (:foreground "SeaGreen3" :weight bold)))) + '(outline-5 ((t (:foreground "LightGoldenrod1" :weight bold)))) + '(outline-6 ((t (:foreground "light salmon" :weight bold)))) + '(outline-7 ((t (:foreground "pale goldenrod" :weight bold)))) + '(outline-8 ((t (:foreground "OliveDrab1" :weight bold)))) + '(rcirc-my-nick ((t (:foreground "SpringGreen1" :weight bold))) t) + '(rcirc-other-nick ((t (:foreground "dodger blue"))) t) + '(rcirc-track-keyword ((t (:foreground "DodgerBlue" :weight bold))) t) + '(rcirc-track-nick ((t (:background "yellow" :foreground "DodgerBlue" :weight bold))) t) + '(region ((t (:background "SeaGreen4")))) + '(scroll-bar ((t (:background "gray20" :foreground "dark turquoise")))) + '(secondary-selection ((t (:background "#333366" :foreground "#f6f3e8")))) + '(show-paren-match ((t (:background "DeepSkyBlue4")))) + '(show-paren-mismatch ((t (:background "dark magenta")))) + '(th-sentence-hl-face ((t (:weight bold)))) + '(widget-field ((t (:box (:line-width 2 :color "grey75" :style pressed-button))))) '(window-number-face ((t (:foreground "red" :weight bold))))) (provide-theme 'tsdh-dark)