aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2014-09-30 19:19:31 -0400
committerStefan Monnier2014-09-30 19:19:31 -0400
commit07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de (patch)
tree222adf06960f86aa8b2f560217d39c9fe39d3996 /etc
parent6aed001ad31d41f028d77e66e597b7b3ab4e31ae (diff)
parentd3b7a90bc2ad20192d1afd23eb1aa6a18ceda569 (diff)
downloademacs-07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de.tar.gz
emacs-07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de.zip
Merge from emacs-24
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog14
-rw-r--r--etc/charsets/README2
-rw-r--r--etc/package-keyring.gpgbin0 -> 999 bytes
-rw-r--r--etc/themes/leuven-theme.el225
4 files changed, 155 insertions, 86 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 05f4dcade27..b27e85e86f8 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,17 @@
12014-09-30 Bill Wohler <wohler@newt.com>
2
3 Release MH-E version 8.6
4
5 * NEWS, MH-E-NEWS: Update for MH-E release 8.6.
6
72014-09-30 Fabrice Niessen <fniessen@pirilampo.org>
8
9 * themes/leuven-theme.el: Updates.
10
112014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * package-keyring.gpg: New file.
14
12014-09-30 Paul Eggert <eggert@cs.ucla.edu> 152014-09-30 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 * TODO: Remove char/unsigned char, long long, IRIX unexelf.c. 17 * TODO: Remove char/unsigned char, long long, IRIX unexelf.c.
diff --git a/etc/charsets/README b/etc/charsets/README
index 654178f7b88..8d443bdc115 100644
--- a/etc/charsets/README
+++ b/etc/charsets/README
@@ -38,5 +38,5 @@ Examples:
38(2) Source of mapping files 38(2) Source of mapping files
39 39
40All mapping files are generated automatically from data files freely 40All mapping files are generated automatically from data files freely
41available on the Internet (e.g. glibc/localedata/charmaps"). See the 41available on the Internet (e.g. glibc/localedata/charmaps). See the
42file ../../admin/charsets/mapfiles/README for the detail. 42file ../../admin/charsets/mapfiles/README for the detail.
diff --git a/etc/package-keyring.gpg b/etc/package-keyring.gpg
new file mode 100644
index 00000000000..e76e68522f3
--- /dev/null
+++ b/etc/package-keyring.gpg
Binary files differ
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el
index 7285398e6c9..40304c899b6 100644
--- a/etc/themes/leuven-theme.el
+++ b/etc/themes/leuven-theme.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> 5;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
6;; URL: https://github.com/fniessen/emacs-leuven-theme 6;; URL: https://github.com/fniessen/emacs-leuven-theme
7;; Version: 20140113.1205 7;; Version: 20140929.1232
8;; Keywords: color theme 8;; Keywords: color theme
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
@@ -24,7 +24,7 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;; This Org-enhancing color theme "leuven" ROCKS! 27;; This elegant Org-enhancing color theme "leuven" ROCKS!
28;; ... and not just for Org mode. 28;; ... and not just for Org mode.
29;; 29;;
30;; To use it, put the following in your Emacs configuration file: 30;; To use it, put the following in your Emacs configuration file:
@@ -46,18 +46,26 @@ Semantic, and Ansi-Color faces are included -- and much more...")
46 (cancel '(:slant italic :strike-through t :foreground "gray55")) 46 (cancel '(:slant italic :strike-through t :foreground "gray55"))
47 (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black" :background "#EEC900")) 47 (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black" :background "#EEC900"))
48 (code-block '(:foreground "#000088" :background "#FFFFE0")) 48 (code-block '(:foreground "#000088" :background "#FFFFE0"))
49 (code-inline '(:foreground "#007300" :background "#EBF5EB")) 49 (code-inline '(:foreground "#006400" :background "#FDFFF7"))
50 (column '(:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE")) 50 (column '(:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))
51 (diff-added '(:foreground "#008000" :background "#DDFFDD")) 51 (diff-added '(:foreground "#008000" :background "#DDFFDD"))
52 (diff-changed '(:foreground "#0000FF" :background "#DDDDFF"))
53 (diff-header '(:foreground "#800000" :background "#FFFFAF"))
52 (diff-hunk-header '(:foreground "#990099" :background "#FFEEFF")) 54 (diff-hunk-header '(:foreground "#990099" :background "#FFEEFF"))
53 (diff-none '(:foreground "gray33")) 55 (diff-none '(:foreground "gray33"))
54 (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) 56 (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
55 (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) 57 (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
56 (highlight-line '(:background "#FEFCAE")) ; #F5F5F5 or #CCDEED 58 (highlight-line '(:background "#FFFFD7")) ; #F5F5F5
57 (link '(:underline t :foreground "#006DAF")) 59 (highlight-line-gnus '(:background "#DAEAFC")) ; defined in `gnus-leuven.el'
58 (mail-header-name '(:weight bold :foreground "black")) 60 (link '(:weight normal :underline t :foreground "#006DAF"))
61 (mail-header-name '(:family "Sans Serif" :weight normal :foreground "#A3A3A2"))
62 (mail-header-other '(:family "Sans Serif" :slant normal :foreground "#666666"))
63 (mail-read '(:weight normal :foreground "#86878B"))
64 (mail-ticked '(:weight bold :background "#FBE6EF"))
65 (mail-to '(:family "Sans Serif" :underline nil :foreground "#006DAF"))
66 (mail-unread '(:weight bold :foreground "black"))
59 (marked-line '(:weight bold :foreground "white" :background "red")) 67 (marked-line '(:weight bold :foreground "white" :background "red"))
60 (match '(:background "#FBE448")) 68 (match '(:weight bold :background "#FBE448")) ; occur patterns
61 (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0")) 69 (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0"))
62 (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB")) 70 (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB"))
63 (ol3 '(:height 1.0 :weight bold :foreground "#005522" :background "#EFFFEF")) 71 (ol3 '(:height 1.0 :weight bold :foreground "#005522" :background "#EFFFEF"))
@@ -66,12 +74,14 @@ Semantic, and Ansi-Color faces are included -- and much more...")
66 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC")) 74 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
67 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C")) 75 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
68 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008")) 76 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
69 (region '(:background "#ADD6FF")) ; #CCCCCC 77 (paren-matched '(:background "#99CCFF"))
78 (paren-unmatched '(:underline "red" :foreground nil :background "#FFDCDC"))
79 (region '(:background "#ABDFFA"))
70 (shadow '(:foreground "#7F7F7F")) 80 (shadow '(:foreground "#7F7F7F"))
71 (string '(:foreground "#036A07")) ; #D0372D or #23238E or #20590C 81 (string '(:foreground "#008000")) ; or #D0372D
72 (subject '(:weight bold :foreground "#CF5D60")) 82 (subject '(:family "Sans Serif" :weight bold :foreground "black"))
73 (symlink '(:foreground "deep sky blue")) 83 (symlink '(:foreground "deep sky blue"))
74 (volatile-highlight '(:background "#FBE448")) 84 (volatile-highlight '(:underline nil :background "#FFF876"))
75 (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA"))) 85 (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA")))
76 86
77 (custom-theme-set-faces 87 (custom-theme-set-faces
@@ -84,19 +94,19 @@ Semantic, and Ansi-Color faces are included -- and much more...")
84 `(cursor ((,class (:background "#0FB300")))) 94 `(cursor ((,class (:background "#0FB300"))))
85 95
86 ;; Highlighting faces 96 ;; Highlighting faces
87 `(fringe ((,class (:foreground "#F7A421" :background "#F2F2F2")))) 97 `(fringe ((,class (:foreground "#9B9B9B" :background "#EDEDED"))))
88 `(highlight ((,class ,volatile-highlight))) 98 `(highlight ((,class ,volatile-highlight)))
89 `(region ((,class ,region))) 99 `(region ((,class ,region)))
90 `(secondary-selection ((,class ,match))) ; used by Org-mode for highlighting matched entries and keywords 100 `(secondary-selection ((,class ,match))) ; used by Org-mode for highlighting matched entries and keywords
91 `(isearch ((,class (:weight bold :foreground "#00AA00" :background "#99FF99")))) 101 `(isearch ((,class (:weight bold :underline "#FF9632" :foreground nil :background "#FDBD33"))))
92 `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999")))) 102 `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999"))))
93 `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background "#FF66FF")))) 103 `(lazy-highlight ((,class (:underline "#FF9632" :background "#FFFF00")))) ; isearch others
94 `(trailing-whitespace ((,class (:background "#F6EBFE")))) 104 `(trailing-whitespace ((,class (:background "#FFFF57"))))
95 `(whitespace-hspace ((,class (:foreground "#D2D2D2")))) 105 `(whitespace-hspace ((,class (:foreground "#D2D2D2"))))
96 `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) 106 `(whitespace-indentation ((,class (:foreground "#A1A1A1" :background "white"))))
97 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88")))) 107 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88"))))
98 `(whitespace-tab ((,class (:foreground "lightgray" :background "beige")))) 108 `(whitespace-tab ((,class (:foreground "#A1A1A1" :background "white"))))
99 `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) 109 `(whitespace-trailing ((,class (:foreground "#B3B3B3" :background "#FFFF57"))))
100 110
101 ;; Mode line faces 111 ;; Mode line faces
102 `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8")))) 112 `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8"))))
@@ -118,8 +128,8 @@ Semantic, and Ansi-Color faces are included -- and much more...")
118 `(font-lock-comment-delimiter-face ((,class (:foreground "#8D8D84")))) ; #696969 128 `(font-lock-comment-delimiter-face ((,class (:foreground "#8D8D84")))) ; #696969
119 `(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969 129 `(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969
120 `(font-lock-constant-face ((,class (:foreground "#D0372D")))) 130 `(font-lock-constant-face ((,class (:foreground "#D0372D"))))
121 `(font-lock-doc-face ((,class (:foreground "#008000")))) 131 `(font-lock-doc-face ((,class (:foreground "#036A07"))))
122 `(font-lock-doc-string-face ((,class (:foreground "#008000")))) 132 ;; `(font-lock-doc-string-face ((,class (:foreground "#008000")))) ; XEmacs only, but is used for HTML exports from org2html (and not interactively)
123 `(font-lock-function-name-face ((,class (:weight normal :foreground "#006699")))) 133 `(font-lock-function-name-face ((,class (:weight normal :foreground "#006699"))))
124 `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC 134 `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC
125 `(font-lock-preprocessor-face ((,class (:foreground "#808080")))) 135 `(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
@@ -131,12 +141,13 @@ Semantic, and Ansi-Color faces are included -- and much more...")
131 `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) 141 `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
132 142
133 ;; Button and link faces 143 ;; Button and link faces
134 `(link ((,class (:underline t :foreground "#8AC6F2")))) 144 `(link ((,class ,link)))
135 `(link-visited ((,class (:underline t :foreground "#E5786D")))) 145 `(link-visited ((,class (:underline t :foreground "#E5786D"))))
136 `(button ((,class (:underline t :foreground "#006DAF")))) 146 `(button ((,class (:underline t :foreground "#006DAF"))))
137 `(header-line ((,class (:weight bold :underline "black" :overline "black" :foreground "black" :background "#FFFF88")))) 147 `(header-line ((,class (:weight bold :underline "black" :overline "black" :foreground "black" :background "#FFFF88"))))
138 148
139 ;; Gnus faces 149 ;; Gnus faces
150 `(gnus-button ((,class (:weight normal))))
140 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0")))) 151 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
141 `(gnus-cite-face-1 ((,class (:foreground "#5050B0")))) 152 `(gnus-cite-face-1 ((,class (:foreground "#5050B0"))))
142 `(gnus-cite-face-10 ((,class (:foreground "#990000")))) 153 `(gnus-cite-face-10 ((,class (:foreground "#990000"))))
@@ -155,7 +166,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
155 `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066")))) 166 `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066"))))
156 `(gnus-group-mail-2-empty ((,class (:foreground "#660066")))) 167 `(gnus-group-mail-2-empty ((,class (:foreground "#660066"))))
157 `(gnus-group-mail-3 ((,class (:weight bold :foreground "black")))) 168 `(gnus-group-mail-3 ((,class (:weight bold :foreground "black"))))
158 `(gnus-group-mail-3-empty ((,class (:foreground "#808080")))) 169 `(gnus-group-mail-3-empty ((,class ,mail-read)))
159 `(gnus-group-mail-low ((,class ,cancel))) 170 `(gnus-group-mail-low ((,class ,cancel)))
160 `(gnus-group-mail-low-empty ((,class ,cancel))) 171 `(gnus-group-mail-low-empty ((,class ,cancel)))
161 `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0")))) 172 `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0"))))
@@ -170,8 +181,8 @@ Semantic, and Ansi-Color faces are included -- and much more...")
170 `(gnus-group-news-5-empty ((,class (:foreground "#000099")))) 181 `(gnus-group-news-5-empty ((,class (:foreground "#000099"))))
171 `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50")))) 182 `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50"))))
172 `(gnus-group-news-6-empty ((,class (:foreground "#808080")))) 183 `(gnus-group-news-6-empty ((,class (:foreground "#808080"))))
173 `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#3399CC")))) 184 `(gnus-header-content ((,class ,mail-header-other)))
174 `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue")))) 185 `(gnus-header-from ((,class (:family "Sans Serif" :foreground "black"))))
175 `(gnus-header-name ((,class ,mail-header-name))) 186 `(gnus-header-name ((,class ,mail-header-name)))
176 `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) 187 `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC"))))
177 `(gnus-header-subject ((,class ,subject))) 188 `(gnus-header-subject ((,class ,subject)))
@@ -179,50 +190,51 @@ Semantic, and Ansi-Color faces are included -- and much more...")
179 `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white")))) 190 `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white"))))
180 `(gnus-server-closed ((,class (:slant italic :foreground "blue" :background "white")))) 191 `(gnus-server-closed ((,class (:slant italic :foreground "blue" :background "white"))))
181 `(gnus-server-denied ((,class (:weight bold :foreground "red" :background "white")))) 192 `(gnus-server-denied ((,class (:weight bold :foreground "red" :background "white"))))
182 `(gnus-server-opened ((,class (:foreground "white" :background "#83B869")))) 193 `(gnus-server-opened ((,class (:family "Sans Serif" :foreground "white" :foreground "#466BD7"))))
183 `(gnus-signature ((,class (:slant italic :foreground "#7F7F7F")))) 194 `(gnus-signature ((,class (:slant italic :foreground "#8B8D8E"))))
184 `(gnus-splash ((,class (:foreground "#FF8C00")))) 195 `(gnus-splash ((,class (:foreground "#FF8C00"))))
185 `(gnus-summary-cancelled ((,class ,cancel))) 196 `(gnus-summary-cancelled ((,class ,cancel)))
186 `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) 197 `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6"))))
187 `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) 198 `(gnus-summary-high-read ((,class (:weight normal :foreground "#999999" :background "#FFFFE6"))))
188 `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black" :background "#E7AEB0")))) 199 `(gnus-summary-high-ticked ((,class ,mail-ticked)))
189 `(gnus-summary-high-unread ((,class (:weight normal :foreground "black" :background "#FFFFCC")))) 200 `(gnus-summary-high-unread ((,class (:weight bold :foreground "black" :background "#FFFFCC"))))
190 `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55")))) 201 `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55"))))
191 `(gnus-summary-low-read ((,class (:slant italic :foreground "gray55" :background "#E0E0E0")))) 202 `(gnus-summary-low-read ((,class (:slant italic :foreground "#999999" :background "#E0E0E0"))))
192 `(gnus-summary-low-ticked ((,class (:slant italic :foreground "black" :background "#E7AEB0")))) 203 `(gnus-summary-low-ticked ((,class ,mail-ticked)))
193 `(gnus-summary-low-unread ((,class (:slant italic :foreground "black")))) 204 `(gnus-summary-low-unread ((,class (:slant italic :foreground "black"))))
194 `(gnus-summary-normal-ancient ((,class (:foreground "#808080")))) 205 `(gnus-summary-normal-ancient ((,class ,mail-read)))
195 `(gnus-summary-normal-read ((,class (:foreground "#808080")))) 206 `(gnus-summary-normal-read ((,class ,mail-read)))
196 `(gnus-summary-normal-ticked ((,class (:foreground "black" :background "#E7AEB0")))) 207 `(gnus-summary-normal-ticked ((,class ,mail-ticked)))
197 `(gnus-summary-normal-unread ((,class (:foreground "black")))) 208 `(gnus-summary-normal-unread ((,class ,mail-unread)))
198 `(gnus-summary-selected ((,class (:underline t :foreground "black" :background "#FFD0D0")))) 209 `(gnus-summary-selected ((,class (:foreground "white" :background "#008CD7"))))
199 `(gnus-x-face ((,class (:foreground "black" :background "white")))) 210 `(gnus-x-face ((,class (:foreground "black" :background "white"))))
200 211
201 ;; Message faces 212 ;; Message faces
202 `(message-header-name ((,class ,mail-header-name))) 213 `(message-header-name ((,class ,mail-header-name)))
203 `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue")))) 214 `(message-header-cc ((,class ,mail-to)))
204 `(message-header-other ((,class (:family "Sans Serif" :foreground "#3399CC")))) 215 `(message-header-other ((,class ,mail-header-other)))
205 `(message-header-subject ((,class ,subject))) 216 `(message-header-subject ((,class ,subject)))
206 `(message-header-to ((,class (:family "Sans Serif" :foreground "blue")))) 217 `(message-header-to ((,class ,mail-to)))
207 `(message-cited-text ((,class (:foreground "#5050B0")))) 218 `(message-cited-text ((,class (:foreground "#5050B0"))))
208 `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground "red")))) 219 `(message-separator ((,class (:family "Sans Serif" :weight normal :foreground "#BDC2C6"))))
209 `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) 220 `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC"))))
210 `(message-header-xheader ((,class (:family "Sans Serif" :foreground "#3399CC")))) 221 `(message-header-xheader ((,class ,mail-header-other)))
211 `(message-mml ((,class (:foreground "forest green")))) 222 `(message-mml ((,class (:foreground "forest green"))))
212 223
213 ;; Diff 224 ;; Diff
214 `(diff-added ((,class ,diff-added))) 225 `(diff-added ((,class ,diff-added)))
215 `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF")))) 226 `(diff-changed ((,class ,diff-changed)))
216 `(diff-context ((,class ,diff-none))) 227 `(diff-context ((,class ,diff-none)))
217 `(diff-file-header ((,class (:foreground "#0000CC" :background "#EAF2F5")))) 228 `(diff-file-header ((,class ,diff-header)))
218 `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background "#EAF2F5")))) 229 `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background "#EAF2F5"))))
219 `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5")))) 230 `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5"))))
220 `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5")))) 231 `(diff-function ((,class (:foreground "darkgray"))))
232 `(diff-header ((,class ,diff-header)))
221 `(diff-hunk-header ((,class ,diff-hunk-header))) 233 `(diff-hunk-header ((,class ,diff-hunk-header)))
222 `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ; my foreground is NOT applied!? 234 `(diff-index ((,class ,diff-header)))
223 `(diff-indicator-added ((,class (:foreground "#008000" :background "#AAFFAA")))) 235 `(diff-indicator-added ((,class (:background "#AAFFAA"))))
224 `(diff-indicator-changed ((,class (:foreground "black" :background "#AAAAFF")))) 236 `(diff-indicator-changed ((,class (:background "#8080FF"))))
225 `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA")))) 237 `(diff-indicator-removed ((,class (:background "#FFBBBB"))))
226 `(diff-refine-change ((,class (:background "#DDDDFF")))) 238 `(diff-refine-change ((,class (:background "#DDDDFF"))))
227 `(diff-removed ((,class ,diff-removed))) 239 `(diff-removed ((,class ,diff-removed)))
228 240
@@ -241,8 +253,11 @@ Semantic, and Ansi-Color faces are included -- and much more...")
241 `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey")))) 253 `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey"))))
242 254
243 ;; Flyspell 255 ;; Flyspell
256;; (when (version< emacs-version "24.XXX")
244 `(flyspell-duplicate ((,class (:underline "#008000" :inherit nil)))) 257 `(flyspell-duplicate ((,class (:underline "#008000" :inherit nil))))
245 `(flyspell-incorrect ((,class (:underline "red" :inherit nil)))) 258 `(flyspell-incorrect ((,class (:underline "red" :inherit nil))))
259;; `(flyspell-duplicate ((,class (:underline (:style wave :color "#008000") :inherit nil))))
260;; `(flyspell-incorrect ((,class (:underline (:style wave :color "red") :inherit nil))))
246 261
247 ;; ;; Semantic faces 262 ;; ;; Semantic faces
248 ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) 263 ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4))))
@@ -257,13 +272,19 @@ Semantic, and Ansi-Color faces are included -- and much more...")
257 `(Info-title-2-face ((,class ,ol2))) 272 `(Info-title-2-face ((,class ,ol2)))
258 `(Info-title-3-face ((,class ,ol3))) 273 `(Info-title-3-face ((,class ,ol3)))
259 `(Info-title-4-face ((,class ,ol4))) 274 `(Info-title-4-face ((,class ,ol4)))
275 `(ac-completion-face ((,class (:underline nil :foreground "#C0C0C0")))) ; like Google
260 `(ace-jump-face-foreground ((,class (:foreground "black" :background "#FBE448")))) 276 `(ace-jump-face-foreground ((,class (:foreground "black" :background "#FBE448"))))
277 `(auto-dim-other-buffers-face ((,class (:background "#F7F7F7"))))
261 `(bbdb-company ((,class (:slant italic :foreground "steel blue")))) 278 `(bbdb-company ((,class (:slant italic :foreground "steel blue"))))
262 `(bbdb-field-name ((,class (:weight bold :foreground "steel blue")))) 279 `(bbdb-field-name ((,class (:weight bold :foreground "steel blue"))))
263 `(bbdb-field-value ((,class (:foreground "steel blue")))) 280 `(bbdb-field-value ((,class (:foreground "steel blue"))))
264 `(bbdb-name ((,class (:underline t :foreground "#FF6633")))) 281 `(bbdb-name ((,class (:underline t :foreground "#FF6633"))))
282 `(bmkp-light-autonamed ((,class (:background "#C2DDFD"))))
283 `(bmkp-light-fringe-autonamed ((,class (:background "#90AFD5"))))
284 `(bmkp-light-fringe-non-autonamed ((,class (:background "#D5FFD5"))))
285 `(bmkp-light-non-autonamed ((,class (:background "#C4FFC4"))))
265 `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray")))) 286 `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray"))))
266 `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) 287 `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
267 `(cfw:face-annotation ((,class (:foreground "green" :background "red")))) 288 `(cfw:face-annotation ((,class (:foreground "green" :background "red"))))
268 `(cfw:face-day-title ((,class (:foreground "#C9C9C9")))) 289 `(cfw:face-day-title ((,class (:foreground "#C9C9C9"))))
269 `(cfw:face-default-content ((,class (:foreground "#2952A3")))) 290 `(cfw:face-default-content ((,class (:foreground "#2952A3"))))
@@ -277,8 +298,8 @@ Semantic, and Ansi-Color faces are included -- and much more...")
277 `(cfw:face-select ((,class (:foreground "#4A95EB" :background "#EDF1FA")))) 298 `(cfw:face-select ((,class (:foreground "#4A95EB" :background "#EDF1FA"))))
278 `(cfw:face-sunday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) 299 `(cfw:face-sunday ((,class (:foreground "#4E4E4E" :background "white" :weight bold))))
279 `(cfw:face-title ((,class (:height 2.0 :foreground "#676767" :weight bold :inherit variable-pitch)))) 300 `(cfw:face-title ((,class (:height 2.0 :foreground "#676767" :weight bold :inherit variable-pitch))))
280 `(cfw:face-today ((,class (:foreground "#4F4A3D" :background "#FFFABE")))) 301 `(cfw:face-today ((,class (:foreground "#4F4A3D" :background "#FFFFCC"))))
281 `(cfw:face-today-title ((,class (:foreground "#4A95EB" :background "#FFFABE")))) 302 `(cfw:face-today-title ((,class (:foreground "#4A95EB" :background "#FFFFCC"))))
282 `(cfw:face-toolbar ((,class (:background "white")))) 303 `(cfw:face-toolbar ((,class (:background "white"))))
283 `(cfw:face-toolbar-button-off ((,class (:foreground "#CFCFCF" :background "white")))) 304 `(cfw:face-toolbar-button-off ((,class (:foreground "#CFCFCF" :background "white"))))
284 `(cfw:face-toolbar-button-on ((,class (:foreground "#5E5E5E" :background "#F6F6F6")))) 305 `(cfw:face-toolbar-button-on ((,class (:foreground "#5E5E5E" :background "#F6F6F6"))))
@@ -290,8 +311,13 @@ Semantic, and Ansi-Color faces are included -- and much more...")
290 `(circe-originator-face ((,class (:foreground "blue")))) 311 `(circe-originator-face ((,class (:foreground "blue"))))
291 `(circe-prompt-face ((,class (:foreground "red")))) 312 `(circe-prompt-face ((,class (:foreground "red"))))
292 `(circe-server-face ((,class (:foreground "#99CAE5")))) 313 `(circe-server-face ((,class (:foreground "#99CAE5"))))
293 `(comint-highlight-input ((,class (:weight bold :foreground "#0000FF")))) 314 `(comint-highlight-input ((,class (:weight bold :foreground "#0000FF" :inherit nil))))
294 `(comint-highlight-prompt ((,class (:weight bold :foreground "black" :background "gold")))) 315 ;; `(comint-highlight-prompt ((,class (:weight bold :foreground "black" :background "gold"))))
316 `(comint-highlight-prompt ((,class (:weight bold :foreground "#0000FF" :inherit nil))))
317 `(company-preview-common ((,class (:foreground "#C0C0C0" :background "#FFFFD7")))) ; same background as highlight-line
318 `(company-tooltip-annotation ((,class (:foreground "#999999" :background "cornsilk"))))
319 `(company-tooltip-common ((,class (:weight bold :inherit company-tooltip))))
320 `(company-tooltip-common-selection ((,class (:weight bold :inherit company-tooltip-selection))))
295 `(compare-windows ((,class (:background "#FFFF00")))) 321 `(compare-windows ((,class (:background "#FFFF00"))))
296 `(compilation-error ((,class (:weight bold :foreground "red")))) 322 `(compilation-error ((,class (:weight bold :foreground "red"))))
297 `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ; used for grep 323 `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ; used for grep
@@ -322,25 +348,31 @@ Semantic, and Ansi-Color faces are included -- and much more...")
322 `(custom-variable-button ((,class (:weight bold :underline t)))) 348 `(custom-variable-button ((,class (:weight bold :underline t))))
323 `(custom-variable-tag ((,class (:family "Sans Serif" :height 1.2 :weight bold :foreground "blue1")))) 349 `(custom-variable-tag ((,class (:family "Sans Serif" :height 1.2 :weight bold :foreground "blue1"))))
324 `(custom-visibility ((,class ,link))) 350 `(custom-visibility ((,class ,link)))
351 `(diff-hl-change ((,class (:foreground "blue3" :inherit diff-changed))))
352 `(diff-hl-delete ((,class (:foreground "red3" :inherit diff-removed))))
353 `(diff-hl-dired-change ((,class (:background "#FFA335" :foreground "black" :weight bold))))
354 `(diff-hl-dired-unknown ((,class (:foreground "white" :background "#3F3BB4"))))
355 `(diff-hl-insert ((,class (:foreground "green4" :inherit diff-added))))
356 `(diff-hl-unknown ((,class (:foreground "white" :background "#3F3BB4"))))
325 `(diary-face ((,class (:foreground "#87C9FC")))) 357 `(diary-face ((,class (:foreground "#87C9FC"))))
326 `(dircolors-face-asm ((,class (:foreground "black")))) 358 `(dircolors-face-asm ((,class (:foreground "black"))))
327 `(dircolors-face-backup ((,class (:foreground "black")))) 359 `(dircolors-face-backup ((,class (:foreground "black"))))
328 `(dircolors-face-compress ((,class (:foreground "red")))) 360 `(dircolors-face-compress ((,class (:foreground "red"))))
329 `(dircolors-face-dir ((,class ,directory))) 361 `(dircolors-face-dir ((,class ,directory)))
330 `(dircolors-face-doc ((,class (:foreground "black")))) 362 `(dircolors-face-doc ((,class (:foreground "black"))))
331 `(dircolors-face-dos ((,class (:foreground "green3")))) 363 `(dircolors-face-dos ((,class (:foreground "ForestGreen"))))
332 `(dircolors-face-emacs ((,class (:foreground "black")))) 364 `(dircolors-face-emacs ((,class (:foreground "black"))))
333 `(dircolors-face-exec ((,class (:foreground "green3")))) 365 `(dircolors-face-exec ((,class (:foreground "ForestGreen"))))
334 `(dircolors-face-html ((,class (:foreground "black")))) 366 `(dircolors-face-html ((,class (:foreground "black"))))
335 `(dircolors-face-img ((,class (:foreground "black")))) 367 `(dircolors-face-img ((,class (:foreground "magenta3"))))
336 `(dircolors-face-lang ((,class (:foreground "black")))) 368 `(dircolors-face-lang ((,class (:foreground "black"))))
337 `(dircolors-face-lang-interface ((,class (:foreground "black")))) 369 `(dircolors-face-lang-interface ((,class (:foreground "black"))))
338 `(dircolors-face-make ((,class (:foreground "black")))) 370 `(dircolors-face-make ((,class (:foreground "black"))))
339 `(dircolors-face-objet ((,class (:foreground "black")))) 371 `(dircolors-face-objet ((,class (:foreground "black"))))
340 `(dircolors-face-package ((,class (:foreground "red")))) 372 `(dircolors-face-package ((,class (:foreground "black"))))
341 `(dircolors-face-paddb ((,class (:foreground "black")))) 373 `(dircolors-face-paddb ((,class (:foreground "black"))))
342 `(dircolors-face-ps ((,class (:foreground "black")))) 374 `(dircolors-face-ps ((,class (:foreground "black"))))
343 `(dircolors-face-sound ((,class (:foreground "black")))) 375 `(dircolors-face-sound ((,class (:foreground "DeepSkyBlue"))))
344 `(dircolors-face-tar ((,class (:foreground "red")))) 376 `(dircolors-face-tar ((,class (:foreground "red"))))
345 `(dircolors-face-text ((,class (:foreground "black")))) 377 `(dircolors-face-text ((,class (:foreground "black"))))
346 `(dircolors-face-yacc ((,class (:foreground "black")))) 378 `(dircolors-face-yacc ((,class (:foreground "black"))))
@@ -355,9 +387,9 @@ Semantic, and Ansi-Color faces are included -- and much more...")
355 `(diredp-dir-heading ((,class ,directory))) 387 `(diredp-dir-heading ((,class ,directory)))
356 `(diredp-dir-priv ((,class ,directory))) 388 `(diredp-dir-priv ((,class ,directory)))
357 `(diredp-exec-priv ((,class (:background "#03C03C")))) 389 `(diredp-exec-priv ((,class (:background "#03C03C"))))
358 `(diredp-executable-tag ((,class (:foreground "green3" :background "white")))) 390 `(diredp-executable-tag ((,class (:foreground "ForestGreen" :background "white"))))
359 `(diredp-file-name ((,class (:foreground "black")))) 391 `(diredp-file-name ((,class (:foreground "black"))))
360 `(diredp-file-suffix ((,class (:foreground "#008000")))) 392 `(diredp-file-suffix ((,class (:foreground "#C0C0C0"))))
361 `(diredp-flag-mark-line ((,class ,marked-line))) 393 `(diredp-flag-mark-line ((,class ,marked-line)))
362 `(diredp-ignored-file-name ((,class ,shadow))) 394 `(diredp-ignored-file-name ((,class ,shadow)))
363 `(diredp-read-priv ((,class (:background "#0A99FF")))) 395 `(diredp-read-priv ((,class (:background "#0A99FF"))))
@@ -389,14 +421,18 @@ Semantic, and Ansi-Color faces are included -- and much more...")
389 `(helm-ff-symlink ((,class ,symlink))) 421 `(helm-ff-symlink ((,class ,symlink)))
390 `(helm-file-name ((,class (:foreground "blue")))) 422 `(helm-file-name ((,class (:foreground "blue"))))
391 `(helm-gentoo-match-face ((,class (:foreground "red")))) 423 `(helm-gentoo-match-face ((,class (:foreground "red"))))
424 `(helm-grep-match ((,class ,match)))
392 `(helm-grep-running ((,class (:weight bold :foreground "white")))) 425 `(helm-grep-running ((,class (:weight bold :foreground "white"))))
393 `(helm-grep-lineno ((,class ,shadow))) 426 `(helm-grep-lineno ((,class ,shadow)))
394 `(helm-isearch-match ((,class (:background "#CCFFCC")))) 427 `(helm-isearch-match ((,class (:background "#CCFFCC"))))
395 `(helm-match ((,class ,match))) 428 `(helm-match ((,class ,match)))
396 `(helm-moccur-buffer ((,class (:foreground "#0066CC")))) 429 `(helm-moccur-buffer ((,class (:foreground "#0066CC"))))
397 `(helm-selection ((,class ,highlight-line))) 430 `(helm-selection ((,class ,volatile-highlight)))
398 `(helm-selection-line ((,class ,volatile-highlight))) 431 `(helm-selection-line ((,class ,volatile-highlight)))
399 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF")))) 432 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF"))))
433 `(helm-swoop-target-line-face ((,class ,volatile-highlight)))
434 `(helm-swoop-target-line-block-face ((,class (:background "#CCCC00" :foreground "#222222"))))
435 `(helm-swoop-target-word-face ((,class (:weight bold :foreground nil :background "#FDBD33"))))
400 `(helm-visible-mark ((,class ,marked-line))) 436 `(helm-visible-mark ((,class ,marked-line)))
401 `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1")))) 437 `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
402 `(highlight-symbol-face ((,class (:background "#FFFFA0")))) 438 `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
@@ -424,7 +460,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
424 `(info-xref ((,class (:underline t :foreground "#006DAF")))) ; unvisited cross-references 460 `(info-xref ((,class (:underline t :foreground "#006DAF")))) ; unvisited cross-references
425 `(info-xref-visited ((,class (:underline t :foreground "magenta4")))) ; previously visited cross-references 461 `(info-xref-visited ((,class (:underline t :foreground "magenta4")))) ; previously visited cross-references
426 `(light-symbol-face ((,class (:background "#FFFFA0")))) 462 `(light-symbol-face ((,class (:background "#FFFFA0"))))
427 `(linum ((,class (:foreground "#AFAFAF" :background "white")))) 463 `(linum ((,class (:foreground "#9A9A9A" :background "#EDEDED"))))
428 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5")))) 464 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
429 `(lui-button-face ((,class ,link))) 465 `(lui-button-face ((,class ,link)))
430 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname 466 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname
@@ -440,7 +476,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
440 `(magit-item-mark ((,class ,marked-line))) 476 `(magit-item-mark ((,class ,marked-line)))
441 `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style nil))))) 477 `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style nil)))))
442 `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style nil))))) 478 `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style nil)))))
443 `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "cornflower blue")))) 479 `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "cornflower blue" :inherit nil))))
444 `(makefile-space-face ((,class (:background "hot pink")))) 480 `(makefile-space-face ((,class (:background "hot pink"))))
445 `(makefile-targets ((,class (:weight bold :foreground "blue")))) 481 `(makefile-targets ((,class (:weight bold :foreground "blue"))))
446 `(match ((,class ,match))) 482 `(match ((,class ,match)))
@@ -459,23 +495,22 @@ Semantic, and Ansi-Color faces are included -- and much more...")
459 `(nxml-processing-instruction-target-face ((,class (:foreground "purple1")))) 495 `(nxml-processing-instruction-target-face ((,class (:foreground "purple1"))))
460 `(nxml-tag-delimiter-face ((,class (:foreground "blue")))) 496 `(nxml-tag-delimiter-face ((,class (:foreground "blue"))))
461 `(nxml-tag-slash-face ((,class (:foreground "blue")))) 497 `(nxml-tag-slash-face ((,class (:foreground "blue"))))
462 `(org-agenda-block-count ((,class (:weight bold :foreground "blue")))) 498 `(org-agenda-block-count ((,class (:weight bold :foreground "#A5A5A5"))))
463 `(org-agenda-calendar-event ((,class (:weight bold :foreground "#3774CC" :background "#A8C5EF")))) 499 `(org-agenda-calendar-event ((,class (:weight bold :foreground "#3774CC" :background "#A8C5EF"))))
464 `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE")))) 500 `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE"))))
465 `(org-agenda-clocking ((,class ,clock-line))) 501 `(org-agenda-clocking ((,class (:foreground "black" :background "#EEC900"))))
466 `(org-agenda-column-dateline ((,class ,column))) 502 `(org-agenda-column-dateline ((,class ,column)))
467 `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF")))) 503 `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF"))))
468 `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF")))) 504 `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF"))))
469 `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE")))) 505 `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
470 `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E")))) 506 `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E"))))
471 `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background "light blue")))) 507 `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background "light blue"))))
472 `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2")))) 508 `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2"))))
473 `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE")))) 509 `(org-agenda-done ((,class (:foreground "#555555"))))
474 `(org-agenda-filter-category ((,class (:weight bold :foreground "orange")))) 510 `(org-agenda-filter-category ((,class (:weight bold :foreground "orange"))))
475 `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange")))) 511 `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange"))))
476 `(org-agenda-restriction-lock ((,class (:background "#E77D63")))) 512 `(org-agenda-restriction-lock ((,class (:background "#E77D63"))))
477 ;; `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC")))) 513 `(org-agenda-structure ((,class (:height 1.6 :weight bold :foreground "#1F8DD6"))))
478 `(org-agenda-structure ((,class (:height 1.6 :bold nil :foreground "#999999"))))
479 `(org-archived ((,class (:foreground "gray70")))) 514 `(org-archived ((,class (:foreground "gray70"))))
480 `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0")))) 515 `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0"))))
481 `(org-block ((,class ,code-block))) 516 `(org-block ((,class ,code-block)))
@@ -488,7 +523,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
488 `(org-column ((,class ,column))) 523 `(org-column ((,class ,column)))
489 `(org-column-title ((,class ,column))) 524 `(org-column-title ((,class ,column)))
490 `(org-date ((,class (:underline t :foreground "#00459E")))) 525 `(org-date ((,class (:underline t :foreground "#00459E"))))
491 `(org-default ((,class (:foreground "#333333")))) 526 `(org-default ((,class (:foreground "#333333" :background "#FFFFFF"))))
492 `(org-dim ((,class (:foreground "#AAAAAA")))) 527 `(org-dim ((,class (:foreground "#AAAAAA"))))
493 `(org-document-info ((,class (:foreground "#484848")))) 528 `(org-document-info ((,class (:foreground "#484848"))))
494 `(org-document-info-keyword ((,class (:foreground "#008ED1" :background "#EAEAFF")))) 529 `(org-document-info-keyword ((,class (:foreground "#008ED1" :background "#EAEAFF"))))
@@ -499,10 +534,10 @@ Semantic, and Ansi-Color faces are included -- and much more...")
499 `(org-example ((,class (:foreground "blue" :background "#EAFFEA")))) 534 `(org-example ((,class (:foreground "blue" :background "#EAFFEA"))))
500 `(org-footnote ((,class (:underline t :foreground "#008ED1")))) 535 `(org-footnote ((,class (:underline t :foreground "#008ED1"))))
501 `(org-formula ((,class (:foreground "chocolate1")))) 536 `(org-formula ((,class (:foreground "chocolate1"))))
502 `(org-headline-done ((,class (:height 1.0 :weight normal :foreground "#999999")))) 537 `(org-headline-done ((,class (:height 1.0 :weight normal :strike-through t :foreground "#ADADAD"))))
503 `(org-hide ((,class (:foreground "#E2E2E2")))) 538 `(org-hide ((,class (:foreground "#E2E2E2"))))
504 `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6")))) 539 `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6"))))
505 `(org-latex-and-related ((,class ,code-block))) 540 `(org-latex-and-related ((,class (:foreground "#336699" :background "white"))))
506 `(org-level-1 ((,class ,ol1))) 541 `(org-level-1 ((,class ,ol1)))
507 `(org-level-2 ((,class ,ol2))) 542 `(org-level-2 ((,class ,ol2)))
508 `(org-level-3 ((,class ,ol3))) 543 `(org-level-3 ((,class ,ol3)))
@@ -513,6 +548,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
513 `(org-level-8 ((,class ,ol8))) 548 `(org-level-8 ((,class ,ol8)))
514 `(org-link ((,class ,link))) 549 `(org-link ((,class ,link)))
515 `(org-list-dt ((,class (:weight bold :foreground "#335EA8")))) 550 `(org-list-dt ((,class (:weight bold :foreground "#335EA8"))))
551 `(org-macro ((,class (:foreground "white" :background "#EDB802"))))
516 `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background "#EAEAFF")))) 552 `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background "#EAEAFF"))))
517 `(org-mode-line-clock ((,class ,clock-line))) 553 `(org-mode-line-clock ((,class ,clock-line)))
518 `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1 :color "#335EA8") :foreground "white" :background "#FF4040")))) 554 `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1 :color "#335EA8") :foreground "white" :background "#FF4040"))))
@@ -520,12 +556,12 @@ Semantic, and Ansi-Color faces are included -- and much more...")
520 `(org-property-value ((,class (:foreground "#00A000")))) 556 `(org-property-value ((,class (:foreground "#00A000"))))
521 `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0")))) 557 `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0"))))
522 `(org-scheduled ((,class (:foreground "#333333")))) 558 `(org-scheduled ((,class (:foreground "#333333"))))
523 `(org-scheduled-previously ((,class (:weight bold :foreground "#373737")))) 559 `(org-scheduled-previously ((,class (:foreground "#F22659"))))
524 `(org-scheduled-today ((,class (:foreground "#4F4A3D" :background "#FFFABE")))) 560 `(org-scheduled-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
525 `(org-sexp-date ((,class (:foreground "#3774CC")))) 561 `(org-sexp-date ((,class (:foreground "#3774CC"))))
526 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) 562 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA"))))
527 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) 563 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
528 `(org-tag ((,class (:weight normal :slant italic :foreground "#9A9FA4" :background "#F3F3F3")))) 564 `(org-tag ((,class (:weight normal :slant italic :foreground "#9A9FA4" :background "white"))))
529 `(org-target ((,class ,link))) 565 `(org-target ((,class ,link)))
530 `(org-time-grid ((,class (:foreground "#CFCFCF")))) 566 `(org-time-grid ((,class (:foreground "#CFCFCF"))))
531 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) 567 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4"))))
@@ -544,9 +580,25 @@ Semantic, and Ansi-Color faces are included -- and much more...")
544 `(pabbrev-debug-display-label-face ((,class (:background "chartreuse")))) 580 `(pabbrev-debug-display-label-face ((,class (:background "chartreuse"))))
545 `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red")))) 581 `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red"))))
546 `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple")))) 582 `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple"))))
547 `(paren-face-match ((,class (:foreground "#E2464C" :background "#FFE182")))) 583 `(paren-face-match ((,class ,paren-matched)))
548 `(paren-face-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) 584 `(paren-face-mismatch ((,class ,paren-unmatched)))
549 `(paren-face-no-match ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) 585 `(paren-face-no-match ((,class ,paren-unmatched)))
586 `(persp-selected-face ((,class (:weight bold :foreground "#EEF5FE"))))
587 `(powerline-active1 ((,class (:background "grey22" :inherit mode-line))))
588 `(powerline-active2 ((,class (:background "#4070B6" :inherit mode-line))))
589 `(powerline-inactive1 ((,class (:background "#686868" :inherit mode-line-inactive))))
590 `(powerline-inactive2 ((,class (:background "#A9A9A9" :inherit mode-line-inactive))))
591 `(rainbow-delimiters-depth-1-face ((,class (:foreground "#707183"))))
592 `(rainbow-delimiters-depth-2-face ((,class (:foreground "#7388D6"))))
593 `(rainbow-delimiters-depth-3-face ((,class (:foreground "#909183"))))
594 `(rainbow-delimiters-depth-4-face ((,class (:foreground "#709870"))))
595 `(rainbow-delimiters-depth-5-face ((,class (:foreground "#907373"))))
596 `(rainbow-delimiters-depth-6-face ((,class (:foreground "#6276BA"))))
597 `(rainbow-delimiters-depth-7-face ((,class (:foreground "#858580"))))
598 `(rainbow-delimiters-depth-8-face ((,class (:foreground "#80A880"))))
599 `(rainbow-delimiters-depth-9-face ((,class (:foreground "#887070"))))
600 `(rainbow-delimiters-mismatched-face ((,class ,paren-unmatched)))
601 `(rainbow-delimiters-unmatched-face ((,class ,paren-unmatched)))
550 `(recover-this-file ((,class (:weight bold :background "#FF3F3F")))) 602 `(recover-this-file ((,class (:weight bold :background "#FF3F3F"))))
551 `(rng-error ((,class (:weight bold :foreground "red" :background "#FBE3E4")))) 603 `(rng-error ((,class (:weight bold :foreground "red" :background "#FBE3E4"))))
552 `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE")))) 604 `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE"))))
@@ -556,9 +608,9 @@ Semantic, and Ansi-Color faces are included -- and much more...")
556 `(shell-output-2-face ((,class (:foreground "blue")))) 608 `(shell-output-2-face ((,class (:foreground "blue"))))
557 `(shell-output-3-face ((,class (:foreground "purple")))) 609 `(shell-output-3-face ((,class (:foreground "purple"))))
558 `(shell-output-face ((,class (:foreground "black")))) 610 `(shell-output-face ((,class (:foreground "black"))))
559 `(shell-prompt-face ((,class (:weight bold :foreground "yellow")))) 611 ;; `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
560 `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFFF00")))) 612 `(show-paren-match ((,class ,paren-matched)))
561 `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) 613 `(show-paren-mismatch ((,class ,paren-unmatched)))
562 `(sml-modeline-end-face ((,class (:background "#6BADF6")))) ; #335EA8 614 `(sml-modeline-end-face ((,class (:background "#6BADF6")))) ; #335EA8
563 `(sml-modeline-vis-face ((,class (:background "#1979CA")))) 615 `(sml-modeline-vis-face ((,class (:background "#1979CA"))))
564 `(speedbar-button-face ((,class (:foreground "green4")))) 616 `(speedbar-button-face ((,class (:foreground "green4"))))
@@ -625,10 +677,13 @@ Semantic, and Ansi-Color faces are included -- and much more...")
625 `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1")))) 677 `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1"))))
626 )) 678 ))
627 679
628(custom-theme-set-variables 680(custom-theme-set-variables 'leuven
629 'leuven 681 '(ansi-color-faces-vector
630 '(ansi-color-names-vector ["#242424" "#E5786D" "#95E454" "#CAE682" 682 [default default default italic underline success warning error])
631 "#8AC6F2" "#333366" "#CCAA8F" "#F6F3E8"])) 683 '(ansi-color-names-vector
684 ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
685 ; colors used in Shell mode
686 )
632 687
633;;;###autoload 688;;;###autoload
634(when (and (boundp 'custom-theme-load-path) 689(when (and (boundp 'custom-theme-load-path)