Merge from emacs-24; up to 2012-12-27T20:09:45Z!juri@jurta.org
[bpt/emacs.git] / etc / themes / leuven-theme.el
CommitLineData
558fefa0
AS
1;;; leuven-theme.el --- Emacs custom theme
2
09b8afb6 3;; Copyright (C) 2003-2013 Free Software Foundation, Inc.
9da5af24 4;; Time-stamp: <2013-05-24 Fri 10:33>
558fefa0
AS
5
6;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
7
8;; This file is part of GNU Emacs.
9
10;; GNU Emacs is free software: you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation, either version 3 of the License, or
13;; (at your option) any later version.
14
15;; GNU Emacs is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;; GNU General Public License for more details.
19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22
23;;; Code:
24
25(deftheme leuven
26 "Face colors with a light background.
27Basic, Font Lock, Isearch, Gnus, Message, Diff, Ediff, Flyspell,
28Semantic, and Ansi-Color faces are included -- and much more...")
29
30(let ((class '((class color) (min-colors 89)))
31 ;; Leuven generic colors
32 (cancel '(:slant italic :strike-through t :foreground "gray55"))
33 (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black" :background "#EEC900"))
34 (code-block '(:foreground "#000088" :background "#FBF9EA"))
35 (code-inline '(:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#FFFFE0"))
36 (column '(:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))
37 (diff-added '(:foreground "#008000" :background "#DDFFDD"))
38 (diff-hunk-header '(:box (:line-width 1 :color "#FFE0FF") :foreground "#990099" :background "#FFEEFF"))
39 (diff-none '(:foreground "gray33"))
40 (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
41 (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
9da5af24 42 (highlight-line '(:background "#CCDEED"))
558fefa0
AS
43 (link '(:underline t :foreground "#006DAF"))
44 (mail-header-name '(:weight bold :foreground "black"))
45 (marked-line '(:weight bold :foreground "white" :background "red"))
9da5af24 46 (match '(:background "#FBE448"))
558fefa0
AS
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"))
49 (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground "#005522" :background "#EFFFEF"))
50 (ol4 '(:height 1.0 :weight bold :slant normal :foreground "#EA6300"))
51 (ol5 '(:height 1.0 :weight bold :slant normal :foreground "#E3258D"))
52 (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
53 (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
54 (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
9da5af24 55 (region '(:background "#CCDEED"))
558fefa0 56 (shadow '(:foreground "#7F7F7F"))
9da5af24 57 (string '(:foreground "#FF5500")) ;; D0372D
558fefa0
AS
58 (subject '(:weight bold :foreground "#CF5D60"))
59 (symlink '(:foreground "deep sky blue"))
9da5af24 60 (volatile-highlight '(:background "#FBE448"))
558fefa0
AS
61 (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA")))
62
63 (custom-theme-set-faces
64 'leuven
3a2b589f 65 `(default ((,class (:background "#FFFFFF" :foreground "#333333"))))
558fefa0
AS
66 `(bold ((,class (:weight bold :foreground "black"))))
67 `(bold-italic ((,class (:weight bold :slant italic :foreground "black"))))
68 `(italic ((,class (:slant italic :foreground "#1A1A1A"))))
69 `(underline ((,class (:underline t))))
3a2b589f 70 `(cursor ((,class (:background "#15FF00"))))
558fefa0 71 ;; Highlighting faces
9da5af24 72 `(fringe ((,class (:foreground "#56B556" :background "#E2F9E2"))))
3a2b589f
FN
73 `(highlight ((,class ,volatile-highlight)))
74 `(region ((,class ,region)))
75 `(secondary-selection ((,class ,match))) ;; used by Org-mode for highlighting matched entries and keywords
558fefa0
AS
76 `(isearch ((,class (:weight bold :foreground "#00AA00" :background "#99FF99"))))
77 `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999"))))
78 `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background "#FF66FF"))))
3a2b589f
FN
79 `(trailing-whitespace ((,class (:background "#F6EBFE"))))
80 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88"))))
81 `(whitespace-tab ((,class (:foreground "lightgray" :background "beige"))))
82 `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow"))))
83 `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1"))))
84 `(whitespace-hspace ((,class (:background "#CCE8F6"))))
558fefa0
AS
85 ;; Mode line faces
86 `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8"))))
87 `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C") :foreground "#F0F0EF" :background "#9B9C97"))))
88 `(mode-line-buffer-id ((,class (:weight bold :foreground "white"))))
89 `(mode-line-emphasis ((,class (:weight bold :foreground "white"))))
90 `(mode-line-highlight ((,class (:foreground "yellow"))))
91 ;; Escape and prompt faces
92 `(minibuffer-prompt ((,class (:weight bold :foreground "black" :background "gold"))))
93 `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black" :background "gold"))))
94 `(escape-glyph ((,class (:foreground "#008ED1"))))
95 `(error ((,class (:foreground "red"))))
96 `(warning ((,class (:foreground "orange"))))
97 `(success ((,class (:foreground "green"))))
98 ;; Font lock faces
9da5af24
FN
99 `(font-lock-builtin-face ((,class (:foreground "#006FE0"))))
100 `(font-lock-comment-delimiter-face ((,class (:foreground "#008200"))))
101 `(font-lock-comment-face ((,class (:slant italic :foreground "#008200"))))
102 `(font-lock-constant-face ((,class (:foreground "#6434A3"))))
103 `(font-lock-doc-face ((,class (:foreground "#008000"))))
104 `(font-lock-doc-string-face ((,class (:foreground "#008000"))))
105 `(font-lock-function-name-face ((,class (:foreground "#006699"))))
106 `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ;; #3654DC
107 `(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
3a2b589f 108 `(font-lock-string-face ((,class ,string)))
9da5af24
FN
109 `(font-lock-type-face ((,class (:foreground "#6D6D6D"))))
110 `(font-lock-variable-name-face ((,class (:foreground "#BA36A5")))) ;; 800080
558fefa0
AS
111 `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
112 ;; Button and link faces
113 `(link ((,class (:foreground "#8ac6f2" :underline t))))
114 `(link-visited ((,class (:foreground "#e5786d" :underline t))))
115 `(button ((,class (:underline t :foreground "#006DAF"))))
116 `(header-line ((,class (:weight bold :underline "black" :overline "black" :foreground "black" :background "#FFFF88"))))
117 ;; Gnus faces
118 `(gnus-group-news-1-empty ((,class (:foreground "#5050B0"))))
119 `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0"))))
120 `(gnus-group-news-2-empty ((,class (:foreground "#660066"))))
121 `(gnus-group-news-2 ((,class (:weight bold :foreground "#FF0066"))))
122 `(gnus-group-news-3-empty ((,class (:foreground "#808080"))))
123 `(gnus-group-news-3 ((,class (:weight bold :foreground "black"))))
124 `(gnus-group-news-4-empty ((,class (:foreground "#990000"))))
125 `(gnus-group-news-4 ((,class (:weight bold :foreground "#FF0000"))))
126 `(gnus-group-news-5-empty ((,class (:foreground "#000099"))))
127 `(gnus-group-news-5 ((,class (:weight bold :foreground "#FF0099"))))
128 `(gnus-group-news-6-empty ((,class (:foreground "#808080"))))
129 `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50"))))
130 `(gnus-group-mail-1-empty ((,class (:foreground "#5050B0"))))
131 `(gnus-group-mail-1 ((,class (:weight bold :foreground "#FF50B0"))))
132 `(gnus-group-mail-2-empty ((,class (:foreground "#660066"))))
133 `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066"))))
134 `(gnus-group-mail-3-empty ((,class (:foreground "#808080"))))
135 `(gnus-group-mail-3 ((,class (:weight bold :foreground "black"))))
3a2b589f
FN
136 `(gnus-group-mail-low-empty ((,class ,cancel)))
137 `(gnus-group-mail-low ((,class ,cancel)))
9da5af24 138 `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#3399CC"))))
558fefa0 139 `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue"))))
3a2b589f
FN
140 `(gnus-header-subject ((,class ,subject)))
141 `(gnus-header-name ((,class ,mail-header-name)))
558fefa0
AS
142 `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC"))))
143 ;; Message faces
3a2b589f 144 `(message-header-name ((,class ,mail-header-name)))
558fefa0
AS
145 `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue"))))
146 `(message-header-other ((,class (:family "Sans Serif" :foreground "#3399CC"))))
3a2b589f 147 `(message-header-subject ((,class ,subject)))
558fefa0
AS
148 `(message-header-to ((,class (:family "Sans Serif" :foreground "blue"))))
149 `(message-cited-text ((,class (:foreground "#5050B0"))))
150 `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground "red"))))
151 `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC"))))
9da5af24 152 `(message-header-xheader ((,class (:family "Sans Serif" :foreground "#3399CC"))))
558fefa0
AS
153 `(message-mml ((,class (:foreground "forest green"))))
154 ;; Diff
3a2b589f 155 `(diff-added ((,class ,diff-added)))
558fefa0 156 `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF"))))
3a2b589f 157 `(diff-context ((,class ,diff-none)))
558fefa0 158 `(diff-file-header ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
3a2b589f
FN
159 `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background "#EAF2F5"))))
160 `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5"))))
558fefa0 161 `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5"))))
3a2b589f
FN
162 `(diff-hunk-header ((,class ,diff-hunk-header)))
163 `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ;; my foreground is NOT applied!?
9da5af24
FN
164 `(diff-indicator-added ((,class (:foreground "#008000" :background "#AAFFAA"))))
165 `(diff-indicator-changed ((,class (:foreground "black" :background "#AAAAFF"))))
166 `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA"))))
558fefa0 167 `(diff-refine-change ((,class (:background "#DDDDFF"))))
3a2b589f 168 `(diff-removed ((,class ,diff-removed)))
558fefa0
AS
169 ;; SMerge
170 `(smerge-refined-change ((,class (:background "#AAAAFF"))))
171 ;; Ediff
172 `(ediff-current-diff-A ((,class (:foreground "gray33" :background "#FFDDDD"))))
173 `(ediff-current-diff-B ((,class (:foreground "gray33" :background "#DDFFDD"))))
174 `(ediff-current-diff-C ((,class (:foreground "black" :background "cyan"))))
175 `(ediff-even-diff-A ((,class (:foreground "black" :background "light grey"))))
176 `(ediff-even-diff-B ((,class (:foreground "black" :background "light grey"))))
177 `(ediff-fine-diff-A ((,class (:foreground "#A60000" :background "#FFAAAA"))))
178 `(ediff-fine-diff-B ((,class (:foreground "#008000" :background "#55FF55"))))
179 `(ediff-odd-diff-A ((,class (:foreground "black" :background "light grey"))))
180 `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey"))))
181 ;; Flyspell
3a2b589f
FN
182 `(flyspell-duplicate ((,class (:underline "#008000" :inherit nil))))
183 `(flyspell-incorrect ((,class (:underline "red" :inherit nil))))
558fefa0 184 ;; ;; Semantic faces
3a2b589f 185 ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4))))
558fefa0
AS
186 ;; `(semantic-decoration-on-private-members-face ((,class (:background ,alum-2))))
187 ;; `(semantic-decoration-on-protected-members-face ((,class (:background ,alum-2))))
188 ;; `(semantic-decoration-on-unknown-includes ((,class (:background ,choc-3))))
3a2b589f
FN
189 ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline ,orange-3))))
190 ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1))))
191 ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))
192 `(Info-title-1-face ((,class ,ol1)))
193 `(Info-title-2-face ((,class ,ol2)))
194 `(Info-title-3-face ((,class ,ol3)))
195 `(Info-title-4-face ((,class ,ol4)))
558fefa0
AS
196 `(bbdb-company ((,class (:slant italic :foreground "steel blue"))))
197 `(bbdb-field-name ((,class (:weight bold :foreground "steel blue"))))
198 `(bbdb-field-value ((,class (:foreground "steel blue"))))
199 `(bbdb-name ((,class (:underline t :foreground "#FF6633"))))
200 `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray"))))
3a2b589f
FN
201 `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE"))))
202 `(cfw:face-annotation ((,class (:foreground "green" :background "red"))))
203 `(cfw:face-day-title ((,class (:foreground "#C9C9C9"))))
558fefa0 204 `(cfw:face-default-content ((,class (:foreground "#2952A3"))))
3a2b589f
FN
205 `(cfw:face-default-day ((,class (:weight bold))))
206 `(cfw:face-disable ((,class (:foreground "DarkGray"))))
207 `(cfw:face-grid ((,class (:foreground "#DDDDDD"))))
208 `(cfw:face-header ((,class (:foreground "#1662AF" :background "white" :weight bold))))
209 `(cfw:face-holiday ((,class (:foreground "#777777" :background "#E4EBFE"))))
558fefa0 210 `(cfw:face-periods ((,class (:background "#668CD9" :foreground "white" :slant italic))))
3a2b589f
FN
211 `(cfw:face-saturday ((,class (:foreground "#4E4E4E" :background "white" :weight bold))))
212 `(cfw:face-select ((,class (:foreground "#4A95EB" :background "#EDF1FA"))))
213 `(cfw:face-sunday ((,class (:foreground "#4E4E4E" :background "white" :weight bold))))
214 `(cfw:face-title ((,class (:foreground "#676767" :weight bold :height 2.0 :inherit variable-pitch))))
215 `(cfw:face-today ((,class (:foreground "#4F4A3D" :background "#FFFABE"))))
216 `(cfw:face-today-title ((,class (:foreground "#4A95EB" :background "#FFFABE"))))
217 `(cfw:face-toolbar ((,class (:background "white"))))
218 `(cfw:face-toolbar-button-off ((,class (:foreground "#CFCFCF" :background "white"))))
219 `(cfw:face-toolbar-button-on ((,class (:foreground "#5E5E5E" :background "#F6F6F6"))))
558fefa0
AS
220 `(change-log-date-face ((,class (:foreground "purple"))))
221 `(change-log-file ((,class (:weight bold :foreground "#4183C4"))))
222 `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background "#F0F0F0")))) ;; other nick names
223 `(circe-highlight-nick-face ((,class (:foreground "#009300" :background "#F0F0F0")))) ;; messages with my nick cited
224 `(circe-my-message-face ((,class (:foreground "#8B8B8B" :background "#F0F0F0"))))
225 `(circe-originator-face ((,class (:foreground "blue"))))
226 `(circe-prompt-face ((,class (:foreground "red"))))
227 `(circe-server-face ((,class (:foreground "#99CAE5"))))
3a2b589f 228 `(comint-highlight-input ((,class ,code-block)))
558fefa0
AS
229 `(comint-highlight-prompt ((,class (:foreground "#008ED1" :background "#EAEAFF"))))
230 `(compare-windows ((,class (:background "#FFFF00"))))
231 `(compilation-error ((,class (:weight bold :foreground "red"))))
232 `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ;; used for grep
233 `(compilation-line-number ((,class (:bold t :foreground "#A535AE"))))
234 `(compilation-warning ((,class (:weight bold :foreground "orange"))))
235 `(css-property ((,class (:foreground "#00AA00"))))
236 `(css-selector ((,class (:weight bold :foreground "blue"))))
237 `(custom-button ((,class (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button)))))
238 `(custom-button-mouse ((,class (:background "grey90" :foreground "black" :box (:line-width 2 :style released-button)))))
239 `(custom-button-pressed ((,class (:foreground "black" :background "light grey" :box (:line-width 2 :style pressed-button)))))
240 `(custom-button-pressed-unraised ((,class (:underline t :foreground "magenta4"))))
241 `(custom-button-unraised ((,class (:underline t))))
242 `(custom-changed ((,class (:foreground "white" :background "blue"))))
243 `(custom-comment ((,class (:background "gray85"))))
244 `(custom-comment-tag ((,class (:foreground "blue4"))))
245 `(custom-documentation ((,class (nil))))
246 `(custom-face-tag ((,class (:family "Sans Serif" :weight bold :height 1.2))))
247 `(custom-group-tag ((,class (:bold t :foreground "blue1" :weight bold :height 1.2))))
248 `(custom-group-tag-1 ((,class (:bold t :family "Sans Serif" :foreground "red1" :weight bold :height 1.2))))
249 `(custom-invalid ((,class (:foreground "yellow" :background "red"))))
250 `(custom-link ((,class (:underline t :foreground "blue1"))))
251 `(custom-modified ((,class (:foreground "white" :background "blue"))))
252 `(custom-rogue ((,class (:foreground "pink" :background "black"))))
253 `(custom-saved ((,class (:underline t))))
254 `(custom-set ((,class (:foreground "blue" :background "white"))))
255 `(custom-state ((,class (:foreground "green4"))))
256 `(custom-themed ((,class (:background "blue1" :foreground "white"))))
257 `(custom-variable-button ((,class (:weight bold :underline t))))
258 `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground "blue1" :weight bold :height 1.2))))
9da5af24 259 `(custom-visibility ((,class ,link)))
558fefa0
AS
260 `(diary-face ((,class (:foreground "#87C9FC"))))
261 `(dircolors-face-asm ((,class (:foreground "black"))))
262 `(dircolors-face-backup ((,class (:foreground "black"))))
263 `(dircolors-face-compress ((,class (:foreground "red"))))
3a2b589f 264 `(dircolors-face-dir ((,class ,directory)))
558fefa0
AS
265 `(dircolors-face-doc ((,class (:foreground "black"))))
266 `(dircolors-face-dos ((,class (:foreground "green3"))))
267 `(dircolors-face-emacs ((,class (:foreground "black"))))
268 `(dircolors-face-exec ((,class (:foreground "green3"))))
269 `(dircolors-face-html ((,class (:foreground "black"))))
270 `(dircolors-face-img ((,class (:foreground "black"))))
271 `(dircolors-face-lang ((,class (:foreground "black"))))
272 `(dircolors-face-lang-interface ((,class (:foreground "black"))))
273 `(dircolors-face-make ((,class (:foreground "black"))))
274 `(dircolors-face-objet ((,class (:foreground "black"))))
275 `(dircolors-face-package ((,class (:foreground "red"))))
276 `(dircolors-face-paddb ((,class (:foreground "black"))))
277 `(dircolors-face-ps ((,class (:foreground "black"))))
278 `(dircolors-face-sound ((,class (:foreground "black"))))
279 `(dircolors-face-tar ((,class (:foreground "red"))))
280 `(dircolors-face-text ((,class (:foreground "black"))))
281 `(dircolors-face-yacc ((,class (:foreground "black"))))
3a2b589f
FN
282 `(dired-directory ((,class ,directory)))
283 `(dired-header ((,class ,directory)))
558fefa0 284 `(dired-ignored ((,class (:strike-through t :foreground "red"))))
3a2b589f
FN
285 `(dired-mark ((,class ,marked-line)))
286 `(dired-marked ((,class ,marked-line)))
287 `(dired-symlink ((,class ,symlink)))
558fefa0
AS
288 `(diredp-compressed-file-suffix ((,class (:foreground "red"))))
289 `(diredp-date-time ((,class (:foreground "purple"))))
3a2b589f
FN
290 `(diredp-dir-heading ((,class ,directory)))
291 `(diredp-dir-priv ((,class ,directory)))
558fefa0
AS
292 `(diredp-exec-priv ((,class (:background "#03C03C"))))
293 `(diredp-executable-tag ((,class (:foreground "green3" :background "white"))))
294 `(diredp-file-name ((,class (:foreground "black"))))
295 `(diredp-file-suffix ((,class (:foreground "#008000"))))
3a2b589f 296 `(diredp-flag-mark-line ((,class ,marked-line)))
558fefa0
AS
297 `(diredp-ignored-file-name ((,class (:strike-through t :foreground "red"))))
298 `(diredp-read-priv ((,class (:background "#0A99FF"))))
299 `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040"))))
3a2b589f 300 `(file-name-shadow ((,class ,shadow)))
9da5af24
FN
301 `(font-latex-bold-face ((,class (:weight bold :foreground "black"))))
302 `(font-latex-italic-face ((,class (:slant italic :foreground "#1A1A1A"))))
558fefa0
AS
303 `(font-latex-math-face ((,class (:foreground "blue"))))
304 `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7 :weight bold :foreground "cornflower blue"))))
3a2b589f
FN
305 `(font-latex-sectioning-2-face ((,class ,ol1)))
306 `(font-latex-sectioning-3-face ((,class ,ol2)))
307 `(font-latex-sectioning-4-face ((,class ,ol3)))
308 `(font-latex-sectioning-5-face ((,class ,ol4)))
9da5af24 309 `(font-latex-sedate-face ((,class (:foreground "#FF5500"))))
558fefa0 310 `(font-latex-string-face ((,class (:bold t :foreground "#0066FF"))))
9da5af24 311 `(font-latex-verbatim-face ((,class (:foreground "#000088" :background "#FFFFE0" :inherit nil))))
558fefa0
AS
312 `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
313 `(gnus-cite-face-1 ((,class (:foreground "#5050B0"))))
314 `(gnus-cite-face-10 ((,class (:foreground "#990000"))))
315 `(gnus-cite-face-2 ((,class (:foreground "#660066"))))
316 `(gnus-cite-face-3 ((,class (:foreground "#007777"))))
317 `(gnus-cite-face-4 ((,class (:foreground "#990000"))))
318 `(gnus-cite-face-5 ((,class (:foreground "#000099"))))
319 `(gnus-cite-face-6 ((,class (:foreground "#BB6600"))))
320 `(gnus-cite-face-7 ((,class (:foreground "#5050B0"))))
321 `(gnus-cite-face-8 ((,class (:foreground "#660066"))))
322 `(gnus-cite-face-9 ((,class (:foreground "#007777"))))
323 `(gnus-emphasis-bold ((,class (:weight bold))))
324 `(gnus-emphasis-highlight-words ((,class (:foreground "yellow" :background "black"))))
325 `(gnus-picon ((,class (:foreground "yellow" :background "white"))))
326 `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white"))))
327 `(gnus-signature ((,class (:foreground "#7F7F7F"))))
328 `(gnus-splash ((,class (:foreground "#FF8C00"))))
3a2b589f 329 `(gnus-summary-cancelled ((,class ,cancel)))
558fefa0
AS
330 `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6"))))
331 `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080" :background "#FFFFE6"))))
332 `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black" :background "#E7AEB0"))))
333 `(gnus-summary-high-unread ((,class (:weight normal :foreground "black" :background "#FFFFCC"))))
334 `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55"))))
335 `(gnus-summary-low-read ((,class (:slant italic :foreground "gray55" :background "#E0E0E0"))))
336 `(gnus-summary-low-ticked ((,class (:slant italic :foreground "black" :background "#E7AEB0"))))
337 `(gnus-summary-low-unread ((,class (:slant italic :foreground "black"))))
338 `(gnus-summary-normal-ancient ((,class (:foreground "#808080"))))
339 `(gnus-summary-normal-read ((,class (:foreground "#808080"))))
340 `(gnus-summary-normal-ticked ((,class (:foreground "black" :background "#E7AEB0"))))
341 `(gnus-summary-normal-unread ((,class (:foreground "black"))))
342 `(gnus-summary-selected ((,class (:foreground "black" :background "#FFD0D0" :underline t))))
343 `(gnus-x-face ((,class (:foreground "black" :background "white"))))
344 `(helm-action ((,class (:foreground "#335EA8"))))
345 `(helm-bookmarks-su-face ((,class (:foreground "red"))))
346 `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66"))))
347 `(helm-dir-heading ((,class (:foreground "blue" :background "pink"))))
348 `(helm-dir-priv ((,class (:foreground "dark red" :background "light grey"))))
3a2b589f 349 `(helm-ff-directory ((,class ,directory)))
558fefa0
AS
350 `(helm-ff-executable ((,class (:foreground "green3" :background "white"))))
351 `(helm-ff-file ((,class (:foreground "black"))))
352 `(helm-ff-invalid-symlink ((,class (:foreground "yellow" :background "red"))))
3a2b589f 353 `(helm-ff-symlink ((,class ,symlink)))
558fefa0
AS
354 `(helm-file-name ((,class (:foreground "blue"))))
355 `(helm-gentoo-match-face ((,class (:foreground "red"))))
356 `(helm-grep-running ((,class (:weight bold :foreground "white"))))
357 `(helm-isearch-match ((,class (:background "#CCFFCC"))))
3a2b589f
FN
358 `(helm-match ((,class ,match)))
359 `(helm-selection ((,class ,highlight-line)))
360 `(helm-selection-line ((,class ,volatile-highlight)))
9da5af24 361 `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF"))))
3a2b589f 362 `(helm-visible-mark ((,class ,marked-line)))
558fefa0
AS
363 `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
364 `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
3a2b589f
FN
365 `(hl-line ((,class ,highlight-line)))
366 `(holiday-face ((,class (:foreground "#777777" :background "#E4EBFE"))))
558fefa0
AS
367 `(html-helper-bold-face ((,class (:weight bold :foreground "black"))))
368 `(html-helper-italic-face ((,class (:slant italic :foreground "black"))))
369 `(html-helper-underline-face ((,class (:underline t :foreground "black"))))
370 `(html-tag-face ((,class (:foreground "blue"))))
371 `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1"))))
372 `(info-header-node ((,class (:underline t :foreground "orange")))) ;; nodes in header
373 `(info-header-xref ((,class (:underline t :foreground "dodger blue")))) ;; cross references in header
374 `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold :underline t :foreground "#00CC00")))) ;; menu titles (headers) -- major topics
375 `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item
376 `(info-node ((,class (:underline t :foreground "blue")))) ;; node names
3a2b589f
FN
377 `(info-quoted-name ((,class ,code-inline)))
378 `(info-string ((,class ,string)))
379 `(info-title-1 ((,class ,ol1)))
558fefa0
AS
380 `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; unvisited cross-references
381 `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references
382 `(light-symbol-face ((,class (:background "#FFFFA0"))))
9da5af24 383 `(linum ((,class (:foreground "#AFAFAF" :background "white"))))
558fefa0 384 `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
3a2b589f 385 `(lui-button-face ((,class ,link)))
558fefa0
AS
386 `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ;; my nickname
387 `(lui-time-stamp-face ((,class (:foreground "purple"))))
3a2b589f
FN
388 `(magit-branch ((,class ,vc-branch)))
389 `(magit-diff-add ((,class ,diff-added)))
390 `(magit-diff-del ((,class ,diff-removed)))
558fefa0 391 `(magit-diff-file-header ((,class (:family "Sans Serif" :height 1.1 :weight bold :foreground "#4183C4"))))
3a2b589f
FN
392 `(magit-diff-hunk-header ((,class ,diff-hunk-header)))
393 `(magit-diff-none ((,class ,diff-none)))
558fefa0
AS
394 `(magit-header ((,class (:foreground "white" :background "#FF4040"))))
395 `(magit-item-highlight ((,class (:background "#EAF2F5"))))
3a2b589f 396 `(magit-item-mark ((,class ,marked-line)))
558fefa0
AS
397 `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style nil)))))
398 `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style nil)))))
399 `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "cornflower blue"))))
400 `(makefile-space-face ((,class (:background "hot pink"))))
401 `(makefile-targets ((,class (:weight bold :foreground "blue"))))
3a2b589f
FN
402 `(match ((,class ,match)))
403 `(mm-uu-extract ((,class ,code-block)))
558fefa0
AS
404 `(moccur-current-line-face ((,class (:background "#FFFFCC" :foreground "black"))))
405 `(moccur-face ((,class (:background "#FFFF99" :foreground "black"))))
406 `(nobreak-space ((,class (:background "#CCE8F6"))))
407 `(nxml-attribute-local-name-face ((,class (:foreground "magenta"))))
408 `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4"))))
409 `(nxml-attribute-value-face ((,class (:foreground "green4"))))
3a2b589f 410 `(nxml-comment-content-face ((,class (:slant italic :foreground "red"))))
558fefa0
AS
411 `(nxml-comment-delimiter-face ((,class (:foreground "red"))))
412 `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999") :background "#DEDEDE" :foreground "#000088"))))
413 `(nxml-element-local-name-face ((,class (:foreground "blue"))))
414 `(nxml-processing-instruction-target-face ((,class (:foreground "purple1"))))
415 `(nxml-tag-delimiter-face ((,class (:foreground "blue"))))
416 `(nxml-tag-slash-face ((,class (:foreground "blue"))))
3a2b589f
FN
417 `(org-agenda-calendar-event ((,class (:weight bold :foreground "#3774CC" :background "#A8C5EF"))))
418 `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE"))))
419 `(org-agenda-clocking ((,class ,clock-line)))
420 `(org-agenda-column-dateline ((,class ,column)))
558fefa0 421 `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF"))))
3a2b589f
FN
422 `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF"))))
423 `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE"))))
424 `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E"))))
558fefa0
AS
425 `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background "light blue"))))
426 `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2"))))
427 `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE"))))
428 `(org-agenda-filter-category ((,class (:weight bold :foreground "orange"))))
429 `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange"))))
430 `(org-agenda-restriction-lock ((,class (:weight bold :foreground "white" :background "orange"))))
431 `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC"))))
432 `(org-archived ((,class (:foreground "gray70"))))
433 `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0"))))
3a2b589f 434 `(org-block ((,class ,code-block)))
558fefa0
AS
435 `(org-block-background ((,class (:background "#FFFFE0"))))
436 `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
437 `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
438 `(org-checkbox ((,class (:weight bold :foreground "white" :background "#777777" :box (:line-width 1 :style pressed-button)))))
439 `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4"))))
9da5af24 440 `(org-code ((,class (:foreground "#007300" :background "#EBF5EB"))))
3a2b589f
FN
441 `(org-column ((,class ,column)))
442 `(org-column-title ((,class ,column)))
558fefa0
AS
443 `(org-date ((,class (:underline t :foreground "#00459E"))))
444 `(org-default ((,class (:foreground "#333333"))))
445 `(org-dim ((,class (:foreground "#AAAAAA"))))
446 `(org-document-info ((,class (:foreground "#484848"))))
447 `(org-document-info-keyword ((,class (:foreground "#008ED1" :background "#EAEAFF"))))
448 `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "black"))))
449 `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB") :foreground "#BBBBBB" :background "#F0F0F0"))))
450 `(org-drawer ((,class (:foreground "light sky blue"))))
451 `(org-ellipsis ((,class (:underline "#B0EEB0" :foreground "#00BB00"))))
452 `(org-example ((,class (:foreground "blue" :background "#EAFFEA"))))
453 `(org-footnote ((,class (:underline t :foreground "#008ED1"))))
454 `(org-formula ((,class (:foreground "chocolate1"))))
455 `(org-headline-done ((,class (:height 1.0 :weight bold :strike-through "#BEBEBE" :foreground "#C5C5C5"))))
456 `(org-hide ((,class (:foreground "#E2E2E2"))))
457 `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6"))))
458 `(org-latex-and-export-specials ((,class (:foreground "blue"))))
3a2b589f
FN
459 `(org-level-1 ((,class ,ol1)))
460 `(org-level-2 ((,class ,ol2)))
461 `(org-level-3 ((,class ,ol3)))
462 `(org-level-4 ((,class ,ol4)))
463 `(org-level-5 ((,class ,ol5)))
464 `(org-level-6 ((,class ,ol6)))
465 `(org-level-7 ((,class ,ol7)))
466 `(org-level-8 ((,class ,ol8)))
467 `(org-link ((,class ,link)))
558fefa0
AS
468 `(org-list-dt ((,class (:weight bold :foreground "#335EA8"))))
469 `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background "#EAEAFF"))))
3a2b589f 470 `(org-mode-line-clock ((,class ,clock-line)))
558fefa0
AS
471 `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1 :color "#335EA8") :foreground "white" :background "#FF4040"))))
472 `(org-number-of-items ((,class (:weight bold :foreground "white" :background "#79BA79"))))
473 `(org-property-value ((,class (:foreground "#00A000"))))
474 `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0"))))
3a2b589f 475 `(org-scheduled ((,class (:foreground "#333333"))))
558fefa0 476 `(org-scheduled-previously ((,class (:weight bold :foreground "#373737"))))
3a2b589f 477 `(org-scheduled-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE"))))
558fefa0
AS
478 `(org-sexp-date ((,class (:foreground "purple"))))
479 `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA"))))
480 `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
3a2b589f 481 `(org-tag ((,class (:weight normal :slant italic :foreground "#3E6D8E" :background "#E0EAF1"))))
9da5af24 482 `(org-target ((,class ,link)))
3a2b589f 483 `(org-time-grid ((,class (:foreground "#CFCFCF"))))
558fefa0
AS
484 `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4"))))
485 `(org-upcoming-deadline ((,class (:foreground "#FF5555"))))
9da5af24 486 `(org-verbatim ((,class (:foreground "#0066CC"))))
558fefa0
AS
487 `(org-verse ((,class (:slant italic :foreground "dim gray" :background "#EEEEEE"))))
488 `(org-warning ((,class (:weight bold :foreground "black" :background "#CCE7FF"))))
3a2b589f
FN
489 `(outline-1 ((,class ,ol1)))
490 `(outline-2 ((,class ,ol2)))
491 `(outline-3 ((,class ,ol3)))
492 `(outline-4 ((,class ,ol4)))
493 `(outline-5 ((,class ,ol5)))
494 `(outline-6 ((,class ,ol6)))
495 `(outline-7 ((,class ,ol7)))
496 `(outline-8 ((,class ,ol8)))
558fefa0
AS
497 `(pabbrev-debug-display-label-face ((,class (:background "chartreuse"))))
498 `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red"))))
499 `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple"))))
9da5af24
FN
500 `(paren-face-match ((,class (:foreground "#E2464C" :background "#FFE182"))))
501 `(paren-face-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
502 `(paren-face-no-match ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
558fefa0
AS
503 `(pp^L-highlight ((,class (:strike-through t))))
504 `(recover-this-file ((,class (:background "white" :background "#FF3F3F"))))
9da5af24
FN
505 `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE"))))
506 `(sh-quoted-exec ((,class (:foreground "#FF1493"))))
3a2b589f 507 `(shadow ((,class ,shadow)))
558fefa0
AS
508 `(shell-option-face ((,class (:foreground "forest green"))))
509 `(shell-output-2-face ((,class (:foreground "blue"))))
510 `(shell-output-3-face ((,class (:foreground "purple"))))
511 `(shell-output-face ((,class (:foreground "black"))))
512 `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
9da5af24
FN
513 `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFE182"))))
514 `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F"))))
558fefa0
AS
515 `(speedbar-button-face ((,class (:foreground "green4"))))
516 `(speedbar-directory-face ((,class (:foreground "blue4"))))
517 `(speedbar-file-face ((,class (:foreground "cyan4"))))
3a2b589f 518 `(speedbar-highlight-face ((,class ,volatile-highlight)))
558fefa0
AS
519 `(speedbar-selected-face ((,class (:underline t :foreground "red"))))
520 `(speedbar-tag-face ((,class (:foreground "brown"))))
3a2b589f 521 `(svn-status-directory-face ((,class ,directory)))
558fefa0
AS
522 `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4"))))
523 `(svn-status-locked-face ((,class (:weight bold :foreground "red"))))
3a2b589f 524 `(svn-status-marked-face ((,class ,marked-line)))
558fefa0
AS
525 `(svn-status-marked-popup-face ((,class (:weight bold :foreground "green3"))))
526 `(svn-status-switched-face ((,class (:slant italic :foreground "gray55"))))
3a2b589f 527 `(svn-status-symlink-face ((,class ,symlink)))
558fefa0
AS
528 `(svn-status-update-available-face ((,class (:foreground "orange"))))
529 `(tex-verbatim ((,class (:foreground "blue"))))
530 `(tool-bar ((,class (:box (:line-width 1 :style released-button) :foreground "black" :background "gray75"))))
531 `(tooltip ((,class (:foreground "black" :background "light yellow"))))
532 `(trailing-whitespace ((,class (:background "#F6EBFE"))))
533 `(traverse-match-face ((,class (:weight bold :foreground "blue violet"))))
534 `(vc-annotate-face-3F3FFF ((,class (:foreground "#3F3FFF" :background "black"))))
535 `(vc-annotate-face-3F6CFF ((,class (:foreground "#3F3FFF" :background "black"))))
536 `(vc-annotate-face-3F99FF ((,class (:foreground "#3F99FF" :background "black"))))
537 `(vc-annotate-face-3FC6FF ((,class (:foreground "#3F99FF" :background "black"))))
538 `(vc-annotate-face-3FF3FF ((,class (:foreground "#3FF3FF" :background "black"))))
539 `(vc-annotate-face-3FFF56 ((,class (:foreground "#4BFF4B" :background "black"))))
540 `(vc-annotate-face-3FFF83 ((,class (:foreground "#3FFFB0" :background "black"))))
541 `(vc-annotate-face-3FFFB0 ((,class (:foreground "#3FFFB0" :background "black"))))
542 `(vc-annotate-face-3FFFDD ((,class (:foreground "#3FF3FF" :background "black"))))
543 `(vc-annotate-face-56FF3F ((,class (:foreground "#4BFF4B" :background "black"))))
544 `(vc-annotate-face-83FF3F ((,class (:foreground "#B0FF3F" :background "black"))))
545 `(vc-annotate-face-B0FF3F ((,class (:foreground "#B0FF3F" :background "black"))))
546 `(vc-annotate-face-DDFF3F ((,class (:foreground "#FFF33F" :background "black"))))
547 `(vc-annotate-face-FF3F3F ((,class (:foreground "#FF3F3F" :background "black"))))
548 `(vc-annotate-face-FF6C3F ((,class (:foreground "#FF3F3F" :background "black"))))
549 `(vc-annotate-face-FF993F ((,class (:foreground "#FF993F" :background "black"))))
550 `(vc-annotate-face-FFC63F ((,class (:foreground "#FF993F" :background "black"))))
551 `(vc-annotate-face-FFF33F ((,class (:foreground "#FFF33F" :background "black"))))
3a2b589f 552 `(w3m-anchor ((,class ,link)))
558fefa0
AS
553 `(w3m-arrived-anchor ((,class (:foreground "purple1"))))
554 `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green"))))
555 `(w3m-bold ((,class (:weight bold :foreground "medium sea green"))))
556 `(w3m-current-anchor ((,class (:weight bold :underline t :foreground "blue"))))
557 `(w3m-form ((,class (:underline t :foreground "tan1"))))
558 `(w3m-form-button-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey"))))
559 `(w3m-form-button-mouse-face ((,class (:underline t :foreground "light grey" :background "#2B7E2A"))))
560 `(w3m-form-button-pressed-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey"))))
561 `(w3m-header-line-location-content-face ((,class (:foreground "#7F7F7F":background "#F7F7F7"))))
562 `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1" :background "#F7F7F7"))))
563 `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon"))))
564 `(w3m-image-face ((,class (:weight bold :foreground "DarkSeaGreen2"))))
565 `(w3m-link-numbering ((,class (:foreground "#B4C7EB")))) ;; mouseless browsing
566 `(w3m-strike-through-face ((,class (:strike-through t))))
567 `(w3m-underline-face ((,class (:underline t))))
568 `(which-func ((,class (:weight bold :foreground "white"))))
569 `(whitespace-hspace ((,class (:background "#CCE8F6"))))
570 `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow"))))
571 `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88"))))
3a2b589f 572 `(whitespace-tab ((,class (:foreground "lightgray" :background "beige"))))
558fefa0 573 `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1"))))
3a2b589f 574 `(widget-button-face ((,class ,link)))
558fefa0
AS
575 `(widget-button-pressed-face ((,class (:foreground "red"))))
576 `(widget-documentation-face ((,class (:foreground "green4"))))
577 `(widget-field-face ((,class (:background "gray85"))))
578 `(widget-inactive-face ((,class (:foreground "dim gray"))))
579 `(widget-single-line-field-face ((,class (:background "gray85"))))
580 `(yas/field-debug-face ((,class (:background "ivory2"))))
581 `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1"))))
582 ))
583
584(custom-theme-set-variables
585 'leuven
3a2b589f
FN
586 '(ansi-color-names-vector ["#242424" "#E5786D" "#95E454" "#CAE682"
587 "#8AC6F2" "#333366" "#CCAA8F" "#F6F3E8"]))
558fefa0
AS
588
589(provide-theme 'leuven)
590
591;; Local Variables:
592;; no-byte-compile: t
593;; End:
594
595;;; leuven-theme.el ends here