; doc/emacs/misc.texi (Network Security): Fix typo.
[emacs.git] / etc / themes / tsdh-light-theme.el
blob17a86fdbfea090e9ff4f2b199927772ffbbd1c5d
1 ;;; tsdh-light-theme.el --- Tassilo's light custom theme
3 ;; Copyright (C) 2011-2018 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 <https://www.gnu.org/licenses/>.
20 ;;; Code:
22 (deftheme tsdh-light
23 "A light Emacs theme.
24 Used and created by Tassilo Horn.")
26 (custom-theme-set-faces
27 'tsdh-light
28 '(default ((t (:background "#fafafa" :foreground "#383a42"))))
29 '(Info-quoted ((t (:underline "gray40" :weight bold))))
30 '(aw-leading-char-face ((t (:background "red" :foreground "white" :weight bold))))
31 '(default ((t (:background "white" :foreground "black"))))
32 '(diff-added ((t (:inherit diff-changed :background "light green"))))
33 '(diff-changed ((t (:background "light steel blue"))))
34 '(diff-indicator-added ((t (:inherit diff-indicator-changed))))
35 '(diff-indicator-changed ((t (:weight bold))))
36 '(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
37 '(diff-removed ((t (:inherit diff-changed :background "sandy brown"))))
38 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold))))
39 '(font-lock-builtin-face ((t (:foreground "#e44649"))))
40 '(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face :weight bold))))
41 '(font-lock-comment-face ((t (:foreground "#a0a1a7"))))
42 '(font-lock-doc-face ((t (:inherit font-lock-string-face :slant italic))))
43 '(font-lock-function-name-face ((t (:foreground "#0184bc"))))
44 '(font-lock-keyword-face ((t (:foreground "#a626a4"))))
45 '(font-lock-negation-char-face ((t (:weight bold))))
46 '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "black"))))
47 '(font-lock-regexp-grouping-construct ((t (:inherit bold :foreground "black"))))
48 '(font-lock-string-face ((t (:foreground "#50a14f"))))
49 '(font-lock-type-face ((t (:foreground "#c18401"))))
50 '(font-lock-variable-name-face ((t (:foreground "saddle brown"))))
51 '(gnus-button ((t (:inherit button))))
52 '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold))))
53 '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold))))
54 '(gnus-group-mail-1-empty ((t (:foreground "DodgerBlue4"))))
55 '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight bold))))
56 '(gnus-group-mail-2-empty ((t (:foreground "DodgerBlue3"))))
57 '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold))))
58 '(gnus-group-mail-3-empty ((t (:foreground "DodgerBlue2"))))
59 '(gnus-group-news-1 ((t (:inherit gnus-group-news-1-empty :weight bold))))
60 '(gnus-group-news-1-empty ((t (:foreground "tomato4"))))
61 '(gnus-group-news-2 ((t (:inherit gnus-group-news-2-empty :weight bold))))
62 '(gnus-group-news-2-empty ((t (:foreground "tomato3"))))
63 '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold))))
64 '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t))))
65 '(hl-line ((t (:background "#f0f0f1"))))
66 '(hl-paren-face ((t (:weight bold))) t)
67 '(minibuffer-prompt ((t (:foreground "#0184bc" :box (:line-width -1 :style released-button) :weight bold))))
68 '(mode-line ((t (:background "#f0f0f1" :box (:line-width 1 :color "#383a42")))))
69 '(mode-line-inactive ((t (:inherit mode-line :foreground "#a0a1a7"))))
70 '(org-agenda-date ((t (:inherit org-agenda-structure))))
71 '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))))
72 '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green"))))
73 '(org-agenda-structure ((t (:foreground "Blue1" :weight bold :height 1.1 :family "DeJaVu Sans"))))
74 '(org-hide ((t (:foreground "white"))))
75 '(org-level-1 ((t (:inherit outline-1 :box nil))))
76 '(org-level-2 ((t (:inherit outline-2 :box nil))))
77 '(org-level-3 ((t (:inherit outline-3 :box nil))))
78 '(org-level-4 ((t (:inherit outline-4 :box nil))))
79 '(org-level-5 ((t (:inherit outline-5 :box nil))))
80 '(org-level-6 ((t (:inherit outline-6 :box nil))))
81 '(org-level-7 ((t (:inherit outline-7 :box nil))))
82 '(org-level-8 ((t (:inherit outline-8 :box nil))))
83 '(org-tag ((t (:weight bold))))
84 '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold))))
85 '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold))))
86 '(outline-3 ((t (:inherit font-lock-keyword-face :weight bold))))
87 '(outline-4 ((t (:inherit font-lock-comment-face :weight bold))))
88 '(outline-5 ((t (:inherit font-lock-type-face :weight bold))))
89 '(outline-6 ((t (:inherit font-lock-constant-face :weight bold))))
90 '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold))))
91 '(outline-8 ((t (:inherit font-lock-string-face :weight bold))))
92 '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold))))
93 '(realgud-overlay-arrow1 ((t (:foreground "dark green"))))
94 '(realgud-overlay-arrow2 ((t (:foreground "#c18401"))))
95 '(realgud-overlay-arrow3 ((t (:foreground "gray60"))))
96 '(realgud-bp-disabled-face ((t (:foreground "gray60"))))
97 '(realgud-bp-line-enabled-face ((t (:underline "red"))))
98 '(realgud-bp-line-disabled-face ((t (:underline "gray60"))))
99 '(realgud-file-name ((t :foreground "dark green")))
100 '(realgud-line-number ((t :foreground "#0184bc")))
101 '(realgud-backtrace-number ((t :foreground "#0184bc" :weight bold)))
102 '(region ((t (:background "lightgoldenrod1"))))
103 '(show-paren-match ((t (:background "Cyan1" :weight bold))))
104 '(show-paren-mismatch ((t (:background "deep pink" :weight bold))))
105 '(window-number-face ((t (:foreground "red" :weight bold)))))
107 (provide-theme 'tsdh-light)
110 ;; Local Variables:
111 ;; no-byte-compile: t
112 ;; End:
114 ;;; tsdh-light-theme.el ends here