aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2015-04-24 23:33:19 +0200
committerTassilo Horn2015-04-24 23:33:19 +0200
commit5933886920fefe800747baf7863685b9dc961d83 (patch)
tree2266cbab7bb672225b8fc5d9f92e99aa789f0c93
parent7ecda8a22194462114f42225e6d64aaae23c5f6d (diff)
downloademacs-5933886920fefe800747baf7863685b9dc961d83.tar.gz
emacs-5933886920fefe800747baf7863685b9dc961d83.zip
Add new faces to tsdh-light-theme
* etc/themes/tsdh-light-theme.el (tsdh-light): New face definitions for Info-quoted, ace-jump-face-foreground, hl-paren-face, show-paren-match, and show-paren-mismatch.
-rw-r--r--etc/themes/tsdh-light-theme.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el
index f85f2bad7aa..6555e49d9bb 100644
--- a/etc/themes/tsdh-light-theme.el
+++ b/etc/themes/tsdh-light-theme.el
@@ -25,6 +25,8 @@ Used and created by Tassilo Horn.")
25 25
26(custom-theme-set-faces 26(custom-theme-set-faces
27 'tsdh-light 27 'tsdh-light
28 '(Info-quoted ((t (:weight bold))))
29 '(ace-jump-face-foreground ((t (:foreground "DeepPink" :box (:line-width -1 :color "grey75") :weight bold))))
28 '(default ((t (:background "white" :foreground "black")))) 30 '(default ((t (:background "white" :foreground "black"))))
29 '(diff-added ((t (:inherit diff-changed :background "light green")))) 31 '(diff-added ((t (:inherit diff-changed :background "light green"))))
30 '(diff-changed ((t (:background "light steel blue")))) 32 '(diff-changed ((t (:background "light steel blue"))))
@@ -48,6 +50,7 @@ Used and created by Tassilo Horn.")
48 '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) 50 '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold))))
49 '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t)))) 51 '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t))))
50 '(hl-line ((t (:background "grey95")))) 52 '(hl-line ((t (:background "grey95"))))
53 '(hl-paren-face ((t (:weight bold))) t)
51 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) 54 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold))))
52 '(mode-line ((t (:background "wheat" :foreground "black" :box (:line-width 1 :color "tan") :family "DejaVu Sans")))) 55 '(mode-line ((t (:background "wheat" :foreground "black" :box (:line-width 1 :color "tan") :family "DejaVu Sans"))))
53 '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray")))) 56 '(mode-line-inactive ((t (:inherit mode-line :foreground "dark gray"))))
@@ -75,8 +78,8 @@ Used and created by Tassilo Horn.")
75 '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) 78 '(outline-8 ((t (:inherit font-lock-string-face :weight bold))))
76 '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold)))) 79 '(rcirc-my-nick ((t (:foreground "LightSkyBlue" :weight bold))))
77 '(region ((t (:background "lightgoldenrod1")))) 80 '(region ((t (:background "lightgoldenrod1"))))
78 '(show-paren-match ((t (:background "LightCyan2")))) 81 '(show-paren-match ((t (:background "Cyan1" :weight bold))))
79 '(show-paren-mismatch ((t (:background "deep pink")))) 82 '(show-paren-mismatch ((t (:background "deep pink" :weight bold))))
80 '(window-number-face ((t (:foreground "red" :weight bold))))) 83 '(window-number-face ((t (:foreground "red" :weight bold)))))
81 84
82(provide-theme 'tsdh-light) 85(provide-theme 'tsdh-light)