X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a4b0cca119b01dc55bad802ef696c857fe014482..433d366dc7b053048abf710d790ff62421dd1570:/etc/themes/tsdh-dark-theme.el?ds=sidebyside diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el index d2859199a6..7908485432 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-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -20,11 +20,11 @@ ;;; Code: (deftheme tsdh-dark - "Minor tweaks to the Emacs dark-background defaults. -Used and created by Tassilo Horn.") + "A dark theme used and created by Tassilo Horn.") (custom-theme-set-faces 'tsdh-dark + '(aw-leading-char-face ((t (:background "gray30" :foreground "red" :weight bold)))) '(default ((t (:background "gray20" :foreground "white smoke")))) '(diff-added ((t (:inherit diff-changed :background "dark green"))) t) '(diff-changed ((t (:background "midnight blue"))) t) @@ -34,6 +34,7 @@ Used and created by Tassilo Horn.") '(diff-removed ((t (:inherit diff-changed :background "dark red"))) t) '(dired-directory ((t (:foreground "DodgerBlue" :weight bold)))) '(error ((t (:foreground "deep pink" :weight bold)))) + '(eshell-prompt ((t (:inherit font-lock-function-name-face :weight bold)))) '(font-lock-builtin-face ((t (:foreground "chartreuse2")))) '(font-lock-comment-face ((t (:foreground "peru")))) '(font-lock-constant-face ((t (:foreground "dodger blue")))) @@ -44,15 +45,21 @@ Used and created by Tassilo Horn.") '(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")))) + '(font-lock-warning-face ((t (:foreground "hot pink" :weight bold)))) '(gnus-button ((t (:inherit button)))) '(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-1-empty ((t (:foreground "turquoise1")))) + '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight bold)))) + '(gnus-group-mail-2-empty ((t (:foreground "turquoise3")))) '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) - '(gnus-group-mail-3-empty ((t (:foreground "#009999")))) + '(gnus-group-mail-3-empty ((t (:foreground "turquoise4")))) + '(gnus-group-news-1 ((t (:inherit gnus-group-news-1-empty :weight bold)))) + '(gnus-group-news-1-empty ((t (:foreground "SpringGreen1")))) + '(gnus-group-news-2 ((t (:inherit gnus-group-news-2-empty :weight bold)))) + '(gnus-group-news-2-empty ((t (:foreground "SpringGreen3")))) '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) - '(gnus-group-news-3-empty ((t (:foreground "light green")))) + '(gnus-group-news-3-empty ((t (:foreground "SpringGreen4")))) '(gnus-header-content ((t (:foreground "#A64B00")))) '(gnus-header-name ((t (:weight bold)))) '(gnus-header-subject ((t (:foreground "#A64B00" :weight bold)))) @@ -64,11 +71,22 @@ 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)))) + '(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)))) + '(ivy-current-match ((t (:inherit highlight)))) + '(ivy-minibuffer-match-face-1 ((t (:background "gray50" :weight normal)))) + '(ivy-minibuffer-match-face-2 ((t (:background "gold3" :weight bold)))) + '(ivy-minibuffer-match-face-4 ((t (:background "forest green" :weight bold)))) + '(ivy-remote ((t (:foreground "deep sky blue" :slant italic)))) '(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")))) - '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) + '(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) @@ -92,14 +110,14 @@ Used and created by Tassilo Horn.") '(org-scheduled-previously ((t (:foreground "#FF7400")))) '(org-tag ((t (:weight bold)))) '(org-todo ((t (:foreground "#FF6961" :weight bold)))) - '(outline-1 ((t (:foreground "cyan1" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-2 ((t (:foreground "SeaGreen1" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-3 ((t (:foreground "cyan3" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-4 ((t (:foreground "SeaGreen3" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-5 ((t (:foreground "LightGoldenrod1" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-6 ((t (:foreground "light salmon" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-7 ((t (:foreground "pale goldenrod" :box (:line-width 1 :color "gainsboro") :weight bold)))) - '(outline-8 ((t (:foreground "OliveDrab1" :box (:line-width 1 :color "gainsboro") :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) @@ -109,6 +127,7 @@ Used and created by Tassilo Horn.") '(secondary-selection ((t (:background "#333366" :foreground "#f6f3e8")))) '(show-paren-match ((t (:background "DeepSkyBlue4")))) '(show-paren-mismatch ((t (:background "dark magenta")))) + '(swiper-match-face-1 ((t (:background "gray35")))) '(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)))))