aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2017-02-09 12:02:43 +0100
committerTassilo Horn2017-02-09 12:02:43 +0100
commitbbbfa31ed534cd4689ff5c3af0171778bebe3fc2 (patch)
treefc43d51a64d335fae210cdc16bb21914a63e4653
parentd9fd1d32632816aa7833bcfcc116a0a01a53a4b7 (diff)
downloademacs-bbbfa31ed534cd4689ff5c3af0171778bebe3fc2.tar.gz
emacs-bbbfa31ed534cd4689ff5c3af0171778bebe3fc2.zip
; Theme updates
; * etc/themes/tsdh-light-theme.el (tsdh-light): Theme updates.
-rw-r--r--etc/themes/tsdh-light-theme.el21
1 files changed, 16 insertions, 5 deletions
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el
index f57bf92560a..dac7ab888b5 100644
--- a/etc/themes/tsdh-light-theme.el
+++ b/etc/themes/tsdh-light-theme.el
@@ -20,11 +20,12 @@
20;;; Code: 20;;; Code:
21 21
22(deftheme tsdh-light 22(deftheme tsdh-light
23 "Minor tweaks to the Emacs white-background defaults. 23 "A light Emacs theme.
24Used and created by Tassilo Horn.") 24Used and created by Tassilo Horn.")
25 25
26(custom-theme-set-faces 26(custom-theme-set-faces
27 'tsdh-light 27 'tsdh-light
28 '(default ((t (:background "#fafafa" :foreground "#383a42"))))
28 '(Info-quoted ((t (:underline "gray40" :weight bold)))) 29 '(Info-quoted ((t (:underline "gray40" :weight bold))))
29 '(aw-leading-char-face ((t (:background "red" :foreground "white" :weight bold)))) 30 '(aw-leading-char-face ((t (:background "red" :foreground "white" :weight bold))))
30 '(default ((t (:background "white" :foreground "black")))) 31 '(default ((t (:background "white" :foreground "black"))))
@@ -35,8 +36,18 @@ Used and created by Tassilo Horn.")
35 '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) 36 '(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
36 '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) 37 '(diff-removed ((t (:inherit diff-changed :background "sandy brown"))))
37 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) 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))))
38 '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "black")))) 46 '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "black"))))
39 '(font-lock-regexp-grouping-construct ((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 "#e45649"))))
40 '(gnus-button ((t (:inherit button)))) 51 '(gnus-button ((t (:inherit button))))
41 '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold)))) 52 '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold))))
42 '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) 53 '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold))))
@@ -51,11 +62,11 @@ Used and created by Tassilo Horn.")
51 '(gnus-group-news-2-empty ((t (:foreground "tomato3")))) 62 '(gnus-group-news-2-empty ((t (:foreground "tomato3"))))
52 '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) 63 '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold))))
53 '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t)))) 64 '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t))))
54 '(hl-line ((t (:background "grey95")))) 65 '(hl-line ((t (:background "#f0f0f1"))))
55 '(hl-paren-face ((t (:weight bold))) t) 66 '(hl-paren-face ((t (:weight bold))) t)
56 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) 67 '(minibuffer-prompt ((t (:foreground "#0184bc" :family "DeJaVu" :box (:line-width -1 :style released-button) :weight bold))))
57 '(mode-line ((t (:background "wheat" :foreground "black" :box (:line-width 1 :color "tan") :family "DejaVu Sans")))) 68 '(mode-line ((t (:background "#f0f0f1" :box (:line-width 1 :color "#383a42")))))
58 '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray")))) 69 '(mode-line-inactive ((t (:inherit mode-line :foreground "#a0a1a7"))))
59 '(org-agenda-date ((t (:inherit org-agenda-structure)))) 70 '(org-agenda-date ((t (:inherit org-agenda-structure))))
60 '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) 71 '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))))
61 '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) 72 '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green"))))