aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-04-24 22:12:03 +0300
committerEli Zaretskii2013-04-24 22:12:03 +0300
commit2800c4d3155df0768410a675359fb360dfe2e791 (patch)
tree26f88ac8793567324f8860b616fa5dc674945e22 /etc
parent54ab7d34c56aca38b600cdc3e37fc215e7abec06 (diff)
parent6139439fac7839d2c13ec9c1045b581d3941b2fc (diff)
downloademacs-2800c4d3155df0768410a675359fb360dfe2e791.tar.gz
emacs-2800c4d3155df0768410a675359fb360dfe2e791.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/themes/tsdh-dark-theme.el19
2 files changed, 16 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 0dd27a1c0c0..afad0864c84 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12013-04-24 Tassilo Horn <tsdh@gnu.org>
2
3 * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
4 :box from outline faces.
5
12013-04-18 Leo Liu <sdl.web@gmail.com> 62013-04-18 Leo Liu <sdl.web@gmail.com>
2 7
3 * NEWS: Mention new key ? for describe-prefix-bindings. 8 * NEWS: Mention new key ? for describe-prefix-bindings.
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 879f8f10e8a..7b0c711f3b4 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -65,6 +65,9 @@ Used and created by Tassilo Horn.")
65 '(hl-line ((t (:background "grey25")))) 65 '(hl-line ((t (:background "grey25"))))
66 '(hl-paren-face ((t (:weight bold))) t) 66 '(hl-paren-face ((t (:weight bold))) t)
67 '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold)))) 67 '(icomplete-first-match ((t (:foreground "deep sky blue" :weight bold))))
68 '(ido-first-match ((t (:foreground "turquoise" :weight bold))))
69 '(ido-only-match ((t (:foreground "medium spring green" :weight bold))))
70 '(ido-subdir ((t (:inherit dired-directory :weight normal))))
68 '(lusty-file-face ((t (:foreground "SpringGreen1"))) t) 71 '(lusty-file-face ((t (:foreground "SpringGreen1"))) t)
69 '(magit-header ((t (:box 1 :weight bold)))) 72 '(magit-header ((t (:box 1 :weight bold))))
70 '(magit-section-title ((t (:inherit magit-header :background "dark slate blue")))) 73 '(magit-section-title ((t (:inherit magit-header :background "dark slate blue"))))
@@ -95,14 +98,14 @@ Used and created by Tassilo Horn.")
95 '(org-scheduled-previously ((t (:foreground "#FF7400")))) 98 '(org-scheduled-previously ((t (:foreground "#FF7400"))))
96 '(org-tag ((t (:weight bold)))) 99 '(org-tag ((t (:weight bold))))
97 '(org-todo ((t (:foreground "#FF6961" :weight bold)))) 100 '(org-todo ((t (:foreground "#FF6961" :weight bold))))
98 '(outline-1 ((t (:foreground "cyan1" :box (:line-width 1 :color "gainsboro") :weight bold)))) 101 '(outline-1 ((t (:foreground "cyan1" :weight bold))))
99 '(outline-2 ((t (:foreground "SeaGreen1" :box (:line-width 1 :color "gainsboro") :weight bold)))) 102 '(outline-2 ((t (:foreground "SeaGreen1" :weight bold))))
100 '(outline-3 ((t (:foreground "cyan3" :box (:line-width 1 :color "gainsboro") :weight bold)))) 103 '(outline-3 ((t (:foreground "cyan3" :weight bold))))
101 '(outline-4 ((t (:foreground "SeaGreen3" :box (:line-width 1 :color "gainsboro") :weight bold)))) 104 '(outline-4 ((t (:foreground "SeaGreen3" :weight bold))))
102 '(outline-5 ((t (:foreground "LightGoldenrod1" :box (:line-width 1 :color "gainsboro") :weight bold)))) 105 '(outline-5 ((t (:foreground "LightGoldenrod1" :weight bold))))
103 '(outline-6 ((t (:foreground "light salmon" :box (:line-width 1 :color "gainsboro") :weight bold)))) 106 '(outline-6 ((t (:foreground "light salmon" :weight bold))))
104 '(outline-7 ((t (:foreground "pale goldenrod" :box (:line-width 1 :color "gainsboro") :weight bold)))) 107 '(outline-7 ((t (:foreground "pale goldenrod" :weight bold))))
105 '(outline-8 ((t (:foreground "OliveDrab1" :box (:line-width 1 :color "gainsboro") :weight bold)))) 108 '(outline-8 ((t (:foreground "OliveDrab1" :weight bold))))
106 '(rcirc-my-nick ((t (:foreground "SpringGreen1" :weight bold))) t) 109 '(rcirc-my-nick ((t (:foreground "SpringGreen1" :weight bold))) t)
107 '(rcirc-other-nick ((t (:foreground "dodger blue"))) t) 110 '(rcirc-other-nick ((t (:foreground "dodger blue"))) t)
108 '(rcirc-track-keyword ((t (:foreground "DodgerBlue" :weight bold))) t) 111 '(rcirc-track-keyword ((t (:foreground "DodgerBlue" :weight bold))) t)