1 ;;; tsdh-dark-theme.el --- Tassilo's dark custom theme
3 ;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
5 ;; This file is part of GNU Emacs.
7 ;; GNU Emacs is free software: you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by
9 ;; the Free Software Foundation, either version 3 of the License, or
10 ;; (at your option) any later version.
12 ;; GNU Emacs is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ;; GNU General Public License for more details.
17 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 "A dark theme used and created by Tassilo Horn.")
25 (custom-theme-set-faces
27 '(aw-leading-char-face ((t (:background
"gray30" :foreground
"red" :weight bold
))))
28 '(default ((t (:background
"gray20" :foreground
"white smoke"))))
29 '(diff-added ((t (:inherit diff-changed
:background
"dark green"))) t
)
30 '(diff-changed ((t (:background
"midnight blue"))) t
)
31 '(diff-indicator-added ((t (:inherit diff-indicator-changed
))) t
)
32 '(diff-indicator-changed ((t (:weight bold
))) t
)
33 '(diff-indicator-removed ((t (:inherit diff-indicator-changed
))) t
)
34 '(diff-removed ((t (:inherit diff-changed
:background
"dark red"))) t
)
35 '(dired-directory ((t (:foreground
"DodgerBlue" :weight bold
))))
36 '(error ((t (:foreground
"deep pink" :weight bold
))))
37 '(eshell-prompt ((t (:inherit font-lock-function-name-face
:weight bold
))))
38 '(font-lock-builtin-face ((t (:foreground
"chartreuse2"))))
39 '(font-lock-comment-face ((t (:foreground
"peru"))))
40 '(font-lock-constant-face ((t (:foreground
"dodger blue"))))
41 '(font-lock-doc-face ((t (:foreground
"indian red"))))
42 '(font-lock-function-name-face ((t (:foreground
"spring green"))))
43 '(font-lock-keyword-face ((t (:foreground
"light sea green" :weight bold
))))
44 '(font-lock-preprocessor-face ((t (:foreground
"cornflower blue"))))
45 '(font-lock-string-face ((t (:foreground
"light salmon"))))
46 '(font-lock-type-face ((t (:foreground
"medium purple"))))
47 '(font-lock-variable-name-face ((t (:foreground
"yellow green"))))
48 '(font-lock-warning-face ((t (:foreground
"hot pink" :weight bold
))))
49 '(gnus-button ((t (:inherit button
))))
50 '(gnus-cite-1 ((t (:foreground
"dark turquoise"))) t
)
51 '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty
:weight bold
))))
52 '(gnus-group-mail-1-empty ((t (:foreground
"turquoise1"))))
53 '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty
:weight bold
))))
54 '(gnus-group-mail-2-empty ((t (:foreground
"turquoise3"))))
55 '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty
:weight bold
))))
56 '(gnus-group-mail-3-empty ((t (:foreground
"turquoise4"))))
57 '(gnus-group-news-1 ((t (:inherit gnus-group-news-1-empty
:weight bold
))))
58 '(gnus-group-news-1-empty ((t (:foreground
"SpringGreen1"))))
59 '(gnus-group-news-2 ((t (:inherit gnus-group-news-2-empty
:weight bold
))))
60 '(gnus-group-news-2-empty ((t (:foreground
"SpringGreen3"))))
61 '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty
:weight bold
))))
62 '(gnus-group-news-3-empty ((t (:foreground
"SpringGreen4"))))
63 '(gnus-header-content ((t (:foreground
"#A64B00"))))
64 '(gnus-header-name ((t (:weight bold
))))
65 '(gnus-header-subject ((t (:foreground
"#A64B00" :weight bold
))))
66 '(gnus-summary-high-ancient ((t (:foreground
"#A64B00" :weight bold
))))
67 '(gnus-summary-low-ancient ((t (:foreground
"medium turquoise" :slant italic
))))
68 '(gnus-summary-low-read ((t (:foreground
"dark sea green" :slant italic
))))
69 '(header-line ((t (:inverse-video t
:box
(:line-width -
1 :color
"red" :style released-button
)))))
70 '(helm-header ((t (:background
"DeepSkyBlue4" :weight bold
))))
71 '(highlight ((t (:background
"sea green"))))
72 '(hl-line ((t (:background
"grey25"))))
73 '(hl-paren-face ((t (:weight bold
))) t
)
74 '(icomplete-first-match ((t (:foreground
"deep sky blue" :weight bold
))))
75 '(ido-first-match ((t (:foreground
"turquoise" :weight bold
))))
76 '(ido-only-match ((t (:foreground
"medium spring green" :weight bold
))))
77 '(ido-subdir ((t (:inherit dired-directory
:weight normal
))))
78 '(ivy-current-match ((t (:inherit highlight
))))
79 '(ivy-minibuffer-match-face-1 ((t (:background
"gray50" :weight normal
))))
80 '(ivy-minibuffer-match-face-2 ((t (:background
"gold3" :weight bold
))))
81 '(ivy-minibuffer-match-face-4 ((t (:background
"forest green" :weight bold
))))
82 '(ivy-remote ((t (:foreground
"deep sky blue" :slant italic
))))
83 '(lusty-file-face ((t (:foreground
"SpringGreen1"))) t
)
84 '(magit-header ((t (:box
1 :weight bold
))))
85 '(magit-section-title ((t (:inherit magit-header
:background
"dark slate blue"))))
86 '(menu ((t (:background
"gray30" :foreground
"gray70"))))
87 '(minibuffer-prompt ((t (:background
"yellow" :foreground
"medium blue" :box
(:line-width -
1 :color
"red" :style released-button
) :weight bold
))))
88 '(mode-line ((t (:background
"gray30" :box
(:line-width
1 :color
"red") :family
"DejaVu Sans"))))
89 '(mode-line-inactive ((t (:inherit mode-line
:foreground
"dark gray"))))
90 '(org-agenda-date ((t (:inherit org-agenda-structure
))) t
)
91 '(org-agenda-date-today ((t (:inherit org-agenda-date
:underline t
))) t
)
92 '(org-agenda-date-weekend ((t (:inherit org-agenda-date
:foreground
"green"))) t
)
93 '(org-agenda-done ((t (:foreground
"#269926"))))
94 '(org-agenda-restriction-lock ((t (:background
"#FFB273"))))
95 '(org-agenda-structure ((t (:foreground
"#4671D5" :weight bold
))))
96 '(org-date ((t (:foreground
"medium sea green" :underline t
))))
97 '(org-done ((t (:foreground
"#008500" :weight bold
))))
98 '(org-drawer ((t (:foreground
"#2A4480"))))
99 '(org-ellipsis ((t (:foreground
"#FF7400" :underline t
))))
100 '(org-footnote ((t (:foreground
"#1240AB" :underline t
))))
101 '(org-hide ((t (:foreground
"gray20"))))
102 '(org-level-1 ((t (:inherit outline-1
:box nil
))))
103 '(org-level-2 ((t (:inherit outline-2
:box nil
))))
104 '(org-level-3 ((t (:inherit outline-3
:box nil
))))
105 '(org-level-4 ((t (:inherit outline-4
:box nil
))))
106 '(org-level-5 ((t (:inherit outline-5
:box nil
))))
107 '(org-level-6 ((t (:inherit outline-6
:box nil
))))
108 '(org-level-7 ((t (:inherit outline-7
:box nil
))))
109 '(org-level-8 ((t (:inherit outline-8
:box nil
))))
110 '(org-scheduled-previously ((t (:foreground
"#FF7400"))))
111 '(org-tag ((t (:weight bold
))))
112 '(org-todo ((t (:foreground
"#FF6961" :weight bold
))))
113 '(outline-1 ((t (:foreground
"cyan1" :weight bold
))))
114 '(outline-2 ((t (:foreground
"SeaGreen1" :weight bold
))))
115 '(outline-3 ((t (:foreground
"cyan3" :weight bold
))))
116 '(outline-4 ((t (:foreground
"SeaGreen3" :weight bold
))))
117 '(outline-5 ((t (:foreground
"LightGoldenrod1" :weight bold
))))
118 '(outline-6 ((t (:foreground
"light salmon" :weight bold
))))
119 '(outline-7 ((t (:foreground
"pale goldenrod" :weight bold
))))
120 '(outline-8 ((t (:foreground
"OliveDrab1" :weight bold
))))
121 '(rcirc-my-nick ((t (:foreground
"SpringGreen1" :weight bold
))) t
)
122 '(rcirc-other-nick ((t (:foreground
"dodger blue"))) t
)
123 '(rcirc-track-keyword ((t (:foreground
"DodgerBlue" :weight bold
))) t
)
124 '(rcirc-track-nick ((t (:background
"yellow" :foreground
"DodgerBlue" :weight bold
))) t
)
125 '(region ((t (:background
"SeaGreen4"))))
126 '(scroll-bar ((t (:background
"gray20" :foreground
"dark turquoise"))))
127 '(secondary-selection ((t (:background
"#333366" :foreground
"#f6f3e8"))))
128 '(show-paren-match ((t (:background
"DeepSkyBlue4"))))
129 '(show-paren-mismatch ((t (:background
"dark magenta"))))
130 '(swiper-match-face-1 ((t (:background
"gray35"))))
131 '(th-sentence-hl-face ((t (:weight bold
))))
132 '(widget-field ((t (:box
(:line-width
2 :color
"grey75" :style pressed-button
)))))
133 '(window-number-face ((t (:foreground
"red" :weight bold
)))))
135 (provide-theme 'tsdh-dark
)
138 ;; no-byte-compile: t
141 ;;; tsdh-dark-theme.el ends here