-
Notifications
You must be signed in to change notification settings - Fork 69
/
kingsajz-theme.el
281 lines (266 loc) · 17.1 KB
/
kingsajz-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
;;; kingsajz-theme.el --- kingsajz theme
;; Copyright (C) 2001 by Olgierd "Kingsajz" Ziolko
;; 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 kingsajz theme from `color-themes'
;;; Code:
(deftheme kingsajz
"kingsajz theme")
(custom-theme-set-faces
'kingsajz
'(default ((t (:background "darkslategrey" :foreground "wheat"))))
'(mouse ((t (:background "Grey"))))
'(cursor ((t (:background "LightGray"))))
'(border ((t (:background "black"))))
'(bbdb-field-name ((t (:foreground "green"))))
'(bg:erc-color-face0 ((t (:background "White"))))
'(bg:erc-color-face1 ((t (:background "black"))))
'(bg:erc-color-face10 ((t (:background "lightblue1"))))
'(bg:erc-color-face11 ((t (:background "cyan"))))
'(bg:erc-color-face12 ((t (:background "blue"))))
'(bg:erc-color-face13 ((t (:background "deeppink"))))
'(bg:erc-color-face14 ((t (:background "gray50"))))
'(bg:erc-color-face15 ((t (:background "gray90"))))
'(bg:erc-color-face2 ((t (:background "blue4"))))
'(bg:erc-color-face3 ((t (:background "green4"))))
'(bg:erc-color-face4 ((t (:background "red"))))
'(bg:erc-color-face5 ((t (:background "brown"))))
'(bg:erc-color-face6 ((t (:background "purple"))))
'(bg:erc-color-face7 ((t (:background "orange"))))
'(bg:erc-color-face8 ((t (:background "yellow"))))
'(bg:erc-color-face9 ((t (:background "green"))))
'(blue ((t (:foreground "cyan"))))
'(bold ((t (:bold t :foreground "OrangeRed" :weight bold))))
'(bold-italic ((t (:italic t :bold t :slant italic :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 (:foreground "Yellow"))))
'(cperl-hash-face ((t (:foreground "White"))))
'(cperl-nonoverridable-face ((t (:foreground "SkyBlue"))))
'(custom-button-face ((t (:foreground "MediumSlateBlue" :underline t))))
'(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 "Grey"))))
'(custom-face-tag-face ((t (:bold t :weight bold :height 1.2))))
'(custom-group-tag-face ((t (:foreground "MediumAquamarine"))))
'(custom-group-tag-face-1 ((t (:bold t :foreground "pink" :weight bold :height 1.2))))
'(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 "Coral"))))
'(custom-variable-button-face ((t (:underline t))))
'(custom-variable-tag-face ((t (:foreground "Aquamarine"))))
'(date ((t (:foreground "green"))))
'(diary-face ((t (:bold t :foreground "IndianRed" :weight bold))))
'(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 (:bold t :weight bold))))
'(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-host-danger-face ((t (:foreground "red"))))
'(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))))
'(erc-underline-face ((t (:underline t))))
'(eshell-ls-archive-face ((t (:bold t :foreground "IndianRed" :weight bold))))
'(eshell-ls-backup-face ((t (:foreground "Grey"))))
'(eshell-ls-clutter-face ((t (:bold t :foreground "DimGray" :weight bold))))
'(eshell-ls-directory-face ((t (:bold t :foreground "MediumSlateBlue" :weight bold))))
'(eshell-ls-executable-face ((t (:bold t :foreground "Coral" :weight bold))))
'(eshell-ls-missing-face ((t (:bold t :foreground "black" :weight bold))))
'(eshell-ls-picture-face ((t (:foreground "Violet"))))
'(eshell-ls-product-face ((t (:foreground "LightSalmon"))))
'(eshell-ls-readonly-face ((t (:foreground "Aquamarine"))))
'(eshell-ls-special-face ((t (:bold t :foreground "Gold" :weight bold))))
'(eshell-ls-symlink-face ((t (:bold t :foreground "White" :weight bold))))
'(eshell-ls-text-face ((t (:foreground "medium aquamarine"))))
'(eshell-ls-todo-face ((t (:bold t :foreground "aquamarine" :weight bold))))
'(eshell-ls-unreadable-face ((t (:foreground "DimGray"))))
'(eshell-prompt-face ((t (:foreground "powder blue"))))
'(face-1 ((t (:stipple nil :foreground "royal blue"))))
'(face-2 ((t (:stipple nil :foreground "DeepSkyBlue1"))))
'(face-3 ((t (:stipple nil :foreground "NavajoWhite3"))))
'(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"))))
'(font-lock-builtin-face ((t (:bold t :foreground "PaleGreen" :weight bold))))
'(font-lock-comment-face ((t (:foreground "White"))))
'(font-lock-constant-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
'(font-lock-doc-face ((t (:italic t :slant italic :foreground "LightSalmon"))))
'(font-lock-doc-string-face ((t (:foreground "LightSalmon"))))
'(font-lock-function-name-face ((t (:bold t :foreground "MediumSlateBlue" :weight bold))))
'(font-lock-keyword-face ((t (:foreground "Salmon"))))
'(font-lock-preprocessor-face ((t (:foreground "Salmon"))))
'(font-lock-reference-face ((t (:foreground "pale green"))))
'(font-lock-string-face ((t (:italic t :foreground "LightSalmon" :slant italic))))
'(font-lock-type-face ((t (:bold t :foreground "YellowGreen" :weight bold))))
'(font-lock-variable-name-face ((t (:italic t :bold t :foreground "Aquamarine" :slant italic :weight bold))))
'(font-lock-warning-face ((t (:bold t :foreground "IndianRed" :weight bold))))
'(fringe ((t (:background "darkslategrey"))))
'(gnus-cite-face-1 ((t (:foreground "DarkGoldenrod3"))))
'(gnus-cite-face-10 ((t (nil))))
'(gnus-cite-face-11 ((t (nil))))
'(gnus-cite-face-2 ((t (:foreground "IndianRed3"))))
'(gnus-cite-face-3 ((t (:foreground "tomato"))))
'(gnus-cite-face-4 ((t (:foreground "yellow green"))))
'(gnus-cite-face-5 ((t (:foreground "SteelBlue3"))))
'(gnus-cite-face-6 ((t (:foreground "Azure3"))))
'(gnus-cite-face-7 ((t (:foreground "Azure4"))))
'(gnus-cite-face-8 ((t (:foreground "SpringGreen4"))))
'(gnus-cite-face-9 ((t (:foreground "SlateGray4"))))
'(gnus-emphasis-bold ((t (:bold t :foreground "greenyellow" :weight bold))))
'(gnus-emphasis-bold-italic ((t (:italic t :bold t :foreground "OrangeRed1" :slant italic :weight bold))))
'(gnus-emphasis-highlight-words ((t (:background "black" :foreground "khaki"))))
'(gnus-emphasis-italic ((t (:italic t :bold t :foreground "orange" :slant italic :weight bold))))
'(gnus-emphasis-underline ((t (:foreground "greenyellow" :underline t))))
'(gnus-emphasis-underline-bold ((t (:bold t :foreground "khaki" :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 :foreground "orange" :underline t :slant italic))))
'(gnus-group-mail-1-empty-face ((t (:foreground "Salmon4"))))
'(gnus-group-mail-1-face ((t (:bold t :foreground "firebrick1" :weight bold))))
'(gnus-group-mail-2-empty-face ((t (:foreground "turquoise4"))))
'(gnus-group-mail-2-face ((t (:bold t :foreground "turquoise" :weight bold))))
'(gnus-group-mail-3-empty-face ((t (:foreground "LightCyan4"))))
'(gnus-group-mail-3-face ((t (:bold t :foreground "LightCyan1" :weight bold))))
'(gnus-group-mail-low-empty-face ((t (:foreground "SteelBlue4"))))
'(gnus-group-mail-low-face ((t (:bold t :foreground "SteelBlue2" :weight bold))))
'(gnus-group-news-1-empty-face ((t (:foreground "Salmon4"))))
'(gnus-group-news-1-face ((t (:bold t :foreground "FireBrick1" :weight bold))))
'(gnus-group-news-2-empty-face ((t (:foreground "darkorange3"))))
'(gnus-group-news-2-face ((t (:bold t :foreground "dark orange" :weight bold))))
'(gnus-group-news-3-empty-face ((t (:foreground "turquoise4"))))
'(gnus-group-news-3-face ((t (:bold t :foreground "Aquamarine" :weight bold))))
'(gnus-group-news-4-empty-face ((t (:foreground "SpringGreen4"))))
'(gnus-group-news-4-face ((t (:bold t :foreground "SpringGreen2" :weight bold))))
'(gnus-group-news-5-empty-face ((t (:foreground "OliveDrab4"))))
'(gnus-group-news-5-face ((t (:bold t :foreground "OliveDrab2" :weight bold))))
'(gnus-group-news-6-empty-face ((t (:foreground "DarkGoldenrod4"))))
'(gnus-group-news-6-face ((t (:bold t :foreground "DarkGoldenrod3" :weight bold))))
'(gnus-group-news-low-empty-face ((t (:foreground "wheat4"))))
'(gnus-group-news-low-face ((t (:bold t :foreground "tan4" :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 "DodgerBlue1" :weight bold))))
'(gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3" :slant italic :weight bold))))
'(gnus-header-subject-face ((t (:bold t :foreground "light cyan" :weight bold))))
'(gnus-signature-face ((t (:italic t :foreground "salmon" :slant italic))))
'(gnus-splash-face ((t (:foreground "Firebrick1"))))
'(gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow"))))
'(gnus-summary-high-ancient-face ((t (:bold t :foreground "MistyRose4" :weight bold))))
'(gnus-summary-high-read-face ((t (:bold t :foreground "tomato3" :weight bold))))
'(gnus-summary-high-ticked-face ((t (:bold t :foreground "coral" :weight bold))))
'(gnus-summary-high-unread-face ((t (:italic t :bold t :foreground "red1" :slant italic :weight bold))))
'(gnus-summary-low-ancient-face ((t (:italic t :foreground "DarkSeaGreen4" :slant italic))))
'(gnus-summary-low-read-face ((t (:foreground "SeaGreen4"))))
'(gnus-summary-low-ticked-face ((t (:italic t :foreground "Green4" :slant italic))))
'(gnus-summary-low-unread-face ((t (:italic t :foreground "green3" :slant italic))))
'(gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue"))))
'(gnus-summary-normal-read-face ((t (:foreground "khaki4"))))
'(gnus-summary-normal-ticked-face ((t (:foreground "khaki3"))))
'(gnus-summary-normal-unread-face ((t (:foreground "khaki"))))
'(gnus-summary-selected-face ((t (:foreground "gold" :underline t))))
'(green ((t (:foreground "green"))))
'(gui-button-face ((t (:foreground "red" :background "black"))))
'(gui-element ((t (:bold t :background "#ffffff" :foreground "#000000" :weight bold))))
'(header-line ((t (:box (:line-width -1 :style released-button) :background "grey20" :foreground "grey90" :box nil))))
'(highlight ((t (:background "PaleGreen" :foreground "DarkGreen"))))
'(highline-face ((t (:background "SeaGreen"))))
'(holiday-face ((t (:background "DimGray"))))
'(info-menu-5 ((t (:underline t))))
'(info-node ((t (:bold t :foreground "DodgerBlue1" :underline t :weight bold))))
'(info-xref ((t (:bold t :foreground "DodgerBlue3" :weight bold))))
'(isearch ((t (:background "sea green" :foreground "black"))))
'(isearch-lazy-highlight-face ((t (:background "paleturquoise4"))))
'(italic ((t (:italic t :foreground "chocolate3" :slant italic))))
'(menu ((t (nil))))
'(message-cited-text-face ((t (:foreground "White"))))
'(message-header-cc-face ((t (:foreground "light cyan"))))
'(message-header-name-face ((t (:foreground "DodgerBlue1"))))
'(message-header-newsgroups-face ((t (:italic t :bold t :foreground "LightSkyBlue3" :slant italic :weight bold))))
'(message-header-other-face ((t (:foreground "LightSkyBlue3"))))
'(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 "DodgerBlue3"))))
'(message-mml-face ((t (:foreground "ForestGreen"))))
'(message-separator-face ((t (:background "cornflower blue" :foreground "chocolate"))))
'(mode-line ((t (:background "dark olive green" :foreground "wheat" :box (:line-width -1 :style released-button)))))
'(mode-line-buffer-id ((t (:bold t :background "dark olive green" :foreground "beige" :weight bold))))
'(mode-line-mousable ((t (:bold t :background "dark olive green" :foreground "yellow green" :weight bold))))
'(mode-line-mousable-minor-mode ((t (:bold t :background "dark olive green" :foreground "wheat" :weight bold))))
'(paren-blink-off ((t (:foreground "brown"))))
'(region ((t (:background "dark cyan" :foreground "cyan"))))
'(ruler-mode-column-number-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :foreground "black"))))
'(ruler-mode-current-column-face ((t (:bold t :box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :foreground "yellow" :weight bold))))
'(ruler-mode-default-face ((t (:background "grey76" :foreground "grey64" :box (:color "grey76" :line-width 1 :style released-button)))))
'(ruler-mode-fill-column-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :foreground "red"))))
'(ruler-mode-margins-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :foreground "grey64" :background "grey64"))))
'(ruler-mode-tab-stop-face ((t (:box (:color "grey76" :line-width 1 :style released-button) :background "grey76" :foreground "steelblue"))))
'(scroll-bar ((t (nil))))
'(secondary-selection ((t (:background "Aquamarine" :foreground "SlateBlue"))))
'(show-paren-match-face ((t (:bold t :background "Aquamarine" :foreground "steel blue" :weight bold))))
'(show-paren-mismatch-face ((t (:background "Red" :foreground "White"))))
'(swbuff-current-buffer-face ((t (:bold t :foreground "red" :weight bold))))
'(text-cursor ((t (:background "Red" :foreground "white"))))
'(tool-bar ((t (:background "grey75" :foreground "black" :box (:line-width 1 :style released-button)))))
'(trailing-whitespace ((t (:background "red"))))
'(underline ((t (:underline t))))
'(w3m-anchor-face ((t (:bold t :foreground "DodgerBlue1" :weight bold))))
'(w3m-arrived-anchor-face ((t (:bold t :foreground "DodgerBlue3" :weight bold))))
'(w3m-header-line-location-content-face ((t (:background "dark olive green" :foreground "wheat"))))
'(w3m-header-line-location-title-face ((t (:background "dark olive green" :foreground "beige"))))
'(widget-button-face ((t (:bold t :foreground "green" :weight bold))))
'(widget-button-pressed-face ((t (:foreground "red"))))
'(widget-documentation-face ((t (:foreground "lime green"))))
'(widget-field-face ((t (:foreground "LightBlue"))))
'(widget-inactive-face ((t (:foreground "DimGray"))))
'(widget-single-line-field-face ((t (:foreground "LightBlue"))))
'(woman-bold-face ((t (:bold t :weight bold))))
'(woman-italic-face ((t (:italic t :foreground "beige" :slant italic))))
'(woman-unknown-face ((t (:foreground "LightSalmon"))))
'(zmacs-region ((t (:background "dark cyan" :foreground "cyan")))))
;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))
(provide-theme 'kingsajz)
;;; kingsajz-theme.el ends here