-
Notifications
You must be signed in to change notification settings - Fork 25
/
leuven-theme.el
221 lines (218 loc) · 21.5 KB
/
leuven-theme.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
(deftheme leuven
"Created 2014-10-26.")
(custom-theme-set-variables
'leuven
'(ansi-color-faces-vector [default default default italic underline success warning error])
'(ansi-color-names-vector ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"]))
(custom-theme-set-faces
'leuven
'(bold ((((class color) (min-colors 89)) (:weight bold :foreground "black"))))
'(bold-italic ((((class color) (min-colors 89)) (:weight bold :slant italic :foreground "black"))))
'(italic ((((class color) (min-colors 89)) (:slant italic :foreground "#1A1A1A"))))
'(underline ((((class color) (min-colors 89)) (:underline t))))
'(cursor ((((class color) (min-colors 89)) (:background "#0FB300"))))
'(fringe ((((class color) (min-colors 89)) (:foreground "#9B9B9B" :background "#EDEDED"))))
'(highlight ((((class color) (min-colors 89)) (:underline nil :background "#FFF876"))))
'(region ((((class color) (min-colors 89)) (:background "#ABDFFA"))))
'(secondary-selection ((((class color) (min-colors 89)) (:weight bold :background "#FBE448"))))
'(isearch ((((class color) (min-colors 89)) (:weight bold :underline "#FF9632" :foreground nil :background "#FDBD33"))))
'(isearch-fail ((((class color) (min-colors 89)) (:weight bold :foreground "black" :background "#FF9999"))))
'(lazy-highlight ((((class color) (min-colors 89)) (:underline "#FF9632" :background "#FFFF00"))))
'(trailing-whitespace ((((class color) (min-colors 89)) (:background "#FFFF57"))))
'(mode-line ((((class color) (min-colors 89)) (:background "#335EA8" :foreground "#85CEEB"))))
'(mode-line-inactive ((((class color) (min-colors 89)) (:background "#9B9C97" :foreground "#F0F0EF"))))
'(mode-line-buffer-id ((((class color) (min-colors 89)) (:weight bold :foreground "white"))))
'(mode-line-emphasis ((((class color) (min-colors 89)) (:weight bold :foreground "white"))))
'(mode-line-highlight ((((class color) (min-colors 89)) (:foreground "yellow"))))
'(minibuffer-prompt ((((class color) (min-colors 89)) (:weight bold :foreground "black" :background "gold"))))
'(escape-glyph ((((class color) (min-colors 89)) (:foreground "#008ED1"))))
'(error ((((class color) (min-colors 89)) (:foreground "red"))))
'(warning ((((class color) (min-colors 89)) (:weight bold :foreground "orange"))))
'(success ((((class color) (min-colors 89)) (:foreground "green"))))
'(font-lock-builtin-face ((((class color) (min-colors 89)) (:foreground "#006FE0"))))
'(font-lock-comment-delimiter-face ((((class color) (min-colors 89)) (:foreground "#8D8D84"))))
'(font-lock-comment-face ((((class color) (min-colors 89)) (:slant italic :foreground "#8D8D84"))))
'(font-lock-constant-face ((((class color) (min-colors 89)) (:foreground "#D0372D"))))
'(font-lock-doc-face ((((class color) (min-colors 89)) (:foreground "#036A07"))))
'(font-lock-function-name-face ((((class color) (min-colors 89)) (:weight normal :foreground "#006699"))))
'(font-lock-keyword-face ((((class color) (min-colors 89)) (:bold nil :foreground "#0000FF"))))
'(font-lock-preprocessor-face ((((class color) (min-colors 89)) (:foreground "#808080"))))
'(font-lock-regexp-grouping-backslash ((((class color) (min-colors 89)) (:weight bold :inherit nil))))
'(font-lock-regexp-grouping-construct ((((class color) (min-colors 89)) (:weight bold :inherit nil))))
'(font-lock-string-face ((((class color) (min-colors 89)) (:foreground "#008000"))))
'(font-lock-type-face ((((class color) (min-colors 89)) (:weight normal :foreground "#6434A3"))))
'(font-lock-variable-name-face ((((class color) (min-colors 89)) (:weight normal :foreground "#BA36A5"))))
'(font-lock-warning-face ((((class color) (min-colors 89)) (:weight bold :foreground "red"))))
'(link ((((class color) (min-colors 89)) (:weight normal :underline t :foreground "#006DAF"))))
'(link-visited ((((class color) (min-colors 89)) (:underline t :foreground "#E5786D"))))
'(button ((((class color) (min-colors 89)) (:underline t :foreground "#006DAF"))))
'(header-line ((((class color) (min-colors 89)) (:weight bold :underline "black" :overline "black" :foreground "black" :background "#FFFF88"))))
'(info-title-1 ((((class color) (min-colors 89)) (:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0"))))
'(info-title-2 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB"))))
'(info-title-3 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :foreground "#005522" :background "#EFFFEF"))))
'(info-title-4 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant normal :foreground "#EA6300"))))
'(calendar-month-header ((((class color) (min-colors 89)) (:weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
'(calendar-today ((((class color) (min-colors 89)) (:weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
'(calendar-weekday-header ((((class color) (min-colors 89)) (:weight bold :foreground "#1662AF"))))
'(calendar-weekend-header ((((class color) (min-colors 89)) (:weight bold :foreground "#4E4E4E"))))
'(comint-highlight-input ((((class color) (min-colors 89)) (:weight bold :foreground "#0000FF" :inherit nil))))
'(comint-highlight-prompt ((((class color) (min-colors 89)) (:weight bold :foreground "#0000FF" :inherit nil))))
'(company-preview-common ((((class color) (min-colors 89)) (:foreground "#C0C0C0" :background "#FFFFD7"))))
'(company-tooltip-annotation ((((class color) (min-colors 89)) (:foreground "#999999" :background "cornsilk"))))
'(company-tooltip-common ((((class color) (min-colors 89)) (:weight bold :inherit company-tooltip))))
'(company-tooltip-common-selection ((((class color) (min-colors 89)) (:weight bold :inherit company-tooltip-selection))))
'(compilation-error ((((class color) (min-colors 89)) (:weight bold :foreground "red"))))
'(compilation-info ((((class color) (min-colors 89)) (:weight bold :foreground "#2A489E"))))
'(compilation-line-number ((((class color) (min-colors 89)) (:weight bold :foreground "#A535AE"))))
'(compilation-warning ((((class color) (min-colors 89)) (:weight bold :foreground "orange"))))
'(custom-button ((((class color) (min-colors 89)) (:box (:line-width 2 :style released-button) :foreground "black" :background "lightgrey"))))
'(custom-button-mouse ((((class color) (min-colors 89)) (:box (:line-width 2 :style released-button) :foreground "black" :background "grey90"))))
'(custom-button-pressed ((((class color) (min-colors 89)) (:box (:line-width 2 :style pressed-button) :foreground "black" :background "light grey"))))
'(custom-button-pressed-unraised ((((class color) (min-colors 89)) (:underline t :foreground "magenta4"))))
'(custom-button-unraised ((((class color) (min-colors 89)) (:underline t))))
'(custom-changed ((((class color) (min-colors 89)) (:foreground "white" :background "blue"))))
'(custom-comment ((((class color) (min-colors 89)) (:background "gray85"))))
'(custom-comment-tag ((((class color) (min-colors 89)) (:foreground "blue4"))))
'(custom-documentation ((((class color) (min-colors 89)) (nil))))
'(custom-face-tag ((((class color) (min-colors 89)) (:family "Sans Serif" :height 1.2 :weight bold))))
'(custom-group-tag ((((class color) (min-colors 89)) (:height 1.2 :weight bold :foreground "blue1"))))
'(custom-group-tag-1 ((((class color) (min-colors 89)) (:family "Sans Serif" :height 1.2 :weight bold :foreground "red1"))))
'(custom-invalid ((((class color) (min-colors 89)) (:foreground "yellow" :background "red"))))
'(custom-link ((((class color) (min-colors 89)) (:underline t :foreground "blue1"))))
'(custom-modified ((((class color) (min-colors 89)) (:foreground "white" :background "blue"))))
'(custom-rogue ((((class color) (min-colors 89)) (:foreground "pink" :background "black"))))
'(custom-saved ((((class color) (min-colors 89)) (:underline t))))
'(custom-set ((((class color) (min-colors 89)) (:foreground "blue" :background "white"))))
'(custom-state ((((class color) (min-colors 89)) (:foreground "green4"))))
'(custom-themed ((((class color) (min-colors 89)) (:foreground "white" :background "blue1"))))
'(custom-variable-button ((((class color) (min-colors 89)) (:weight bold :underline t))))
'(custom-variable-tag ((((class color) (min-colors 89)) (:family "Sans Serif" :height 1.2 :weight bold :foreground "blue1"))))
'(custom-visibility ((((class color) (min-colors 89)) (:weight normal :underline t :foreground "#006DAF"))))
'(diary ((((class color) (min-colors 89)) (:foreground "#87C9FC"))))
'(dired-directory ((((class color) (min-colors 89)) (:weight bold :foreground "blue" :background "#FFFFD2"))))
'(dired-header ((((class color) (min-colors 89)) (:weight bold :foreground "blue" :background "#FFFFD2"))))
'(dired-ignored ((((class color) (min-colors 89)) (:strike-through t :foreground "red"))))
'(dired-mark ((((class color) (min-colors 89)) (:weight bold :foreground "white" :background "red"))))
'(dired-marked ((((class color) (min-colors 89)) (:weight bold :foreground "white" :background "red"))))
'(dired-symlink ((((class color) (min-colors 89)) (:foreground "deep sky blue"))))
'(file-name-shadow ((((class color) (min-colors 89)) (:foreground "#7F7F7F"))))
'(holiday ((((class color) (min-colors 89)) (:foreground "#777777" :background "#E4EBFE"))))
'(info-header-node ((((class color) (min-colors 89)) (:underline t :foreground "orange"))))
'(info-header-xref ((((class color) (min-colors 89)) (:underline t :foreground "dodger blue"))))
'(info-index-match ((((class color) (min-colors 89)) (:weight bold :foreground nil :background "#FDBD33"))))
'(info-menu-header ((((class color) (min-colors 89)) (:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB"))))
'(info-menu-star ((((class color) (min-colors 89)) (:foreground "black"))))
'(info-node ((((class color) (min-colors 89)) (:underline t :foreground "blue"))))
'(info-title-1 ((((class color) (min-colors 89)) (:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0"))))
'(info-xref ((((class color) (min-colors 89)) (:underline t :foreground "#006DAF"))))
'(info-xref-visited ((((class color) (min-colors 89)) (:underline t :foreground "magenta4"))))
'(match ((((class color) (min-colors 89)) (:weight bold :background "#FBE448"))))
'(next-error ((((class color) (min-colors 89)) (:underline nil :background "#FFF876"))))
'(nobreak-space ((((class color) (min-colors 89)) (:background "#CCE8F6"))))
'(org-agenda-calendar-event ((((class color) (min-colors 89)) (:weight bold :foreground "#3774CC" :background "#A8C5EF"))))
'(org-agenda-calendar-sexp ((((class color) (min-colors 89)) (:foreground "#777777" :background "#E4EBFE"))))
'(org-agenda-clocking ((((class color) (min-colors 89)) (:foreground "black" :background "#EEC900"))))
'(org-agenda-column-dateline ((((class color) (min-colors 89)) (:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))))
'(org-agenda-current-time ((((class color) (min-colors 89)) (:underline t :foreground "#1662AF"))))
'(org-agenda-date ((((class color) (min-colors 89)) (:height 1.6 :weight bold :foreground "#1662AF"))))
'(org-agenda-date-today ((((class color) (min-colors 89)) (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
'(org-agenda-date-weekend ((((class color) (min-colors 89)) (:height 1.6 :weight bold :foreground "#4E4E4E"))))
'(org-agenda-diary ((((class color) (min-colors 89)) (:weight bold :foreground "green4" :background "light blue"))))
'(org-agenda-dimmed-todo-face ((((class color) (min-colors 89)) (:foreground "gold2"))))
'(org-agenda-done ((((class color) (min-colors 89)) (:foreground "#555555"))))
'(org-agenda-filter-category ((((class color) (min-colors 89)) (:weight bold :foreground "orange"))))
'(org-agenda-filter-tags ((((class color) (min-colors 89)) (:weight bold :foreground "orange"))))
'(org-agenda-restriction-lock ((((class color) (min-colors 89)) (:background "#E77D63"))))
'(org-agenda-structure ((((class color) (min-colors 89)) (:height 1.6 :weight bold :foreground "#1F8DD6"))))
'(org-archived ((((class color) (min-colors 89)) (:foreground "gray70"))))
'(org-block ((((class color) (min-colors 89)) (:foreground "#000088" :background "#FFFFE0"))))
'(org-block-background ((((class color) (min-colors 89)) (:background "#FFFFE0"))))
'(org-block-begin-line ((((class color) (min-colors 89)) (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
'(org-block-end-line ((((class color) (min-colors 89)) (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
'(org-checkbox ((((class color) (min-colors 89)) (:weight bold :box (:line-width 1 :style pressed-button) :foreground "white" :background "#777777"))))
'(org-clock-overlay ((((class color) (min-colors 89)) (:foreground "white" :background "SkyBlue4"))))
'(org-code ((((class color) (min-colors 89)) (:foreground "#006400" :background "#FDFFF7"))))
'(org-column ((((class color) (min-colors 89)) (:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))))
'(org-column-title ((((class color) (min-colors 89)) (:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))))
'(org-date ((((class color) (min-colors 89)) (:underline t :foreground "#00459E"))))
'(org-default ((((class color) (min-colors 89)) (:foreground "#333333" :background "#FFFFFF"))))
'(org-document-info ((((class color) (min-colors 89)) (:foreground "#484848"))))
'(org-document-info-keyword ((((class color) (min-colors 89)) (:foreground "#008ED1" :background "#EAEAFF"))))
'(org-document-title ((((class color) (min-colors 89)) (:family "Sans Serif" :height 1.8 :weight bold :foreground "black"))))
'(org-done ((((class color) (min-colors 89)) (:weight bold :box (:line-width 1 :color "#BBBBBB") :foreground "#BBBBBB" :background "#F0F0F0"))))
'(org-drawer ((((class color) (min-colors 89)) (:foreground "light sky blue"))))
'(org-ellipsis ((((class color) (min-colors 89)) (:underline nil :box (:line-width 1 :color "#999999") :foreground "#999999" :background "#FFF8C0"))))
'(org-footnote ((((class color) (min-colors 89)) (:underline t :foreground "#008ED1"))))
'(org-formula ((((class color) (min-colors 89)) (:foreground "chocolate1"))))
'(org-headline-done ((((class color) (min-colors 89)) (:height 1.0 :weight normal :strike-through t :foreground "#ADADAD"))))
'(org-hide ((((class color) (min-colors 89)) (:foreground "#E2E2E2"))))
'(org-latex-and-related ((((class color) (min-colors 89)) (:foreground "#336699" :background "white"))))
'(org-level-1 ((((class color) (min-colors 89)) (:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0"))))
'(org-level-2 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB"))))
'(org-level-3 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :foreground "#005522" :background "#EFFFEF"))))
'(org-level-4 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant normal :foreground "#EA6300"))))
'(org-level-5 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant normal :foreground "#E3258D"))))
'(org-level-6 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant italic :foreground "#0077CC"))))
'(org-level-7 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))))
'(org-level-8 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant italic :foreground "#FD8008"))))
'(org-link ((((class color) (min-colors 89)) (:weight normal :underline t :foreground "#006DAF"))))
'(org-list-dt ((((class color) (min-colors 89)) (:weight bold :foreground "#335EA8"))))
'(org-macro ((((class color) (min-colors 89)) (:foreground "white" :background "#EDB802"))))
'(org-meta-line ((((class color) (min-colors 89)) (:slant normal :foreground "#008ED1" :background "#EAEAFF"))))
'(org-mode-line-clock ((((class color) (min-colors 89)) (:box (:line-width 1 :color "#335EA8") :foreground "black" :background "#EEC900"))))
'(org-mode-line-clock-overrun ((((class color) (min-colors 89)) (:weight bold :box (:line-width 1 :color "#335EA8") :foreground "white" :background "#FF4040"))))
'(org-property-value ((((class color) (min-colors 89)) (:foreground "#00A000"))))
'(org-quote ((((class color) (min-colors 89)) (:slant italic :foreground "dim gray" :background "#FFFFE0"))))
'(org-scheduled ((((class color) (min-colors 89)) (:foreground "#333333"))))
'(org-scheduled-previously ((((class color) (min-colors 89)) (:foreground "#F22659"))))
'(org-scheduled-today ((((class color) (min-colors 89)) (:weight bold :foreground "#4F4A3D" :background "#FFFFCC"))))
'(org-sexp-date ((((class color) (min-colors 89)) (:foreground "#3774CC"))))
'(org-special-keyword ((((class color) (min-colors 89)) (:weight bold :foreground "#00BB00" :background "#EAFFEA"))))
'(org-table ((((class color) (min-colors 89)) (:foreground "dark green" :background "#EAFFEA"))))
'(org-tag ((((class color) (min-colors 89)) (:weight normal :slant italic :foreground "#9A9FA4" :background "white"))))
'(org-target ((((class color) (min-colors 89)) (:weight normal :underline t :foreground "#006DAF"))))
'(org-time-grid ((((class color) (min-colors 89)) (:foreground "#CFCFCF"))))
'(org-todo ((((class color) (min-colors 89)) (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4"))))
'(org-upcoming-deadline ((((class color) (min-colors 89)) (:foreground "#FF5555"))))
'(org-verbatim ((((class color) (min-colors 89)) (:foreground "#0066CC"))))
'(org-verse ((((class color) (min-colors 89)) (:slant italic :foreground "dim gray" :background "#EEEEEE"))))
'(org-warning ((((class color) (min-colors 89)) (:weight bold :foreground "black" :background "#CCE7FF"))))
'(outline-1 ((((class color) (min-colors 89)) (:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0"))))
'(outline-2 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB"))))
'(outline-3 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :foreground "#005522" :background "#EFFFEF"))))
'(outline-4 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant normal :foreground "#EA6300"))))
'(outline-5 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant normal :foreground "#E3258D"))))
'(outline-6 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant italic :foreground "#0077CC"))))
'(outline-7 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))))
'(outline-8 ((((class color) (min-colors 89)) (:height 1.0 :weight bold :slant italic :foreground "#FD8008"))))
'(persp-selected-face ((((class color) (min-colors 89)) (:weight bold :foreground "#EEF5FE"))))
'(powerline-active1 ((((class color) (min-colors 89)) (:background "grey22" :inherit mode-line))))
'(powerline-active2 ((((class color) (min-colors 89)) (:background "#4070B6" :inherit mode-line))))
'(powerline-inactive1 ((((class color) (min-colors 89)) (:background "#686868" :inherit mode-line-inactive))))
'(powerline-inactive2 ((((class color) (min-colors 89)) (:background "#A9A9A9" :inherit mode-line-inactive))))
'(rainbow-delimiters-depth-1-face ((((class color) (min-colors 89)) (:foreground "#707183"))))
'(rainbow-delimiters-depth-2-face ((((class color) (min-colors 89)) (:foreground "#7388D6"))))
'(rainbow-delimiters-depth-3-face ((((class color) (min-colors 89)) (:foreground "#909183"))))
'(rainbow-delimiters-depth-4-face ((((class color) (min-colors 89)) (:foreground "#709870"))))
'(rainbow-delimiters-depth-5-face ((((class color) (min-colors 89)) (:foreground "#907373"))))
'(rainbow-delimiters-depth-6-face ((((class color) (min-colors 89)) (:foreground "#6276BA"))))
'(rainbow-delimiters-depth-7-face ((((class color) (min-colors 89)) (:foreground "#858580"))))
'(rainbow-delimiters-depth-8-face ((((class color) (min-colors 89)) (:foreground "#80A880"))))
'(rainbow-delimiters-depth-9-face ((((class color) (min-colors 89)) (:foreground "#887070"))))
'(rainbow-delimiters-mismatched-face ((((class color) (min-colors 89)) (:underline "red" :foreground nil :background "#FFDCDC"))))
'(rainbow-delimiters-unmatched-face ((((class color) (min-colors 89)) (:underline "red" :foreground nil :background "#FFDCDC"))))
'(shadow ((((class color) (min-colors 89)) (:foreground "#7F7F7F"))))
'(show-paren-match ((((class color) (min-colors 89)) (:background "#99CCFF"))))
'(show-paren-mismatch ((((class color) (min-colors 89)) (:underline "red" :foreground nil :background "#FFDCDC"))))
'(tool-bar ((((class color) (min-colors 89)) (:box (:line-width 1 :style released-button) :foreground "black" :background "gray75"))))
'(tooltip ((((class color) (min-colors 89)) (:foreground "black" :background "light yellow"))))
'(trailing-whitespace ((((class color) (min-colors 89)) (:background "#F6EBFE"))))
'(which-func ((((class color) (min-colors 89)) (:weight bold :foreground "white"))))
'(widget-button ((((class color) (min-colors 89)) (:weight normal :underline t :foreground "#006DAF"))))
'(widget-button-pressed ((((class color) (min-colors 89)) (:foreground "red"))))
'(widget-documentation ((((class color) (min-colors 89)) (:foreground "green4"))))
'(widget-field ((((class color) (min-colors 89)) (:background "gray85"))))
'(widget-inactive ((((class color) (min-colors 89)) (:foreground "dim gray"))))
'(widget-single-line-field ((((class color) (min-colors 89)) (:background "gray85"))))
'(default ((((class color) (min-colors 89)) (:foreground "#333333" :background "#FFFFFF")))))
(provide-theme 'leuven)