forked from emacs-jp/replace-colorthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
charcoal-black-theme.el
306 lines (291 loc) · 17.7 KB
/
charcoal-black-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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
;;; charcoal-black-theme.el --- charcoal-black theme
;; Copyright (C) 2003 by Lars Chr. Hausmann
;; Copyright (C) 2013 by Syohei YOSHIDA
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/emacs-jp/replace-colorthemes
;; Version: 0.01
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;
;; Port of charcoal-black theme from `color-themes'
;;; Code:
(deftheme charcoal-black
"charcoal-black theme")
(custom-theme-set-faces
'charcoal-black
'(default ((t (:background "Grey15" :foreground "Grey"))))
'(mouse ((t (:background "Grey"))))
'(cursor ((t (:background "Grey"))))
'(border ((t (:background "Grey"))))
'(display-time-mail-face ((t (:underline t))))
'(gnus-article-button-face ((t (:bold t :weight bold))))
'(gnus-article-mouse-face ((t (:background "dark slate blue" :foreground "light blue"))))
'(gnus-mouse-face ((t (:background "dark slate blue" :foreground "light blue"))))
'(help-highlight-face ((t (:underline t))))
'(list-matching-lines-face ((t (:bold t :weight bold))))
'(mime-button-face ((t (:bold t :weight bold))))
'(mime-button-mouse-face ((t (:background "dark slate blue" :foreground "light blue"))))
'(view-highlight-face ((t (:background "dark slate blue" :foreground "light blue"))))
'(widget-mouse-face ((t (:background "dark slate blue" :foreground "light blue"))))
'(Info-title-1-face ((t (:bold t :weight bold :family "helv" :height 1.728))))
'(Info-title-2-face ((t (:bold t :family "helv" :weight bold :height 1.44))))
'(Info-title-3-face ((t (:bold t :weight bold :family "helv" :height 1.2))))
'(Info-title-4-face ((t (:bold t :family "helv" :weight bold))))
'(ac-candidate-face ((t (:inherit default :background "light blue" :foreground "dark slate grey"))))
'(ac-selection-face ((t (:inherit default :background "dark slate blue" :foreground "light blue"))))
'(ac-completion-face ((t (:inherit ac-selection-face))))
'(bg:erc-color-face0 ((t (nil))))
'(bg:erc-color-face1 ((t (nil))))
'(bg:erc-color-face10 ((t (nil))))
'(bg:erc-color-face11 ((t (nil))))
'(bg:erc-color-face12 ((t (nil))))
'(bg:erc-color-face13 ((t (nil))))
'(bg:erc-color-face14 ((t (nil))))
'(bg:erc-color-face15 ((t (nil))))
'(bg:erc-color-face2 ((t (nil))))
'(bg:erc-color-face3 ((t (nil))))
'(bg:erc-color-face4 ((t (nil))))
'(bg:erc-color-face5 ((t (nil))))
'(bg:erc-color-face6 ((t (nil))))
'(bg:erc-color-face7 ((t (nil))))
'(bg:erc-color-face8 ((t (nil))))
'(bg:erc-color-face9 ((t (nil))))
'(bold ((t (:bold t :weight bold))))
'(bold-italic ((t (:bold t :foreground "beige" :weight bold))))
'(calendar-today-face ((t (:underline t))))
'(comint-highlight-input ((t (:bold t :weight bold))))
'(comint-highlight-prompt ((t (:foreground "cyan"))))
'(cperl-array-face ((t (:bold t :foreground "light salmon" :weight bold))))
'(cperl-hash-face ((t (:italic t :bold t :foreground "beige" :slant italic :weight bold))))
'(cperl-nonoverridable-face ((t (:foreground "aquamarine"))))
'(custom-button-face ((t (:foreground "gainsboro"))))
'(custom-button-pressed-face ((t (:background "lightgrey" :foreground "black" :box (:line-width 2 :style pressed-button)))))
'(custom-changed-face ((t (:background "blue" :foreground "white"))))
'(custom-comment-face ((t (:background "dim gray"))))
'(custom-comment-tag-face ((t (:foreground "gray80"))))
'(custom-documentation-face ((t (:foreground "light blue"))))
'(custom-face-tag-face ((t (:underline t))))
'(custom-group-tag-face ((t (:bold t :foreground "pale turquoise" :weight bold))))
'(custom-group-tag-face-1 ((t (:foreground "pale turquoise" :underline t))))
'(custom-invalid-face ((t (:background "red" :foreground "yellow"))))
'(custom-modified-face ((t (:background "blue" :foreground "white"))))
'(custom-rogue-face ((t (:background "black" :foreground "pink"))))
'(custom-saved-face ((t (:underline t))))
'(custom-set-face ((t (:background "white" :foreground "blue"))))
'(custom-state-face ((t (:foreground "light salmon"))))
'(custom-variable-button-face ((t (:bold t :underline t :weight bold))))
'(custom-variable-tag-face ((t (:bold t :foreground "turquoise" :weight bold))))
'(diary-face ((t (:foreground "red"))))
'(dired-face-directory ((t (:bold t :foreground "sky blue" :weight bold))))
'(dired-face-executable ((t (:foreground "green yellow"))))
'(dired-face-flagged ((t (:foreground "tomato"))))
'(dired-face-marked ((t (:foreground "light salmon"))))
'(dired-face-permissions ((t (:foreground "aquamarine"))))
'(erc-action-face ((t (nil))))
'(erc-bold-face ((t (:bold t :weight bold))))
'(erc-default-face ((t (nil))))
'(erc-direct-msg-face ((t (:foreground "pale green"))))
'(erc-error-face ((t (:bold t :foreground "IndianRed" :weight bold))))
'(erc-highlight-face ((t (:bold t :foreground "pale green" :weight bold))))
'(erc-input-face ((t (:foreground "light blue"))))
'(erc-inverse-face ((t (:background "steel blue"))))
'(erc-notice-face ((t (:foreground "light salmon"))))
'(erc-pal-face ((t (:foreground "pale green"))))
'(erc-prompt-face ((t (:bold t :foreground "light blue" :weight bold))))
'(eshell-ls-archive-face ((t (:bold t :foreground "medium purple" :weight bold))))
'(eshell-ls-backup-face ((t (:foreground "dim gray"))))
'(eshell-ls-clutter-face ((t (:foreground "dim gray"))))
'(eshell-ls-directory-face ((t (:bold t :foreground "medium slate blue" :weight bold))))
'(eshell-ls-executable-face ((t (:bold t :foreground "aquamarine" :weight bold))))
'(eshell-ls-missing-face ((t (:foreground "black"))))
'(eshell-ls-picture-face ((t (:foreground "violet"))))
'(eshell-ls-product-face ((t (:foreground "light steel blue"))))
'(eshell-ls-readonly-face ((t (:foreground "aquamarine"))))
'(eshell-ls-special-face ((t (:foreground "gold"))))
'(eshell-ls-symlink-face ((t (:foreground "white"))))
'(eshell-ls-unreadable-face ((t (:foreground "dim gray"))))
'(eshell-prompt-face ((t (:bold t :foreground "light sky blue" :weight bold))))
'(excerpt ((t (:italic t :slant italic))))
'(fg:erc-color-face0 ((t (:foreground "white"))))
'(fg:erc-color-face1 ((t (:foreground "beige"))))
'(fg:erc-color-face10 ((t (:foreground "pale goldenrod"))))
'(fg:erc-color-face11 ((t (:foreground "light goldenrod yellow"))))
'(fg:erc-color-face12 ((t (:foreground "light yellow"))))
'(fg:erc-color-face13 ((t (:foreground "yellow"))))
'(fg:erc-color-face14 ((t (:foreground "light goldenrod"))))
'(fg:erc-color-face15 ((t (:foreground "lime green"))))
'(fg:erc-color-face2 ((t (:foreground "lemon chiffon"))))
'(fg:erc-color-face3 ((t (:foreground "light cyan"))))
'(fg:erc-color-face4 ((t (:foreground "powder blue"))))
'(fg:erc-color-face5 ((t (:foreground "sky blue"))))
'(fg:erc-color-face6 ((t (:foreground "dark sea green"))))
'(fg:erc-color-face7 ((t (:foreground "pale green"))))
'(fg:erc-color-face8 ((t (:foreground "medium spring green"))))
'(fg:erc-color-face9 ((t (:foreground "khaki"))))
'(fixed ((t (:bold t :weight bold))))
'(fixed-pitch ((t (:family "courier"))))
'(flyspell-duplicate-face ((t (:bold t :foreground "Gold3" :underline t :weight bold))))
'(flyspell-incorrect-face ((t (:bold t :foreground "OrangeRed" :underline t :weight bold))))
'(font-lock-builtin-face ((t (:foreground "aquamarine"))))
'(font-lock-comment-face ((t (:foreground "light blue"))))
'(font-lock-constant-face ((t (:foreground "pale green"))))
'(font-lock-doc-face ((t (:foreground "light sky blue"))))
'(font-lock-doc-string-face ((t (:foreground "sky blue"))))
'(font-lock-function-name-face ((t (:bold t :foreground "aquamarine" :weight bold))))
'(font-lock-keyword-face ((t (:bold t :foreground "pale turquoise" :weight bold))))
'(font-lock-reference-face ((t (:foreground "pale green"))))
'(font-lock-string-face ((t (:foreground "light sky blue"))))
'(font-lock-type-face ((t (:bold t :foreground "sky blue" :weight bold))))
'(font-lock-variable-name-face ((t (:bold t :foreground "turquoise" :weight bold))))
'(font-lock-warning-face ((t (:bold t :foreground "Red" :weight bold))))
'(fringe ((t (:background "Grey15"))))
'(gnus-cite-face-1 ((t (:foreground "LightSalmon"))))
'(gnus-cite-face-2 ((t (:foreground "Khaki"))))
'(gnus-cite-face-3 ((t (:foreground "Coral"))))
'(gnus-cite-face-4 ((t (:foreground "yellow green"))))
'(gnus-cite-face-5 ((t (:foreground "dark khaki"))))
'(gnus-cite-face-6 ((t (:foreground "bisque"))))
'(gnus-cite-face-7 ((t (:foreground "peru"))))
'(gnus-cite-face-8 ((t (:foreground "light coral"))))
'(gnus-cite-face-9 ((t (:foreground "plum"))))
'(gnus-emphasis-bold ((t (:bold t :weight bold))))
'(gnus-emphasis-bold-italic ((t (:italic t :bold t :slant italic :weight bold))))
'(gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow"))))
'(gnus-emphasis-italic ((t (:italic t :slant italic))))
'(gnus-emphasis-strikethru ((t (nil))))
'(gnus-emphasis-underline ((t (:underline t))))
'(gnus-emphasis-underline-bold ((t (:bold t :underline t :weight bold))))
'(gnus-emphasis-underline-bold-italic ((t (:italic t :bold t :underline t :slant italic :weight bold))))
'(gnus-emphasis-underline-italic ((t (:italic t :underline t :slant italic))))
'(gnus-group-mail-1-empty-face ((t (:foreground "White"))))
'(gnus-group-mail-1-face ((t (:bold t :foreground "White" :weight bold))))
'(gnus-group-mail-2-empty-face ((t (:foreground "light cyan"))))
'(gnus-group-mail-2-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(gnus-group-mail-3-empty-face ((t (:foreground "LightBlue"))))
'(gnus-group-mail-3-face ((t (:bold t :foreground "LightBlue" :weight bold))))
'(gnus-group-mail-low-empty-face ((t (:foreground "Aquamarine"))))
'(gnus-group-mail-low-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
'(gnus-group-news-1-empty-face ((t (:foreground "White"))))
'(gnus-group-news-1-face ((t (:bold t :foreground "White" :weight bold))))
'(gnus-group-news-2-empty-face ((t (:foreground "light cyan"))))
'(gnus-group-news-2-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(gnus-group-news-3-empty-face ((t (:foreground "LightBlue"))))
'(gnus-group-news-3-face ((t (:bold t :foreground "LightBlue" :weight bold))))
'(gnus-group-news-4-empty-face ((t (:foreground "Aquamarine"))))
'(gnus-group-news-4-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
'(gnus-group-news-5-empty-face ((t (:foreground "MediumAquamarine"))))
'(gnus-group-news-5-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
'(gnus-group-news-6-empty-face ((t (:foreground "MediumAquamarine"))))
'(gnus-group-news-6-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
'(gnus-group-news-low-empty-face ((t (:foreground "MediumAquamarine"))))
'(gnus-group-news-low-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
'(gnus-header-content-face ((t (:foreground "LightSkyBlue3"))))
'(gnus-header-from-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(gnus-header-name-face ((t (:bold t :foreground "LightBlue" :weight bold))))
'(gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MediumAquamarine" :slant italic :weight bold))))
'(gnus-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(gnus-server-agent-face ((t (:bold t :foreground "PaleTurquoise" :weight bold))))
'(gnus-server-closed-face ((t (:italic t :foreground "Light Steel Blue" :slant italic))))
'(gnus-server-denied-face ((t (:bold t :foreground "Pink" :weight bold))))
'(gnus-server-offline-face ((t (:bold t :foreground "Yellow" :weight bold))))
'(gnus-server-opened-face ((t (:bold t :foreground "Green1" :weight bold))))
'(gnus-signature-face ((t (:foreground "Grey"))))
'(gnus-splash-face ((t (:foreground "ForestGreen"))))
'(gnus-summary-cancelled-face ((t (:background "Black" :foreground "Yellow"))))
'(gnus-summary-high-ancient-face ((t (:bold t :foreground "MediumAquamarine" :weight bold))))
'(gnus-summary-high-read-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
'(gnus-summary-high-ticked-face ((t (:bold t :foreground "LightSalmon" :weight bold))))
'(gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "beige" :slant italic :weight bold))))
'(gnus-summary-low-ancient-face ((t (:italic t :foreground "DimGray" :slant italic))))
'(gnus-summary-low-read-face ((t (:foreground "slate gray"))))
'(gnus-summary-low-ticked-face ((t (:foreground "Pink"))))
'(gnus-summary-low-unread-face ((t (:foreground "LightGray"))))
'(gnus-summary-normal-ancient-face ((t (:foreground "MediumAquamarine"))))
'(gnus-summary-normal-read-face ((t (:foreground "Aquamarine"))))
'(gnus-summary-normal-ticked-face ((t (:foreground "LightSalmon"))))
'(gnus-summary-normal-unread-face ((t (nil))))
'(gnus-summary-selected-face ((t (:underline t))))
'(header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
'(highlight ((t (:background "dark slate blue" :foreground "light blue"))))
'(highline-face ((t (:background "DeepSkyBlue4"))))
'(holiday-face ((t (:background "pink"))))
'(info-header-node ((t (:bold t :weight bold))))
'(info-header-xref ((t (:bold t :weight bold :foreground "sky blue"))))
'(info-menu-5 ((t (:underline t))))
'(info-menu-header ((t (:bold t :family "helv" :weight bold))))
'(info-node ((t (:bold t :weight bold))))
'(info-xref ((t (:bold t :foreground "sky blue" :weight bold))))
'(isearch ((t (:background "slate blue"))))
'(isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
'(italic ((t (:foreground "sky blue"))))
'(jde-bug-breakpoint-cursor ((t (:background "brown" :foreground "cyan"))))
'(jde-bug-breakpoint-marker ((t (:background "yellow" :foreground "red"))))
'(jde-java-font-lock-api-face ((t (:foreground "light goldenrod"))))
'(jde-java-font-lock-bold-face ((t (:bold t :weight bold))))
'(jde-java-font-lock-code-face ((t (nil))))
'(jde-java-font-lock-constant-face ((t (:foreground "Aquamarine"))))
'(jde-java-font-lock-doc-tag-face ((t (:foreground "light coral"))))
'(jde-java-font-lock-italic-face ((t (:italic t :slant italic))))
'(jde-java-font-lock-link-face ((t (:foreground "blue" :underline t :slant normal))))
'(jde-java-font-lock-modifier-face ((t (:foreground "LightSteelBlue"))))
'(jde-java-font-lock-number-face ((t (:foreground "LightSalmon"))))
'(jde-java-font-lock-package-face ((t (:foreground "steelblue1"))))
'(jde-java-font-lock-pre-face ((t (nil))))
'(jde-java-font-lock-underline-face ((t (:underline t))))
'(makefile-space-face ((t (:background "hotpink"))))
'(menu ((t (:background "MidnightBlue" :foreground "Grey"))))
'(message-cited-text-face ((t (:foreground "LightSalmon"))))
'(message-header-cc-face ((t (:foreground "light cyan"))))
'(message-header-name-face ((t (:foreground "LightBlue"))))
'(message-header-newsgroups-face ((t (:italic t :bold t :foreground "MediumAquamarine" :slant italic :weight bold))))
'(message-header-other-face ((t (:foreground "MediumAquamarine"))))
'(message-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(message-header-to-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(message-header-xheader-face ((t (:foreground "MediumAquamarine"))))
'(message-mml-face ((t (:foreground "ForestGreen"))))
'(message-separator-face ((t (:foreground "chocolate"))))
'(mode-line ((t (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button)))))
'(region ((t (:background "DarkSlateBlue"))))
'(scroll-bar ((t (:background "grey75"))))
'(secondary-selection ((t (:background "steel blue"))))
'(semantic-dirty-token-face ((t (:background "gray10"))))
'(semantic-unmatched-syntax-face ((t (:underline "red"))))
'(show-paren-match-face ((t (:background "light slate blue" :foreground "white"))))
'(show-paren-mismatch-face ((t (:background "red" :foreground "white"))))
'(speedbar-button-face ((t (:foreground "seashell2"))))
'(speedbar-directory-face ((t (:foreground "seashell3"))))
'(speedbar-file-face ((t (:foreground "seashell4"))))
'(speedbar-highlight-face ((t (:background "dark slate blue" :foreground "wheat"))))
'(speedbar-selected-face ((t (:foreground "seashell1" :underline t))))
'(speedbar-separator-face ((t (:background "blue" :foreground "white" :overline "gray"))))
'(speedbar-tag-face ((t (:foreground "antique white"))))
'(tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
'(tooltip ((t (:background "lightyellow" :foreground "black"))))
'(trailing-whitespace ((t (:background "red"))))
'(underline ((t (:underline t))))
'(variable-pitch ((t (:family "helv"))))
'(widget-button-face ((t (:bold t :weight bold))))
'(widget-button-pressed-face ((t (:foreground "red"))))
'(widget-documentation-face ((t (:foreground "light blue"))))
'(widget-field-face ((t (:background "RoyalBlue4" :foreground "wheat"))))
'(widget-inactive-face ((t (:foreground "dim gray"))))
'(widget-single-line-field-face ((t (:background "slate blue" :foreground "wheat"))))
'(woman-bold-face ((t (:bold t :foreground "sky blue" :weight bold))))
'(woman-italic-face ((t (:foreground "deep sky blue"))))
'(woman-unknown-face ((t (:foreground "LightSalmon"))))
'(zmacs-region ((t (:background "DarkSlateBlue")))))
;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))
(provide-theme 'charcoal-black)
;;; charcoal-black-theme.el ends here