aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Niessen2014-01-16 15:18:55 -0500
committerGlenn Morris2014-01-16 15:18:55 -0500
commitb5ccc1beb33fb90e6ed7a0b1d5aa7eca431d0200 (patch)
treeef507bfcf895eb73b5718c95154486b9d8ea6225
parent39903fd1fc793bb51d44cf48a48b58e8c114a97e (diff)
downloademacs-b5ccc1beb33fb90e6ed7a0b1d5aa7eca431d0200.tar.gz
emacs-b5ccc1beb33fb90e6ed7a0b1d5aa7eca431d0200.zip
* etc/themes/leuven-theme.el: Updates.
Fixes: debbugs:16442
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/themes/leuven-theme.el140
2 files changed, 75 insertions, 69 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3849ca413d3..a34f6961a06 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-01-16 Fabrice Niessen <fniessen@pirilampo.org>
2
3 * themes/leuven-theme.el: Updates. (Bug#16442)
4
12014-01-12 David Engster <deng@randomsample.de> 52014-01-12 David Engster <deng@randomsample.de>
2 6
3 * NEWS: Add missing renames to EIEIO section. Also, no functions 7 * NEWS: Add missing renames to EIEIO section. Also, no functions
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el
index a6aa533bc06..7285398e6c9 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: 20130918.1010 7;; Version: 20140113.1205
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.
@@ -46,14 +46,14 @@ 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 '(:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#FFFFE0")) 49 (code-inline '(:foreground "#007300" :background "#EBF5EB"))
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-hunk-header '(:foreground "#990099" :background "#FFEEFF")) 52 (diff-hunk-header '(:foreground "#990099" :background "#FFEEFF"))
53 (diff-none '(:foreground "gray33")) 53 (diff-none '(:foreground "gray33"))
54 (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) 54 (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
55 (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) 55 (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
56 (highlight-line '(:background "#FEFCAE")) ;; #F5F5F5 or #CCDEED 56 (highlight-line '(:background "#FEFCAE")) ; #F5F5F5 or #CCDEED
57 (link '(:underline t :foreground "#006DAF")) 57 (link '(:underline t :foreground "#006DAF"))
58 (mail-header-name '(:weight bold :foreground "black")) 58 (mail-header-name '(:weight bold :foreground "black"))
59 (marked-line '(:weight bold :foreground "white" :background "red")) 59 (marked-line '(:weight bold :foreground "white" :background "red"))
@@ -66,9 +66,9 @@ Semantic, and Ansi-Color faces are included -- and much more...")
66 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC")) 66 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
67 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C")) 67 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
68 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008")) 68 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
69 (region '(:background "#ADD6FF")) ;; #CCCCCC 69 (region '(:background "#ADD6FF")) ; #CCCCCC
70 (shadow '(:foreground "#7F7F7F")) 70 (shadow '(:foreground "#7F7F7F"))
71 (string '(:foreground "#FF4700")) ;; #D0372D or #23238E 71 (string '(:foreground "#036A07")) ; #D0372D or #23238E or #20590C
72 (subject '(:weight bold :foreground "#CF5D60")) 72 (subject '(:weight bold :foreground "#CF5D60"))
73 (symlink '(:foreground "deep sky blue")) 73 (symlink '(:foreground "deep sky blue"))
74 (volatile-highlight '(:background "#FBE448")) 74 (volatile-highlight '(:background "#FBE448"))
@@ -81,22 +81,22 @@ Semantic, and Ansi-Color faces are included -- and much more...")
81 `(bold-italic ((,class (:weight bold :slant italic :foreground "black")))) 81 `(bold-italic ((,class (:weight bold :slant italic :foreground "black"))))
82 `(italic ((,class (:slant italic :foreground "#1A1A1A")))) 82 `(italic ((,class (:slant italic :foreground "#1A1A1A"))))
83 `(underline ((,class (:underline t)))) 83 `(underline ((,class (:underline t))))
84 `(cursor ((,class (:background "#15FF00")))) 84 `(cursor ((,class (:background "#0FB300"))))
85 85
86 ;; Highlighting faces 86 ;; Highlighting faces
87 `(fringe ((,class (:foreground "#56B556" :background "#E2F9E2")))) 87 `(fringe ((,class (:foreground "#F7A421" :background "#F2F2F2"))))
88 `(highlight ((,class ,volatile-highlight))) 88 `(highlight ((,class ,volatile-highlight)))
89 `(region ((,class ,region))) 89 `(region ((,class ,region)))
90 `(secondary-selection ((,class ,match))) ;; used by Org-mode for highlighting matched entries and keywords 90 `(secondary-selection ((,class ,match))) ; used by Org-mode for highlighting matched entries and keywords
91 `(isearch ((,class (:weight bold :foreground "#00AA00" :background "#99FF99")))) 91 `(isearch ((,class (:weight bold :foreground "#00AA00" :background "#99FF99"))))
92 `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999")))) 92 `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999"))))
93 `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background "#FF66FF")))) 93 `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background "#FF66FF"))))
94 `(trailing-whitespace ((,class (:background "#F6EBFE")))) 94 `(trailing-whitespace ((,class (:background "#F6EBFE"))))
95 `(whitespace-hspace ((,class (:foreground "#D2D2D2"))))
96 `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow"))))
95 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88")))) 97 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88"))))
96 `(whitespace-tab ((,class (:foreground "lightgray" :background "beige")))) 98 `(whitespace-tab ((,class (:foreground "lightgray" :background "beige"))))
97 `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow"))))
98 `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) 99 `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1"))))
99 `(whitespace-hspace ((,class (:background "#CCE8F6"))))
100 100
101 ;; Mode line faces 101 ;; Mode line faces
102 `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8")))) 102 `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8"))))
@@ -110,31 +110,31 @@ Semantic, and Ansi-Color faces are included -- and much more...")
110 `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black" :background "gold")))) 110 `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black" :background "gold"))))
111 `(escape-glyph ((,class (:foreground "#008ED1")))) 111 `(escape-glyph ((,class (:foreground "#008ED1"))))
112 `(error ((,class (:foreground "red")))) 112 `(error ((,class (:foreground "red"))))
113 `(warning ((,class (:foreground "orange")))) 113 `(warning ((,class (:weight bold :foreground "orange"))))
114 `(success ((,class (:foreground "green")))) 114 `(success ((,class (:foreground "green"))))
115 115
116 ;; Font lock faces 116 ;; Font lock faces
117 `(font-lock-builtin-face ((,class (:foreground "#006FE0")))) 117 `(font-lock-builtin-face ((,class (:foreground "#006FE0"))))
118 `(font-lock-comment-delimiter-face ((,class (:foreground "#008200")))) ;; #696969 118 `(font-lock-comment-delimiter-face ((,class (:foreground "#8D8D84")))) ; #696969
119 `(font-lock-comment-face ((,class (:slant italic :foreground "#008200")))) ;; #696969 119 `(font-lock-comment-face ((,class (:slant italic :foreground "#8D8D84")))) ; #696969
120 `(font-lock-constant-face ((,class (:foreground "#6434A3")))) 120 `(font-lock-constant-face ((,class (:foreground "#D0372D"))))
121 `(font-lock-doc-face ((,class (:foreground "#008000")))) 121 `(font-lock-doc-face ((,class (:foreground "#008000"))))
122 `(font-lock-doc-string-face ((,class (:foreground "#008000")))) 122 `(font-lock-doc-string-face ((,class (:foreground "#008000"))))
123 `(font-lock-function-name-face ((,class (:foreground "#006699")))) 123 `(font-lock-function-name-face ((,class (:weight normal :foreground "#006699"))))
124 `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ;; #3654DC 124 `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ; #3654DC
125 `(font-lock-preprocessor-face ((,class (:foreground "#808080")))) 125 `(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
126 `(font-lock-regexp-grouping-backslash ((,class (:weight bold :inherit nil)))) 126 `(font-lock-regexp-grouping-backslash ((,class (:weight bold :inherit nil))))
127 `(font-lock-regexp-grouping-construct ((,class (:weight bold :inherit nil)))) 127 `(font-lock-regexp-grouping-construct ((,class (:weight bold :inherit nil))))
128 `(font-lock-string-face ((,class ,string))) 128 `(font-lock-string-face ((,class ,string)))
129 `(font-lock-type-face ((,class (:foreground "#666666")))) 129 `(font-lock-type-face ((,class (:weight normal :foreground "#6434A3"))))
130 `(font-lock-variable-name-face ((,class (:foreground "#BA36A5")))) ;; #800080 130 `(font-lock-variable-name-face ((,class (:weight normal :foreground "#BA36A5")))) ; #800080
131 `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) 131 `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
132 132
133 ;; Button and link faces 133 ;; Button and link faces
134 `(link ((,class (:foreground "#8AC6F2" :underline t)))) 134 `(link ((,class (:underline t :foreground "#8AC6F2"))))
135 `(link-visited ((,class (:foreground "#E5786D" :underline t)))) 135 `(link-visited ((,class (:underline t :foreground "#E5786D"))))
136 `(button ((,class (:underline t :foreground "#006DAF")))) 136 `(button ((,class (:underline t :foreground "#006DAF"))))
137 `(header-line ((,class (:weight bold :foreground "black" :background "#FFFF88" :underline "black" :overline "black")))) 137 `(header-line ((,class (:weight bold :underline "black" :overline "black" :foreground "black" :background "#FFFF88"))))
138 138
139 ;; Gnus faces 139 ;; Gnus faces
140 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0")))) 140 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
@@ -195,7 +195,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
195 `(gnus-summary-normal-read ((,class (:foreground "#808080")))) 195 `(gnus-summary-normal-read ((,class (:foreground "#808080"))))
196 `(gnus-summary-normal-ticked ((,class (:foreground "black" :background "#E7AEB0")))) 196 `(gnus-summary-normal-ticked ((,class (:foreground "black" :background "#E7AEB0"))))
197 `(gnus-summary-normal-unread ((,class (:foreground "black")))) 197 `(gnus-summary-normal-unread ((,class (:foreground "black"))))
198 `(gnus-summary-selected ((,class (:foreground "black" :background "#FFD0D0" :underline t)))) 198 `(gnus-summary-selected ((,class (:underline t :foreground "black" :background "#FFD0D0"))))
199 `(gnus-x-face ((,class (:foreground "black" :background "white")))) 199 `(gnus-x-face ((,class (:foreground "black" :background "white"))))
200 200
201 ;; Message faces 201 ;; Message faces
@@ -219,7 +219,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
219 `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5")))) 219 `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5"))))
220 `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5")))) 220 `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5"))))
221 `(diff-hunk-header ((,class ,diff-hunk-header))) 221 `(diff-hunk-header ((,class ,diff-hunk-header)))
222 `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ;; my foreground is NOT applied!? 222 `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ; my foreground is NOT applied!?
223 `(diff-indicator-added ((,class (:foreground "#008000" :background "#AAFFAA")))) 223 `(diff-indicator-added ((,class (:foreground "#008000" :background "#AAFFAA"))))
224 `(diff-indicator-changed ((,class (:foreground "black" :background "#AAAAFF")))) 224 `(diff-indicator-changed ((,class (:foreground "black" :background "#AAAAFF"))))
225 `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA")))) 225 `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA"))))
@@ -257,10 +257,11 @@ Semantic, and Ansi-Color faces are included -- and much more...")
257 `(Info-title-2-face ((,class ,ol2))) 257 `(Info-title-2-face ((,class ,ol2)))
258 `(Info-title-3-face ((,class ,ol3))) 258 `(Info-title-3-face ((,class ,ol3)))
259 `(Info-title-4-face ((,class ,ol4))) 259 `(Info-title-4-face ((,class ,ol4)))
260 `(ace-jump-face-foreground ((,class (:foreground "black" :background "#FBE448"))))
260 `(bbdb-company ((,class (:slant italic :foreground "steel blue")))) 261 `(bbdb-company ((,class (:slant italic :foreground "steel blue"))))
261 `(bbdb-field-name ((,class (:weight bold :foreground "steel blue")))) 262 `(bbdb-field-name ((,class (:weight bold :foreground "steel blue"))))
262 `(bbdb-field-value ((,class (:foreground "steel blue")))) 263 `(bbdb-field-value ((,class (:foreground "steel blue"))))
263 `(bbdb-name ((,class (:foreground "#FF6633" :underline t)))) 264 `(bbdb-name ((,class (:underline t :foreground "#FF6633"))))
264 `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray")))) 265 `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray"))))
265 `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) 266 `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE"))))
266 `(cfw:face-annotation ((,class (:foreground "green" :background "red")))) 267 `(cfw:face-annotation ((,class (:foreground "green" :background "red"))))
@@ -283,17 +284,17 @@ Semantic, and Ansi-Color faces are included -- and much more...")
283 `(cfw:face-toolbar-button-on ((,class (:foreground "#5E5E5E" :background "#F6F6F6")))) 284 `(cfw:face-toolbar-button-on ((,class (:foreground "#5E5E5E" :background "#F6F6F6"))))
284 `(change-log-date-face ((,class (:foreground "purple")))) 285 `(change-log-date-face ((,class (:foreground "purple"))))
285 `(change-log-file ((,class (:weight bold :foreground "#4183C4")))) 286 `(change-log-file ((,class (:weight bold :foreground "#4183C4"))))
286 `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background "#F0F0F0")))) ;; other nick names 287 `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background "#F0F0F0")))) ; other nick names
287 `(circe-highlight-nick-face ((,class (:foreground "#009300" :background "#F0F0F0")))) ;; messages with my nick cited 288 `(circe-highlight-nick-face ((,class (:foreground "#009300" :background "#F0F0F0")))) ; messages with my nick cited
288 `(circe-my-message-face ((,class (:foreground "#8B8B8B" :background "#F0F0F0")))) 289 `(circe-my-message-face ((,class (:foreground "#8B8B8B" :background "#F0F0F0"))))
289 `(circe-originator-face ((,class (:foreground "blue")))) 290 `(circe-originator-face ((,class (:foreground "blue"))))
290 `(circe-prompt-face ((,class (:foreground "red")))) 291 `(circe-prompt-face ((,class (:foreground "red"))))
291 `(circe-server-face ((,class (:foreground "#99CAE5")))) 292 `(circe-server-face ((,class (:foreground "#99CAE5"))))
292 `(comint-highlight-input ((,class ,code-block))) 293 `(comint-highlight-input ((,class (:weight bold :foreground "#0000FF"))))
293 `(comint-highlight-prompt ((,class (:foreground "#008ED1" :background "#EAEAFF")))) 294 `(comint-highlight-prompt ((,class (:weight bold :foreground "black" :background "gold"))))
294 `(compare-windows ((,class (:background "#FFFF00")))) 295 `(compare-windows ((,class (:background "#FFFF00"))))
295 `(compilation-error ((,class (:weight bold :foreground "red")))) 296 `(compilation-error ((,class (:weight bold :foreground "red"))))
296 `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ;; used for grep 297 `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ; used for grep
297 `(compilation-line-number ((,class (:weight bold :foreground "#A535AE")))) 298 `(compilation-line-number ((,class (:weight bold :foreground "#A535AE"))))
298 `(compilation-warning ((,class (:weight bold :foreground "orange")))) 299 `(compilation-warning ((,class (:weight bold :foreground "orange"))))
299 `(css-property ((,class (:foreground "#00AA00")))) 300 `(css-property ((,class (:foreground "#00AA00"))))
@@ -301,7 +302,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
301 `(custom-button ((,class (:box (:line-width 2 :style released-button) :foreground "black" :background "lightgrey")))) 302 `(custom-button ((,class (:box (:line-width 2 :style released-button) :foreground "black" :background "lightgrey"))))
302 `(custom-button-mouse ((,class (:box (:line-width 2 :style released-button) :foreground "black" :background "grey90")))) 303 `(custom-button-mouse ((,class (:box (:line-width 2 :style released-button) :foreground "black" :background "grey90"))))
303 `(custom-button-pressed ((,class (:box (:line-width 2 :style pressed-button) :foreground "black" :background "light grey")))) 304 `(custom-button-pressed ((,class (:box (:line-width 2 :style pressed-button) :foreground "black" :background "light grey"))))
304 `(custom-button-pressed-unraised ((,class (:foreground "magenta4" :underline t)))) 305 `(custom-button-pressed-unraised ((,class (:underline t :foreground "magenta4"))))
305 `(custom-button-unraised ((,class (:underline t)))) 306 `(custom-button-unraised ((,class (:underline t))))
306 `(custom-changed ((,class (:foreground "white" :background "blue")))) 307 `(custom-changed ((,class (:foreground "white" :background "blue"))))
307 `(custom-comment ((,class (:background "gray85")))) 308 `(custom-comment ((,class (:background "gray85"))))
@@ -311,7 +312,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
311 `(custom-group-tag ((,class (:height 1.2 :weight bold :foreground "blue1")))) 312 `(custom-group-tag ((,class (:height 1.2 :weight bold :foreground "blue1"))))
312 `(custom-group-tag-1 ((,class (:family "Sans Serif" :height 1.2 :weight bold :foreground "red1")))) 313 `(custom-group-tag-1 ((,class (:family "Sans Serif" :height 1.2 :weight bold :foreground "red1"))))
313 `(custom-invalid ((,class (:foreground "yellow" :background "red")))) 314 `(custom-invalid ((,class (:foreground "yellow" :background "red"))))
314 `(custom-link ((,class (:foreground "blue1" :underline t)))) 315 `(custom-link ((,class (:underline t :foreground "blue1"))))
315 `(custom-modified ((,class (:foreground "white" :background "blue")))) 316 `(custom-modified ((,class (:foreground "white" :background "blue"))))
316 `(custom-rogue ((,class (:foreground "pink" :background "black")))) 317 `(custom-rogue ((,class (:foreground "pink" :background "black"))))
317 `(custom-saved ((,class (:underline t)))) 318 `(custom-saved ((,class (:underline t))))
@@ -375,8 +376,9 @@ Semantic, and Ansi-Color faces are included -- and much more...")
375 `(font-latex-verbatim-face ((,class (:foreground "#000088" :background "#FFFFE0" :inherit nil)))) 376 `(font-latex-verbatim-face ((,class (:foreground "#000088" :background "#FFFFE0" :inherit nil))))
376 `(git-commit-summary-face ((,class (:foreground "#000000")))) 377 `(git-commit-summary-face ((,class (:foreground "#000000"))))
377 `(git-commit-comment-face ((,class (:slant italic :foreground "#696969")))) 378 `(git-commit-comment-face ((,class (:slant italic :foreground "#696969"))))
378 `(helm-action ((,class (:foreground "#335EA8")))) 379 `(helm-action ((,class (:foreground "black"))))
379 `(helm-bookmarks-su-face ((,class (:foreground "red")))) 380 `(helm-bookmarks-su-face ((,class (:foreground "red"))))
381 `(helm-buffer-process ((,class (:foreground "#008200"))))
380 `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66")))) 382 `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66"))))
381 `(helm-dir-heading ((,class (:foreground "blue" :background "pink")))) 383 `(helm-dir-heading ((,class (:foreground "blue" :background "pink"))))
382 `(helm-dir-priv ((,class (:foreground "dark red" :background "light grey")))) 384 `(helm-dir-priv ((,class (:foreground "dark red" :background "light grey"))))
@@ -388,20 +390,22 @@ Semantic, and Ansi-Color faces are included -- and much more...")
388 `(helm-file-name ((,class (:foreground "blue")))) 390 `(helm-file-name ((,class (:foreground "blue"))))
389 `(helm-gentoo-match-face ((,class (:foreground "red")))) 391 `(helm-gentoo-match-face ((,class (:foreground "red"))))
390 `(helm-grep-running ((,class (:weight bold :foreground "white")))) 392 `(helm-grep-running ((,class (:weight bold :foreground "white"))))
393 `(helm-grep-lineno ((,class ,shadow)))
391 `(helm-isearch-match ((,class (:background "#CCFFCC")))) 394 `(helm-isearch-match ((,class (:background "#CCFFCC"))))
392 `(helm-match ((,class ,match))) 395 `(helm-match ((,class ,match)))
396 `(helm-moccur-buffer ((,class (:foreground "#0066CC"))))
393 `(helm-selection ((,class ,highlight-line))) 397 `(helm-selection ((,class ,highlight-line)))
394 `(helm-selection-line ((,class ,volatile-highlight))) 398 `(helm-selection-line ((,class ,volatile-highlight)))
395 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF")))) 399 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF"))))
396 `(helm-visible-mark ((,class ,marked-line))) 400 `(helm-visible-mark ((,class ,marked-line)))
397 `(helm-w3m-bookmarks-face ((,class (:foreground "cyan1" :underline t)))) 401 `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
398 `(highlight-symbol-face ((,class (:background "#FFFFA0")))) 402 `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
399 `(hl-line ((,class ,highlight-line))) 403 `(hl-line ((,class ,highlight-line)))
400 `(hl-tags-face ((,class (:background "#FEFCAE")))) 404 `(hl-tags-face ((,class (:background "#FEFCAE"))))
401 `(holiday-face ((,class (:foreground "#777777" :background "#E4EBFE")))) 405 `(holiday-face ((,class (:foreground "#777777" :background "#E4EBFE"))))
402 `(html-helper-bold-face ((,class (:weight bold :foreground "black")))) 406 `(html-helper-bold-face ((,class (:weight bold :foreground "black"))))
403 `(html-helper-italic-face ((,class (:slant italic :foreground "black")))) 407 `(html-helper-italic-face ((,class (:slant italic :foreground "black"))))
404 `(html-helper-underline-face ((,class (:foreground "black" :underline t)))) 408 `(html-helper-underline-face ((,class (:underline t :foreground "black"))))
405 `(html-tag-face ((,class (:foreground "blue")))) 409 `(html-tag-face ((,class (:foreground "blue"))))
406 `(ilog-non-change-face ((,class (:height 2.0 :foreground "#6434A3")))) 410 `(ilog-non-change-face ((,class (:height 2.0 :foreground "#6434A3"))))
407 `(ilog-change-face ((,class (:height 2.0 :foreground "#008200")))) 411 `(ilog-change-face ((,class (:height 2.0 :foreground "#008200"))))
@@ -409,21 +413,21 @@ Semantic, and Ansi-Color faces are included -- and much more...")
409 `(ilog-load-face ((,class (:foreground "#BA36A5")))) 413 `(ilog-load-face ((,class (:foreground "#BA36A5"))))
410 `(ilog-message-face ((,class (:foreground "#808080")))) 414 `(ilog-message-face ((,class (:foreground "#808080"))))
411 `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1")))) 415 `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1"))))
412 `(info-header-node ((,class (:foreground "orange" :underline t)))) ;; nodes in header 416 `(info-header-node ((,class (:underline t :foreground "orange")))) ; nodes in header
413 `(info-header-xref ((,class (:foreground "dodger blue" :underline t)))) ;; cross references in header 417 `(info-header-xref ((,class (:underline t :foreground "dodger blue")))) ; cross references in header
414 `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold :foreground "#00CC00" :underline t)))) ;; menu titles (headers) -- major topics 418 `(info-menu-header ((,class ,ol2))) ; menu titles (headers) -- major topics
415 `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item 419 `(info-menu-star ((,class (:foreground "black")))) ; every 3rd menu item
416 `(info-node ((,class (:foreground "blue" :underline t)))) ;; node names 420 `(info-node ((,class (:underline t :foreground "blue")))) ; node names
417 `(info-quoted-name ((,class ,code-inline))) 421 `(info-quoted-name ((,class ,code-inline)))
418 `(info-string ((,class ,string))) 422 `(info-string ((,class ,string)))
419 `(info-title-1 ((,class ,ol1))) 423 `(info-title-1 ((,class ,ol1)))
420 `(info-xref ((,class (:weight bold :foreground "blue" :underline t)))) ;; unvisited cross-references 424 `(info-xref ((,class (:underline t :foreground "#006DAF")))) ; unvisited cross-references
421 `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references 425 `(info-xref-visited ((,class (:underline t :foreground "magenta4")))) ; previously visited cross-references
422 `(light-symbol-face ((,class (:background "#FFFFA0")))) 426 `(light-symbol-face ((,class (:background "#FFFFA0"))))
423 `(linum ((,class (:foreground "#AFAFAF" :background "white")))) 427 `(linum ((,class (:foreground "#AFAFAF" :background "white"))))
424 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5")))) 428 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
425 `(lui-button-face ((,class ,link))) 429 `(lui-button-face ((,class ,link)))
426 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ;; my nickname 430 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname
427 `(lui-time-stamp-face ((,class (:foreground "purple")))) 431 `(lui-time-stamp-face ((,class (:foreground "purple"))))
428 `(magit-branch ((,class ,vc-branch))) 432 `(magit-branch ((,class ,vc-branch)))
429 `(magit-diff-add ((,class ,diff-added))) 433 `(magit-diff-add ((,class ,diff-added)))
@@ -460,7 +464,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
460 `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE")))) 464 `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE"))))
461 `(org-agenda-clocking ((,class ,clock-line))) 465 `(org-agenda-clocking ((,class ,clock-line)))
462 `(org-agenda-column-dateline ((,class ,column))) 466 `(org-agenda-column-dateline ((,class ,column)))
463 `(org-agenda-current-time ((,class (:foreground "#1662AF" :underline t)))) 467 `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF"))))
464 `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF")))) 468 `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF"))))
465 `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE")))) 469 `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE"))))
466 `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E")))) 470 `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E"))))
@@ -470,19 +474,20 @@ Semantic, and Ansi-Color faces are included -- and much more...")
470 `(org-agenda-filter-category ((,class (:weight bold :foreground "orange")))) 474 `(org-agenda-filter-category ((,class (:weight bold :foreground "orange"))))
471 `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange")))) 475 `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange"))))
472 `(org-agenda-restriction-lock ((,class (:background "#E77D63")))) 476 `(org-agenda-restriction-lock ((,class (:background "#E77D63"))))
473 `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC")))) 477 ;; `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC"))))
478 `(org-agenda-structure ((,class (:height 1.6 :bold nil :foreground "#999999"))))
474 `(org-archived ((,class (:foreground "gray70")))) 479 `(org-archived ((,class (:foreground "gray70"))))
475 `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0")))) 480 `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0"))))
476 `(org-block ((,class ,code-block))) 481 `(org-block ((,class ,code-block)))
477 `(org-block-background ((,class (:background "#FFFFE0")))) 482 `(org-block-background ((,class (:background "#FFFFE0"))))
478 `(org-block-begin-line ((,class (:foreground "#555555" :background "#E2E1D5" :underline "#A7A6AA")))) 483 `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
479 `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) 484 `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
480 `(org-checkbox ((,class (:weight bold :box (:line-width 1 :style pressed-button) :foreground "white" :background "#777777")))) 485 `(org-checkbox ((,class (:weight bold :box (:line-width 1 :style pressed-button) :foreground "white" :background "#777777"))))
481 `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4")))) 486 `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4"))))
482 `(org-code ((,class (:foreground "#007300" :background "#EBF5EB")))) 487 `(org-code ((,class ,code-inline)))
483 `(org-column ((,class ,column))) 488 `(org-column ((,class ,column)))
484 `(org-column-title ((,class ,column))) 489 `(org-column-title ((,class ,column)))
485 `(org-date ((,class (:foreground "#00459E" :underline t)))) 490 `(org-date ((,class (:underline t :foreground "#00459E"))))
486 `(org-default ((,class (:foreground "#333333")))) 491 `(org-default ((,class (:foreground "#333333"))))
487 `(org-dim ((,class (:foreground "#AAAAAA")))) 492 `(org-dim ((,class (:foreground "#AAAAAA"))))
488 `(org-document-info ((,class (:foreground "#484848")))) 493 `(org-document-info ((,class (:foreground "#484848"))))
@@ -490,9 +495,9 @@ Semantic, and Ansi-Color faces are included -- and much more...")
490 `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "black")))) 495 `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "black"))))
491 `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB") :foreground "#BBBBBB" :background "#F0F0F0")))) 496 `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB") :foreground "#BBBBBB" :background "#F0F0F0"))))
492 `(org-drawer ((,class (:foreground "light sky blue")))) 497 `(org-drawer ((,class (:foreground "light sky blue"))))
493 `(org-ellipsis ((,class (:box (:line-width 1 :color "#999999") :foreground "#999999" :background "#FFF8C0" :underline nil)))) ;; #FFEE62 498 `(org-ellipsis ((,class (:underline nil :box (:line-width 1 :color "#999999") :foreground "#999999" :background "#FFF8C0")))) ; #FFEE62
494 `(org-example ((,class (:foreground "blue" :background "#EAFFEA")))) 499 `(org-example ((,class (:foreground "blue" :background "#EAFFEA"))))
495 `(org-footnote ((,class (:foreground "#008ED1" :underline t)))) 500 `(org-footnote ((,class (:underline t :foreground "#008ED1"))))
496 `(org-formula ((,class (:foreground "chocolate1")))) 501 `(org-formula ((,class (:foreground "chocolate1"))))
497 `(org-headline-done ((,class (:height 1.0 :weight normal :foreground "#999999")))) 502 `(org-headline-done ((,class (:height 1.0 :weight normal :foreground "#999999"))))
498 `(org-hide ((,class (:foreground "#E2E2E2")))) 503 `(org-hide ((,class (:foreground "#E2E2E2"))))
@@ -516,11 +521,11 @@ Semantic, and Ansi-Color faces are included -- and much more...")
516 `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0")))) 521 `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0"))))
517 `(org-scheduled ((,class (:foreground "#333333")))) 522 `(org-scheduled ((,class (:foreground "#333333"))))
518 `(org-scheduled-previously ((,class (:weight bold :foreground "#373737")))) 523 `(org-scheduled-previously ((,class (:weight bold :foreground "#373737"))))
519 `(org-scheduled-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) 524 `(org-scheduled-today ((,class (:foreground "#4F4A3D" :background "#FFFABE"))))
520 `(org-sexp-date ((,class (:foreground "#3774CC")))) 525 `(org-sexp-date ((,class (:foreground "#3774CC"))))
521 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) 526 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA"))))
522 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) 527 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
523 `(org-tag ((,class (:weight normal :slant italic :foreground "#80A0BC")))) 528 `(org-tag ((,class (:weight normal :slant italic :foreground "#9A9FA4" :background "#F3F3F3"))))
524 `(org-target ((,class ,link))) 529 `(org-target ((,class ,link)))
525 `(org-time-grid ((,class (:foreground "#CFCFCF")))) 530 `(org-time-grid ((,class (:foreground "#CFCFCF"))))
526 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) 531 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4"))))
@@ -554,11 +559,13 @@ Semantic, and Ansi-Color faces are included -- and much more...")
554 `(shell-prompt-face ((,class (:weight bold :foreground "yellow")))) 559 `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
555 `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFFF00")))) 560 `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFFF00"))))
556 `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) 561 `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
562 `(sml-modeline-end-face ((,class (:background "#6BADF6")))) ; #335EA8
563 `(sml-modeline-vis-face ((,class (:background "#1979CA"))))
557 `(speedbar-button-face ((,class (:foreground "green4")))) 564 `(speedbar-button-face ((,class (:foreground "green4"))))
558 `(speedbar-directory-face ((,class (:foreground "blue4")))) 565 `(speedbar-directory-face ((,class (:foreground "blue4"))))
559 `(speedbar-file-face ((,class (:foreground "cyan4")))) 566 `(speedbar-file-face ((,class (:foreground "cyan4"))))
560 `(speedbar-highlight-face ((,class ,volatile-highlight))) 567 `(speedbar-highlight-face ((,class ,volatile-highlight)))
561 `(speedbar-selected-face ((,class (:foreground "red" :underline t)))) 568 `(speedbar-selected-face ((,class (:underline t :foreground "red"))))
562 `(speedbar-tag-face ((,class (:foreground "brown")))) 569 `(speedbar-tag-face ((,class (:foreground "brown"))))
563 `(svn-status-directory-face ((,class ,directory))) 570 `(svn-status-directory-face ((,class ,directory)))
564 `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4")))) 571 `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4"))))
@@ -595,30 +602,25 @@ Semantic, and Ansi-Color faces are included -- and much more...")
595 `(w3m-arrived-anchor ((,class (:foreground "purple1")))) 602 `(w3m-arrived-anchor ((,class (:foreground "purple1"))))
596 `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green")))) 603 `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green"))))
597 `(w3m-bold ((,class (:weight bold :foreground "black")))) 604 `(w3m-bold ((,class (:weight bold :foreground "black"))))
598 `(w3m-current-anchor ((,class (:weight bold :foreground "blue" :underline t)))) 605 `(w3m-current-anchor ((,class (:weight bold :underline t :foreground "blue"))))
599 `(w3m-form ((,class (:foreground "tan1" :underline t)))) 606 `(w3m-form ((,class (:underline t :foreground "tan1"))))
600 `(w3m-form-button-face ((,class (:weight bold :foreground "gray4" :background "light grey" :underline t)))) 607 `(w3m-form-button-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey"))))
601 `(w3m-form-button-mouse-face ((,class (:foreground "light grey" :background "#2B7E2A" :underline t)))) 608 `(w3m-form-button-mouse-face ((,class (:underline t :foreground "light grey" :background "#2B7E2A"))))
602 `(w3m-form-button-pressed-face ((,class (:weight bold :foreground "gray4" :background "light grey" :underline t)))) 609 `(w3m-form-button-pressed-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey"))))
603 `(w3m-header-line-location-content-face ((,class (:foreground "#7F7F7F":background "#F7F7F7")))) 610 `(w3m-header-line-location-content-face ((,class (:foreground "#7F7F7F":background "#F7F7F7"))))
604 `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1" :background "#F7F7F7")))) 611 `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1" :background "#F7F7F7"))))
605 `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon")))) 612 `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon"))))
606 `(w3m-image-face ((,class (:weight bold :foreground "DarkSeaGreen2")))) 613 `(w3m-image-face ((,class (:weight bold :foreground "DarkSeaGreen2"))))
607 `(w3m-link-numbering ((,class (:foreground "#B4C7EB")))) ;; mouseless browsing 614 `(w3m-link-numbering ((,class (:foreground "#B4C7EB")))) ; mouseless browsing
608 `(w3m-strike-through-face ((,class (:strike-through t)))) 615 `(w3m-strike-through-face ((,class (:strike-through t))))
609 `(w3m-underline-face ((,class (:underline t)))) 616 `(w3m-underline-face ((,class (:underline t))))
610 `(which-func ((,class (:weight bold :foreground "white")))) 617 `(which-func ((,class (:weight bold :foreground "white"))))
611 `(whitespace-hspace ((,class (:background "#CCE8F6")))) 618 `(widget-button ((,class ,link)))
612 `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) 619 `(widget-button-pressed ((,class (:foreground "red"))))
613 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88")))) 620 `(widget-documentation ((,class (:foreground "green4"))))
614 `(whitespace-tab ((,class (:foreground "lightgray" :background "beige")))) 621 `(widget-field ((,class (:background "gray85"))))
615 `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) 622 `(widget-inactive ((,class (:foreground "dim gray"))))
616 `(widget-button-face ((,class ,link))) 623 `(widget-single-line-field ((,class (:background "gray85"))))
617 `(widget-button-pressed-face ((,class (:foreground "red"))))
618 `(widget-documentation-face ((,class (:foreground "green4"))))
619 `(widget-field-face ((,class (:background "gray85"))))
620 `(widget-inactive-face ((,class (:foreground "dim gray"))))
621 `(widget-single-line-field-face ((,class (:background "gray85"))))
622 `(yas/field-debug-face ((,class (:background "ivory2")))) 624 `(yas/field-debug-face ((,class (:background "ivory2"))))
623 `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1")))) 625 `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1"))))
624 )) 626 ))