aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Niessen2013-05-24 17:37:15 +0400
committerDmitry Gutov2013-05-24 17:37:15 +0400
commit9da5af2438c08604b303683259e07d4b6942ebfe (patch)
tree74d72c58b1b3ab8c8d39f1595a6d06f726de7070
parent57b9823ec7c0d3d15b0f452e07757163368a8b59 (diff)
downloademacs-9da5af2438c08604b303683259e07d4b6942ebfe.tar.gz
emacs-9da5af2438c08604b303683259e07d4b6942ebfe.zip
* themes/leuven-theme.el: Update theme.
-rw-r--r--etc/themes/leuven-theme.el80
1 files changed, 40 insertions, 40 deletions
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el
index 6941f6e5840..c890997c8b6 100644
--- a/etc/themes/leuven-theme.el
+++ b/etc/themes/leuven-theme.el
@@ -1,7 +1,7 @@
1;;; leuven-theme.el --- Emacs custom theme 1;;; leuven-theme.el --- Emacs custom theme
2 2
3;; Copyright (C) 2003-2013 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2013 Free Software Foundation, Inc.
4;; Time-stamp: <2013-03-14 Thu 17:04> 4;; Time-stamp: <2013-05-24 Fri 10:33>
5 5
6;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> 6;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
7 7
@@ -39,11 +39,11 @@ Semantic, and Ansi-Color faces are included -- and much more...")
39 (diff-none '(:foreground "gray33")) 39 (diff-none '(:foreground "gray33"))
40 (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) 40 (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
41 (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) 41 (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
42 (highlight-line '(:background "#C6DBAD")) 42 (highlight-line '(:background "#CCDEED"))
43 (link '(:underline t :foreground "#006DAF")) 43 (link '(:underline t :foreground "#006DAF"))
44 (mail-header-name '(:weight bold :foreground "black")) 44 (mail-header-name '(:weight bold :foreground "black"))
45 (marked-line '(:weight bold :foreground "white" :background "red")) 45 (marked-line '(:weight bold :foreground "white" :background "red"))
46 (match '(:background "#FFFF99")) 46 (match '(:background "#FBE448"))
47 (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0")) 47 (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0"))
48 (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB")) 48 (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB"))
49 (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground "#005522" :background "#EFFFEF")) 49 (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground "#005522" :background "#EFFFEF"))
@@ -52,12 +52,12 @@ Semantic, and Ansi-Color faces are included -- and much more...")
52 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC")) 52 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
53 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C")) 53 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
54 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008")) 54 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
55 (region '(:background "#D2D9E0")) 55 (region '(:background "#CCDEED"))
56 (shadow '(:foreground "#7F7F7F")) 56 (shadow '(:foreground "#7F7F7F"))
57 (string '(:foreground "#008000")) 57 (string '(:foreground "#FF5500")) ;; D0372D
58 (subject '(:weight bold :foreground "#CF5D60")) 58 (subject '(:weight bold :foreground "#CF5D60"))
59 (symlink '(:foreground "deep sky blue")) 59 (symlink '(:foreground "deep sky blue"))
60 (volatile-highlight '(:background "#FFFF00")) 60 (volatile-highlight '(:background "#FBE448"))
61 (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA"))) 61 (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA")))
62 62
63 (custom-theme-set-faces 63 (custom-theme-set-faces
@@ -69,7 +69,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
69 `(underline ((,class (:underline t)))) 69 `(underline ((,class (:underline t))))
70 `(cursor ((,class (:background "#15FF00")))) 70 `(cursor ((,class (:background "#15FF00"))))
71 ;; Highlighting faces 71 ;; Highlighting faces
72 `(fringe ((,class (:foreground "#808080" :background "#DDEEFF")))) 72 `(fringe ((,class (:foreground "#56B556" :background "#E2F9E2"))))
73 `(highlight ((,class ,volatile-highlight))) 73 `(highlight ((,class ,volatile-highlight)))
74 `(region ((,class ,region))) 74 `(region ((,class ,region)))
75 `(secondary-selection ((,class ,match))) ;; used by Org-mode for highlighting matched entries and keywords 75 `(secondary-selection ((,class ,match))) ;; used by Org-mode for highlighting matched entries and keywords
@@ -96,21 +96,18 @@ Semantic, and Ansi-Color faces are included -- and much more...")
96 `(warning ((,class (:foreground "orange")))) 96 `(warning ((,class (:foreground "orange"))))
97 `(success ((,class (:foreground "green")))) 97 `(success ((,class (:foreground "green"))))
98 ;; Font lock faces 98 ;; Font lock faces
99 `(font-lock-builtin-face ((,class (:foreground "#FF5803")))) 99 `(font-lock-builtin-face ((,class (:foreground "#006FE0"))))
100 `(font-lock-comment-delimiter-face ((,class (:foreground "#EE0000")))) 100 `(font-lock-comment-delimiter-face ((,class (:foreground "#008200"))))
101 `(font-lock-comment-face ((,class (:slant italic :foreground "#EE0000")))) 101 `(font-lock-comment-face ((,class (:slant italic :foreground "#008200"))))
102 `(font-lock-constant-face ((,class (:foreground "#009944")))) 102 `(font-lock-constant-face ((,class (:foreground "#6434A3"))))
103 `(font-lock-doc-face ((,class (:foreground "#BA2121")))) 103 `(font-lock-doc-face ((,class (:foreground "#008000"))))
104 `(font-lock-doc-string-face ((,class (:foreground "#63639C")))) 104 `(font-lock-doc-string-face ((,class (:foreground "#008000"))))
105 `(font-lock-function-name-face ((,class (:foreground "#1A50B8")))) 105 `(font-lock-function-name-face ((,class (:foreground "#006699"))))
106 `(font-lock-keyword-face ((,class (:bold t :foreground "#A535AE")))) 106 `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ;; #3654DC
107 `(font-lock-preprocessor-face ((,class (:bold t :foreground "#A3A3A3")))) 107 `(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
108 `(font-lock-reference-face ((,class (:foreground "dark cyan"))))
109 `(font-lock-regexp-grouping-backslash ((,class (:bold t :weight bold))))
110 `(font-lock-regexp-grouping-construct ((,class (:bold t :weight bold))))
111 `(font-lock-string-face ((,class ,string))) 108 `(font-lock-string-face ((,class ,string)))
112 `(font-lock-type-face ((,class (:foreground "#1B781F")))) 109 `(font-lock-type-face ((,class (:foreground "#6D6D6D"))))
113 `(font-lock-variable-name-face ((,class (:foreground "#2E91AF")))) 110 `(font-lock-variable-name-face ((,class (:foreground "#BA36A5")))) ;; 800080
114 `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) 111 `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
115 ;; Button and link faces 112 ;; Button and link faces
116 `(link ((,class (:foreground "#8ac6f2" :underline t)))) 113 `(link ((,class (:foreground "#8ac6f2" :underline t))))
@@ -138,7 +135,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
138 `(gnus-group-mail-3 ((,class (:weight bold :foreground "black")))) 135 `(gnus-group-mail-3 ((,class (:weight bold :foreground "black"))))
139 `(gnus-group-mail-low-empty ((,class ,cancel))) 136 `(gnus-group-mail-low-empty ((,class ,cancel)))
140 `(gnus-group-mail-low ((,class ,cancel))) 137 `(gnus-group-mail-low ((,class ,cancel)))
141 `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#786FB4")))) 138 `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#3399CC"))))
142 `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue")))) 139 `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue"))))
143 `(gnus-header-subject ((,class ,subject))) 140 `(gnus-header-subject ((,class ,subject)))
144 `(gnus-header-name ((,class ,mail-header-name))) 141 `(gnus-header-name ((,class ,mail-header-name)))
@@ -152,7 +149,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
152 `(message-cited-text ((,class (:foreground "#5050B0")))) 149 `(message-cited-text ((,class (:foreground "#5050B0"))))
153 `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground "red")))) 150 `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground "red"))))
154 `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) 151 `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC"))))
155 `(message-header-xheader ((,class (:foreground "red")))) 152 `(message-header-xheader ((,class (:family "Sans Serif" :foreground "#3399CC"))))
156 `(message-mml ((,class (:foreground "forest green")))) 153 `(message-mml ((,class (:foreground "forest green"))))
157 ;; Diff 154 ;; Diff
158 `(diff-added ((,class ,diff-added))) 155 `(diff-added ((,class ,diff-added)))
@@ -164,9 +161,9 @@ Semantic, and Ansi-Color faces are included -- and much more...")
164 `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5")))) 161 `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5"))))
165 `(diff-hunk-header ((,class ,diff-hunk-header))) 162 `(diff-hunk-header ((,class ,diff-hunk-header)))
166 `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ;; my foreground is NOT applied!? 163 `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ;; my foreground is NOT applied!?
167 `(diff-indicator-added ((,class (:background "#AAFFAA")))) 164 `(diff-indicator-added ((,class (:foreground "#008000" :background "#AAFFAA"))))
168 `(diff-indicator-changed ((,class (:background "#AAAAFF")))) 165 `(diff-indicator-changed ((,class (:foreground "black" :background "#AAAAFF"))))
169 `(diff-indicator-removed ((,class (:background "#FFAAAA")))) 166 `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA"))))
170 `(diff-refine-change ((,class (:background "#DDDDFF")))) 167 `(diff-refine-change ((,class (:background "#DDDDFF"))))
171 `(diff-removed ((,class ,diff-removed))) 168 `(diff-removed ((,class ,diff-removed)))
172 ;; SMerge 169 ;; SMerge
@@ -259,6 +256,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
259 `(custom-themed ((,class (:background "blue1" :foreground "white")))) 256 `(custom-themed ((,class (:background "blue1" :foreground "white"))))
260 `(custom-variable-button ((,class (:weight bold :underline t)))) 257 `(custom-variable-button ((,class (:weight bold :underline t))))
261 `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground "blue1" :weight bold :height 1.2)))) 258 `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground "blue1" :weight bold :height 1.2))))
259 `(custom-visibility ((,class ,link)))
262 `(diary-face ((,class (:foreground "#87C9FC")))) 260 `(diary-face ((,class (:foreground "#87C9FC"))))
263 `(dircolors-face-asm ((,class (:foreground "black")))) 261 `(dircolors-face-asm ((,class (:foreground "black"))))
264 `(dircolors-face-backup ((,class (:foreground "black")))) 262 `(dircolors-face-backup ((,class (:foreground "black"))))
@@ -300,16 +298,17 @@ Semantic, and Ansi-Color faces are included -- and much more...")
300 `(diredp-read-priv ((,class (:background "#0A99FF")))) 298 `(diredp-read-priv ((,class (:background "#0A99FF"))))
301 `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040")))) 299 `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040"))))
302 `(file-name-shadow ((,class ,shadow))) 300 `(file-name-shadow ((,class ,shadow)))
303 `(font-latex-bold-face ((,class (:weight bold :foreground "medium sea green")))) 301 `(font-latex-bold-face ((,class (:weight bold :foreground "black"))))
302 `(font-latex-italic-face ((,class (:slant italic :foreground "#1A1A1A"))))
304 `(font-latex-math-face ((,class (:foreground "blue")))) 303 `(font-latex-math-face ((,class (:foreground "blue"))))
305 `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7 :weight bold :foreground "cornflower blue")))) 304 `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7 :weight bold :foreground "cornflower blue"))))
306 `(font-latex-sectioning-2-face ((,class ,ol1))) 305 `(font-latex-sectioning-2-face ((,class ,ol1)))
307 `(font-latex-sectioning-3-face ((,class ,ol2))) 306 `(font-latex-sectioning-3-face ((,class ,ol2)))
308 `(font-latex-sectioning-4-face ((,class ,ol3))) 307 `(font-latex-sectioning-4-face ((,class ,ol3)))
309 `(font-latex-sectioning-5-face ((,class ,ol4))) 308 `(font-latex-sectioning-5-face ((,class ,ol4)))
310 `(font-latex-sedate-face ((,class (:foreground "#FF5803")))) 309 `(font-latex-sedate-face ((,class (:foreground "#FF5500"))))
311 `(font-latex-string-face ((,class (:bold t :foreground "#0066FF")))) 310 `(font-latex-string-face ((,class (:bold t :foreground "#0066FF"))))
312 `(font-latex-verbatim-face ((,class (:foreground "tan1")))) 311 `(font-latex-verbatim-face ((,class (:foreground "#000088" :background "#FFFFE0" :inherit nil))))
313 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0")))) 312 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
314 `(gnus-cite-face-1 ((,class (:foreground "#5050B0")))) 313 `(gnus-cite-face-1 ((,class (:foreground "#5050B0"))))
315 `(gnus-cite-face-10 ((,class (:foreground "#990000")))) 314 `(gnus-cite-face-10 ((,class (:foreground "#990000"))))
@@ -359,7 +358,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
359 `(helm-match ((,class ,match))) 358 `(helm-match ((,class ,match)))
360 `(helm-selection ((,class ,highlight-line))) 359 `(helm-selection ((,class ,highlight-line)))
361 `(helm-selection-line ((,class ,volatile-highlight))) 360 `(helm-selection-line ((,class ,volatile-highlight)))
362 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#666699")))) 361 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF"))))
363 `(helm-visible-mark ((,class ,marked-line))) 362 `(helm-visible-mark ((,class ,marked-line)))
364 `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1")))) 363 `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
365 `(highlight-symbol-face ((,class (:background "#FFFFA0")))) 364 `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
@@ -381,7 +380,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
381 `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; unvisited cross-references 380 `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; unvisited cross-references
382 `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references 381 `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references
383 `(light-symbol-face ((,class (:background "#FFFFA0")))) 382 `(light-symbol-face ((,class (:background "#FFFFA0"))))
384 `(linum ((,class (:foreground "#AFB7BA" :background "#DDEEFF")))) 383 `(linum ((,class (:foreground "#AFAFAF" :background "white"))))
385 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5")))) 384 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
386 `(lui-button-face ((,class ,link))) 385 `(lui-button-face ((,class ,link)))
387 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ;; my nickname 386 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ;; my nickname
@@ -438,7 +437,7 @@ Semantic, and Ansi-Color faces are included -- and much more...")
438 `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) 437 `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
439 `(org-checkbox ((,class (:weight bold :foreground "white" :background "#777777" :box (:line-width 1 :style pressed-button))))) 438 `(org-checkbox ((,class (:weight bold :foreground "white" :background "#777777" :box (:line-width 1 :style pressed-button)))))
440 `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4")))) 439 `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4"))))
441 `(org-code ((,class (:foreground "#0066CC")))) 440 `(org-code ((,class (:foreground "#007300" :background "#EBF5EB"))))
442 `(org-column ((,class ,column))) 441 `(org-column ((,class ,column)))
443 `(org-column-title ((,class ,column))) 442 `(org-column-title ((,class ,column)))
444 `(org-date ((,class (:underline t :foreground "#00459E")))) 443 `(org-date ((,class (:underline t :foreground "#00459E"))))
@@ -480,11 +479,11 @@ Semantic, and Ansi-Color faces are included -- and much more...")
480 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) 479 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA"))))
481 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) 480 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
482 `(org-tag ((,class (:weight normal :slant italic :foreground "#3E6D8E" :background "#E0EAF1")))) 481 `(org-tag ((,class (:weight normal :slant italic :foreground "#3E6D8E" :background "#E0EAF1"))))
483 `(org-target ((,class (:underline t)))) 482 `(org-target ((,class ,link)))
484 `(org-time-grid ((,class (:foreground "#CFCFCF")))) 483 `(org-time-grid ((,class (:foreground "#CFCFCF"))))
485 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) 484 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4"))))
486 `(org-upcoming-deadline ((,class (:foreground "#FF5555")))) 485 `(org-upcoming-deadline ((,class (:foreground "#FF5555"))))
487 `(org-verbatim ((,class (:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#E0FFE0")))) 486 `(org-verbatim ((,class (:foreground "#0066CC"))))
488 `(org-verse ((,class (:slant italic :foreground "dim gray" :background "#EEEEEE")))) 487 `(org-verse ((,class (:slant italic :foreground "dim gray" :background "#EEEEEE"))))
489 `(org-warning ((,class (:weight bold :foreground "black" :background "#CCE7FF")))) 488 `(org-warning ((,class (:weight bold :foreground "black" :background "#CCE7FF"))))
490 `(outline-1 ((,class ,ol1))) 489 `(outline-1 ((,class ,ol1)))
@@ -498,20 +497,21 @@ Semantic, and Ansi-Color faces are included -- and much more...")
498 `(pabbrev-debug-display-label-face ((,class (:background "chartreuse")))) 497 `(pabbrev-debug-display-label-face ((,class (:background "chartreuse"))))
499 `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red")))) 498 `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red"))))
500 `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple")))) 499 `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple"))))
501 `(paren-face-match ((,class (:foreground "white" :background "#FF3F3F")))) 500 `(paren-face-match ((,class (:foreground "#E2464C" :background "#FFE182"))))
502 `(paren-face-mismatch ((,class (:weight bold :foreground "white" :background "purple")))) 501 `(paren-face-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
503 `(paren-face-no-match ((,class (:weight bold :foreground "white" :background "purple")))) 502 `(paren-face-no-match ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
504 `(pp^L-highlight ((,class (:strike-through t)))) 503 `(pp^L-highlight ((,class (:strike-through t))))
505 `(recover-this-file ((,class (:background "white" :background "#FF3F3F")))) 504 `(recover-this-file ((,class (:background "white" :background "#FF3F3F"))))
506 `(sh-heredoc ((,class (:foreground "blue" :background "#FBF9EA")))) 505 `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE"))))
506 `(sh-quoted-exec ((,class (:foreground "#FF1493"))))
507 `(shadow ((,class ,shadow))) 507 `(shadow ((,class ,shadow)))
508 `(shell-option-face ((,class (:foreground "forest green")))) 508 `(shell-option-face ((,class (:foreground "forest green"))))
509 `(shell-output-2-face ((,class (:foreground "blue")))) 509 `(shell-output-2-face ((,class (:foreground "blue"))))
510 `(shell-output-3-face ((,class (:foreground "purple")))) 510 `(shell-output-3-face ((,class (:foreground "purple"))))
511 `(shell-output-face ((,class (:foreground "black")))) 511 `(shell-output-face ((,class (:foreground "black"))))
512 `(shell-prompt-face ((,class (:weight bold :foreground "yellow")))) 512 `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
513 `(show-paren-match ((,class (:foreground "white" :background "#FF3F3F")))) 513 `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFE182"))))
514 `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "purple")))) 514 `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
515 `(speedbar-button-face ((,class (:foreground "green4")))) 515 `(speedbar-button-face ((,class (:foreground "green4"))))
516 `(speedbar-directory-face ((,class (:foreground "blue4")))) 516 `(speedbar-directory-face ((,class (:foreground "blue4"))))
517 `(speedbar-file-face ((,class (:foreground "cyan4")))) 517 `(speedbar-file-face ((,class (:foreground "cyan4"))))