-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaquadah-theme.el
553 lines (501 loc) · 22.7 KB
/
naquadah-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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
;;; naquadah-theme.el --- A theme based on Tango color set
;; Copyright (C) 2011-2012 Free Software Foundation, Inc
;; Authors: Julien Danjou <[email protected]>
;; This file is NOT part of GNU Emacs.
;; GNU Emacs 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.
;; GNU Emacs 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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(deftheme naquadah
"A theme based on Tango color set.")
;; We want the face to be created even if they do not exist.
(put 'naquadah 'theme-immediate t)
;; These colors are stolen from Tango.
(defvar naquadah-colors
'((((class color) (min-colors 65535))
(aluminium-1 . "#eeeeec")
(aluminium-2 . "#d3d7cf")
(aluminium-3 . "#babdb6")
(aluminium-4 . "#888a85")
(aluminium-5 . "#555753")
(aluminium-6 . "#2e3436")
(butter-1 . "#fce94f")
(butter-2 . "#edd400")
(butter-3 . "#c4a000")
(orange-1 . "#fcaf3e")
(orange-2 . "#f57900")
(orange-3 . "#ce5c00")
(chocolate-1 . "#e9b96e")
(chocolate-2 . "#c17d11")
(chocolate-3 . "#9f5902")
(chameleon-1 . "#8ae234")
(chameleon-2 . "#73d216")
(chameleon-3 . "#4e9a06")
(sky-blue-1 . "#729fcf")
(sky-blue-2 . "#3465a4")
(sky-blue-3 . "#204a87")
(plum-1 . "#ad7fa8")
(plum-2 . "#75507b")
(plum-3 . "#5c3566")
(scarlet-red-1 . "#ef2929")
(scarlet-red-2 . "#cc0000")
(scarlet-red-3 . "#a40000")
(background . "#252A2B")
(black . "#0c191c")
(gradient-1 . "#729fcf") ;; sky-blue-1
(gradient-2 . "#8ae234") ;; chameleon-1
(gradient-3 . "#fce94f") ;; butter-1
(gradient-4 . "#ad7fa8") ;; plum-1
(gradient-5 . "#e9b96e") ;; chocolate-1
(gradient-6 . "#fcaf3e") ;; orange-1
(gradient-7 . "#3465a4") ;; sky-blue-2
(gradient-8 . "#73d216") ;; chameleon-2
(gradient-9 . "#f57900") ;; orange-2
(gradient-10 . "#75507b") ;; plum-2
(gradient-11 . "#c17d11") ;; chocolate-2
)
(((class color) (min-colors 256))
(aluminium-1 . "color-255")
(aluminium-2 . "color-253")
(aluminium-3 . "color-251")
(aluminium-4 . "color-245")
(aluminium-5 . "color-240")
(aluminium-6 . "color-235")
(butter-1 . "color-221")
(butter-2 . "color-220")
(butter-3 . "color-178")
(orange-1 . "color-214")
(orange-2 . "color-208")
(orange-3 . "color-130")
(chocolate-1 . "color-180")
(chocolate-2 . "color-172")
(chocolate-3 . "color-94")
(chameleon-1 . "color-82")
(chameleon-2 . "color-76")
(chameleon-3 . "color-34")
(sky-blue-1 . "color-117")
(sky-blue-2 . "color-63")
(sky-blue-3 . "color-24")
(plum-1 . "color-176")
(plum-2 . "color-96")
(plum-3 . "color-54")
(scarlet-red-1 . "color-196")
(scarlet-red-2 . "color-160")
(scarlet-red-3 . "color-124")
(background . "color-234")
(black . "color-16")
(gradient-1 . "color-117") ;; sky-blue-1
(gradient-2 . "color-82") ;; chameleon-1
(gradient-3 . "color-221") ;; butter-1
(gradient-4 . "color-176") ;; plum-1
(gradient-5 . "color-180") ;; chocolate-1
(gradient-6 . "color-214") ;; orange-1
(gradient-7 . "color-63") ;; sky-blue-2
(gradient-8 . "color-76") ;; chameleon-2
(gradient-9 . "color-208") ;; orange-2
(gradient-10 . "color-96") ;; plum-2
(gradient-11 . "color-172") ;; chocolate-2
)
(((class color) (min-colors 88))
(aluminium-1 . "color-87")
(aluminium-2 . "color-86")
(aluminium-3 . "color-85")
(aluminium-4 . "color-84")
(aluminium-5 . "color-82")
(aluminium-6 . "color-80")
(butter-1 . "color-77")
(butter-2 . "color-76")
(butter-3 . "color-72")
(orange-1 . "color-72")
(orange-2 . "color-68")
(orange-3 . "color-68")
(chocolate-1 . "color-73")
(chocolate-2 . "color-68")
(chocolate-3 . "color-52")
(chameleon-1 . "color-60")
(chameleon-2 . "color-44")
(chameleon-3 . "color-40")
(sky-blue-1 . "color-43")
(sky-blue-2 . "color-22")
(sky-blue-3 . "color-22")
(plum-1 . "color-54")
(plum-2 . "color-37")
(plum-3 . "color-33")
(scarlet-red-1 . "color-64")
(scarlet-red-2 . "color-64")
(scarlet-red-3 . "color-48")
(background . "color-80")
(black . "color-16")
(gradient-1 . "color-43") ;; sky-blue-1
(gradient-2 . "color-60") ;; chameleon-1
(gradient-3 . "color-77") ;; butter-1
(gradient-4 . "color-54") ;; plum-1
(gradient-5 . "color-73") ;; chocolate-1
(gradient-6 . "color-72") ;; orange-1
(gradient-7 . "color-22") ;; sky-blue-2
(gradient-8 . "color-44") ;; chameleon-2
(gradient-9 . "color-68") ;; orange-2
(gradient-10 . "color-37") ;; plum-2
(gradient-11 . "color-68") ;; chocolate-2
)
(t
(aluminium-1 . "white")
(aluminium-2 . "white")
(aluminium-3 . "white")
(aluminium-4 . "white")
(aluminium-5 . "white")
(aluminium-6 . "white")
(butter-1 . "yellow")
(butter-2 . "yellow")
(butter-3 . "yellow")
(orange-1 . "yellow")
(orange-2 . "yellow")
(orange-3 . "yellow")
(chocolate-1 . "yellow")
(chocolate-2 . "yellow")
(chocolate-3 . "yellow")
(chameleon-1 . "green")
(chameleon-2 . "green")
(chameleon-3 . "green")
(sky-blue-1 . "blue")
(sky-blue-2 . "blue")
(sky-blue-3 . "blue")
(plum-1 . "magenta")
(plum-2 . "magenta")
(plum-3 . "magenta")
(scarlet-red-1 . "red")
(scarlet-red-2 . "red")
(scarlet-red-3 . "red")
(background . "black")
(black . "black")
(gradient-1 . "blue") ;; sky-blue-1
(gradient-2 . "green") ;; chameleon-1
(gradient-3 . "yellow") ;; butter-1
(gradient-4 . "yellow") ;; plum-1
(gradient-5 . "yellow") ;; chocolate-1
(gradient-6 . "yellow") ;; orange-1
(gradient-7 . "blue") ;; sky-blue-2
(gradient-8 . "green") ;; chameleon-2
(gradient-9 . "red") ;; orange-2
(gradient-10 . "yellow") ;; plum-2
(gradient-11 . "yellow") ;; chocolate-2
))
"The color values for each color name for a given
condition. The format is: ((condition) (key . value) (key
. value) ...)")
(defun naquadah-get-colors (name)
(cdr
(assoc
name
(car naquadah-colors))))
(defun naquadah-simple-face-to-multiple (face)
(let ((spec (car face))
(lst (cadr face)))
(list spec (mapcar
(lambda (entry)
(let ((color-condition (car entry)))
(list color-condition
(naquadah-color-list-expand (cdr entry) lst))))
naquadah-colors))))
(defun naquadah-color-list-expand (color-alist lst)
(let ((result '()))
(while (car lst)
(let ((key (car lst))
(val (cadr lst)))
(if (memq key '(:foreground :background :color))
(setq val (or (cdr (assq val color-alist)) val)))
(if (listp val)
(setq val (naquadah-color-list-expand entry val)))
(setq result (append result `(,key ,val))))
(setq lst (cddr lst)))
result))
(defun naquadah-properties-get (lst prop)
(cadr (assoc prop lst)))
(defun naquadah-apply-unspecified-properties (inherit-props props)
(while (car inherit-props)
(let ((i-key (car inherit-props)))
(if (not (plist-member props i-key))
(plist-put props i-key 'unspecified)))
(setq inherit-props (cddr inherit-props))))
(defun naquadah-append-unspecified-properties (lst)
(dolist (elt lst)
(let ((key (car elt))
(props (cadr elt)))
(when (plist-member props :inherit)
(let ((inherit-prop (plist-get props :inherit)))
(if (listp inherit-prop)
(dolist (i inherit-prop)
(naquadah-apply-unspecified-properties (naquadah-properties-get lst i) props))
(naquadah-apply-unspecified-properties (naquadah-properties-get lst inherit-prop) props))))))
lst)
(defun naquadah-theme-set-faces (theme &rest args)
(apply 'custom-theme-set-faces
(append (list theme)
(mapcar 'naquadah-simple-face-to-multiple
(naquadah-append-unspecified-properties args)))))
(naquadah-theme-set-faces
'naquadah
'(default (:background background :foreground aluminium-1))
'(shadow (:foreground aluminium-3))
'(secondary-selection (:background sky-blue-3))
'(cursor (:background scarlet-red-3))
'(hl-line (:background aluminium-6))
'(highlight (:background scarlet-red-2))
'(fringe (:background black))
'(mode-line (:foreground aluminium-1 :background black
:box (:line-width 1 :color aluminium-6)))
'(mode-line-inactive (:foreground aluminium-5 :background aluminium-6
:box (:line-width 1 :color black)))
'(mode-line-buffer-id (:bold t :foreground orange-2))
'(header-line (:foreground aluminium-1 :background black
:box (:line-width 1 :color aluminium-6)))
'(region (:background black))
'(link (:foreground sky-blue-1))
'(link-visited (:inherit link :foreground plum-1))
'(match (:bold t :background chocolate-1 :foreground black))
'(tooltip (:inherit variable-pitch :foreground aluminium-1 :background black))
'(bold (:bold t))
'(italic (:italic t))
'(warning (:bold t :foreground orange-1))
'(error (:bold t :foreground scarlet-red-1))
'(success (:bold t :foreground chameleon-1))
'(font-lock-builtin-face (:foreground sky-blue-1))
'(font-lock-keyword-face (:inherit font-lock-builtin-face :bold t))
'(font-lock-comment-face (:inherit shadow :italic t))
'(font-lock-comment-delimiter-face (:inherit font-lock-comment-face))
'(font-lock-constant-face (:foreground chameleon-2))
'(font-lock-type-face (:inherit font-lock-constant-face :bold t))
'(font-lock-doc-face (:inherit shadow))
'(font-lock-string-face (:foreground plum-1))
'(font-lock-variable-name-face (:foreground scarlet-red-1))
'(font-lock-warning-face (:inherit warning))
'(font-lock-function-name-face (:foreground butter-2 :bold t))
'(comint-highlight-prompt ())
'(isearch (:background orange-3 :foreground background))
'(isearch-fail (:background scarlet-red-2))
'(lazy-highlight (:background chocolate-1 :foreground background))
'(show-paren-match-face (:background chameleon-3))
'(show-paren-mismatch-face (:background plum-3))
'(minibuffer-prompt (:foreground sky-blue-1 :bold t))
;; '(widget-mouse-face ((t (:bold t :foreground aluminium-1 :background scarlet-red-2))))
;; '(widget-field ((t (:foreground orange-1 :background "gray30"))))
;; '(widget-single-line-field ((t (:foreground orange-1 :background "gray30"))))
'(custom-group-tag (:bold t :foreground orange-2 :height 1.3))
'(custom-variable-tag (:bold t :foreground butter-2 :height 1.1))
'(custom-face-tag (:bold t :foreground butter-2 :height 1.1))
'(custom-state (:foreground sky-blue-1))
;; '(custom-button ((t :background "gray50" :foreground black
;; :box (:line-width 1 :style released-button))))
;; '(custom-variable-button ((t (:inherit custom-button))))
;; '(custom-button-mouse ((t (:inherit custom-button :background "gray60"))))
;; '(custom-button-unraised ((t (:background "gray50" :foreground "black"))))
;; '(custom-button-mouse-unraised ((t (:inherit custom-button-unraised :background "gray60"))))
;; '(custom-button-pressed ((t (:inherit custom-button :box (:style pressed-button)))))
;; '(custom-button-mouse-pressed-unraised ((t (:inherit custom-button-unraised :background "gray60"))))
'(custom-documentation (:inherit font-lock-comment-face))
'(gnus-cite-1 (:foreground gradient-1))
'(gnus-cite-2 (:foreground gradient-2))
'(gnus-cite-3 (:foreground gradient-3))
'(gnus-cite-4 (:foreground gradient-4))
'(gnus-cite-5 (:foreground gradient-5))
'(gnus-cite-6 (:foreground gradient-6))
'(gnus-cite-7 (:foreground gradient-7))
'(gnus-cite-8 (:foreground gradient-8))
'(gnus-cite-9 (:foreground gradient-9))
'(gnus-cite-10 (:foreground gradient-10))
'(gnus-cite-11 (:foreground gradient-11))
'(gnus-header-name (:bold t :foreground sky-blue-1))
'(gnus-header-from (:bold t))
'(gnus-header-to (:bold t :foreground aluminium-2))
'(gnus-header-subject (:foreground butter-1))
'(gnus-header-content (:italic t :foreground aluminium-2))
'(gnus-header-newsgroups (:inherit gnus-header-to))
'(gnus-signature (:italic t :foreground aluminium-3))
'(gnus-summary-cancelled (:background black :foreground butter-1))
'(gnus-summary-normal-ancient (:foreground chameleon-3))
'(gnus-summary-normal-read (:foreground chameleon-1))
'(gnus-summary-normal-ticked (:foreground scarlet-red-1))
'(gnus-summary-normal-unread (:foreground aluminium-1))
'(gnus-summary-high-ancient (:inherit gnus-summary-normal-ancient))
'(gnus-summary-high-read (:inherit gnus-summary-normal-read))
'(gnus-summary-high-ticked (:inherit gnus-summary-normal-ticked))
'(gnus-summary-high-unread (:inherit gnus-summary-normal-unread))
'(gnus-summary-low-ancient (:inherit gnus-summary-normal-ancient :italic t))
'(gnus-summary-low-read (:inherit gnus-summary-normal-read :italic t))
'(gnus-summary-low-ticked (:inherit gnus-summary-normal-ticked :italic t))
'(gnus-summary-low-unread (:inherit gnus-summary-normal-unread :italic t))
'(gnus-summary-selected (:background sky-blue-3 :foreground aluminium-1))
'(gnus-button (:bold t))
'(spam (:background black :foreground orange-2))
'(message-header-newsgroups (:inherit gnus-header-to))
'(message-header-name (:inherit gnus-header-name))
'(message-header-to (:inherit gnus-header-to))
'(message-header-other (:inherit gnus-header-content))
'(message-header-subject (:inherit gnus-header-subject))
'(message-header-cc (:foreground aluminium-2))
'(message-header-xheader (:foreground aluminium-4))
'(message-separator (:foreground sky-blue-3))
'(message-mml (:foreground chameleon-1))
;; org-mode
'(org-level-1 (:bold t :foreground gradient-1 :height 1.3))
'(org-level-2 (:bold t :foreground gradient-2 :height 1.2))
'(org-level-3 (:bold t :foreground gradient-3 :height 1.1))
'(org-level-4 (:bold t :foreground gradient-4))
'(org-level-5 (:bold t :foreground gradient-5))
'(org-level-6 (:bold t :foreground gradient-6))
'(org-level-7 (:bold t :foreground gradient-7))
'(org-level-8 (:bold t :foreground gradient-8))
'(org-column ())
'(org-mode-line-clock (nil))
'(org-mode-line-clock-overrun (:foreground scarlet-red-1))
'(org-document-title (:bold t :foreground sky-blue-1 :height 1.4))
'(org-document-info (:foreground sky-blue-1 :italic t))
'(org-todo (:bold t :foreground scarlet-red-2))
'(org-done (:bold t :foreground chameleon-3))
'(org-hide (:foreground background))
'(org-scheduled (:foreground chameleon-2))
'(org-scheduled-previously (:foreground orange-2))
'(org-scheduled-today (:foreground chameleon-1))
'(org-date (:foreground chocolate-1))
'(org-special-keyword (:foreground scarlet-red-1 :bold t))
'(org-agenda-done ())
'(org-time-grid (:inherit shadow))
'(org-agenda-date (:foreground butter-1 :height 1.2))
'(org-agenda-date-today (:inherit org-agenda-date :foreground butter-2 :weight bold :height 1.3))
'(org-agenda-date-tc (:inherit org-agenda-date :foreground butter-3))
'(org-agenda-date-weekend (:inherit org-agenda-date :foreground scarlet-red-1 :weight bold))
'(org-habit-clear-future-face (:background sky-blue-3))
'(org-habit-clear-face (:background sky-blue-2))
'(org-habit-ready-future-face (:background chameleon-3))
'(org-habit-ready-face (:background chameleon-2 :foreground black))
'(org-habit-alert-ready-future-face (:background orange-3))
'(org-habit-overdue-face (:background scarlet-red-3))
'(org-habit-overdue-future-face (:background scarlet-red-3))
;; egocentric-mode
'(egocentric-face (:foreground scarlet-red-1 :weight bold))
;; erc
'(erc-direct-msg-face (:inherit egocentric-face))
'(erc-header-line (:inherit header-line))
'(erc-input-face (:inherit shadow))
'(erc-my-nick-face (:inherit egocentric-face))
'(erc-notice-face (:foreground sky-blue-1))
'(erc-prompt-face (:background black :foreground aluminium-1 :weight bold))
'(erc-timestamp-face (:foreground aluminium-2 :weight bold))
'(erc-pal-face (:foreground chameleon-1 :weight bold))
'(erc-keyword-face (:foreground orange-1))
'(erc-fool-face (:inherit shadow))
'(erc-current-nick-face (:inherit egocentric-face))
'(which-func (:foreground sky-blue-1))
'(dired-directory (:foreground sky-blue-1))
'(dired-symlink (:bold t :foreground "cyan"))
'(dired-marked (:bold t :foreground butter-1))
'(mm-uu-extract (:background aluminium-6))
;; diff-mode
'(diff-added (:foreground chameleon-2))
'(diff-changed (:foreground orange-1))
'(diff-removed (:foreground scarlet-red-1))
'(diff-hunk-header (:bold t))
'(diff-function (:foreground orange-1))
'(diff-header (:background aluminium-6))
'(diff-file-header (:foreground aluminium-1))
;; magit
'(magit-diff-add (:inherit diff-added))
'(magit-diff-del (:inherit diff-removed))
'(magit-diff-none (:inherit diff-context))
'(magit-diff-hunk-header (:inherit (magit-header diff-hunk-header)))
'(magit-diff-file-header (:inherit (magit-header diff-file-header)))
'(magit-log-sha1 (:foreground scarlet-red-1))
'(magit-log-graph (:foreground aluminium-2))
'(magit-item-highlight (:background aluminium-6))
'(magit-item-mark (:foreground orange-1))
'(magit-log-tag-label (:background chameleon-3 :box t :foreground aluminium-6))
'(magit-log-head-label-bisect-good (:background chameleon-2 :box t))
'(magit-log-head-label-bisect-bad (:background scarlet-red-3 :box t))
'(magit-log-head-label-remote (:foreground aluminium-6 :background butter-2 :box (:color butter-3)))
'(magit-log-head-label-tags (:inherit (magit-log-tag-label)))
'(magit-log-head-label-local (:foreground aluminium-1 :background sky-blue-2
:box (:color sky-blue-3)))
;; git-commit-mode
'(git-commit-summary-face (:bold t))
'(git-commit-branch-face (:foreground orange-2 :bold t))
'(git-commit-nonempty-second-line-face (:foreground scarlet-red-2))
'(git-commit-comment-face (:inherit font-lock-comment-face))
'(git-commit-known-pseudo-header-face (:inherit gnus-header-name-face))
'(git-commit-pseudo-header-face (:inherit gnus-header-content))
;; makefile-mode
'(makefile-space (:background plum-3))
;; mmm-mode
'(mmm-default-submode-face (:background aluminium-6))
;; rainbow-delimiters
'(rainbow-delimiters-depth-1-face (:foreground gradient-1))
'(rainbow-delimiters-depth-2-face (:foreground gradient-2))
'(rainbow-delimiters-depth-3-face (:foreground gradient-3))
'(rainbow-delimiters-depth-4-face (:foreground gradient-4))
'(rainbow-delimiters-depth-5-face (:foreground gradient-5))
'(rainbow-delimiters-depth-6-face (:foreground gradient-6))
'(rainbow-delimiters-depth-7-face (:foreground gradient-7))
'(rainbow-delimiters-depth-8-face (:foreground gradient-8))
'(rainbow-delimiters-depth-9-face (:foreground gradient-9))
'(rainbow-delimiters-depth-10-face (:foreground gradient-10))
'(rainbow-delimiters-depth-11-face (:foreground gradient-11))
'(rainbow-delimiters-depth-12-face (:foreground gradient-1))
'(rainbow-delimiters-unmatched-face (:foreground black :background butter-3))
;; rst-mode
'(rst-level-1-face (:foreground gradient-1 :height 1.3))
'(rst-level-2-face (:foreground gradient-2 :height 1.2))
'(rst-level-3-face (:foreground gradient-3 :height 1.1))
'(rst-level-4-face (:foreground gradient-4))
'(rst-level-5-face (:foreground gradient-5))
'(rst-level-6-face (:foreground gradient-6))
;; term-mode
'(term-color-black (:foreground black :background black))
'(term-color-red (:foreground scarlet-red-1 :background scarlet-red-1))
'(term-color-green (:foreground chameleon-1 :background chameleon-1))
'(term-color-yellow (:foreground butter-1 :background butter-1))
'(term-color-blue (:foreground sky-blue-1 :background sky-blue-1))
'(term-color-magenta (:foreground plum-1 :background plum-1))
'(term-color-cyan (:foreground "cyan3" :background "cyan3"))
'(term-color-white (:foreground aluminium-1 :background aluminium-1))
;; idle-highlight
'(idle-highlight (:foreground aluminium-1 :background scarlet-red-3))
;; doc-mode
'(doc-title-1-face (:foreground gradient-1 :bold t :height 1.3 :inherit variable-pitch))
'(doc-title-2-face (:foreground gradient-2 :bold t :height 1.2 :inherit variable-pitch))
'(doc-title-3-face (:foreground gradient-3 :bold t :height 1.1 :inherit variable-pitch))
'(doc-title-4-face (:foreground gradient-4 :bold t :inherit variable-pitch))
;; flymake
'(flymake-errline (:underline (:style wave :color scarlet-red-1)))
'(flymake-warnline (:underline (:style wave :color orange-2)))
;; flyspell
'(flyspell-incorrect (:underline (:style wave :color scarlet-red-1)))
'(flyspell-duplicate (:underline (:style wave :color orange-2)))
;; jabber
'(jabber-activity-face (:foreground scarlet-red-1 :weight bold))
'(jabber-activity-personal-face (:foreground sky-blue-1 :weight bold))
'(jabber-chat-error (:inherit error))
'(jabber-chat-prompt-foreign (:foreground scarlet-red-1 :weight bold))
'(jabber-chat-prompt-local (:foreground sky-blue-1 :weight bold))
'(jabber-chat-prompt-system (:foreground chameleon-1 :weight bold))
'(jabber-rare-time-face (:foreground chameleon-3 :underline t))
'(jabber-roster-user-away (:foreground chameleon-3 :weight normal :slant italic))
'(jabber-roster-user-chatty (:foreground orange-3 :weight bold :slant normal))
'(jabber-roster-user-dnd (:foreground scarlet-red-1 :weight normal :slant italic))
'(jabber-roster-user-error (:foreground scarlet-red-2 :weight light :slant italic))
'(jabber-roster-user-offline (:foreground aluminium-4 :weight light :slant italic))
'(jabber-roster-user-online (:foreground sky-blue-1 :weight bold :slant normal))
'(jabber-roster-user-xa (:foreground plum-1 :weight normal :slant italic))
'(jabber-title-large (:foreground sky-blue-1 :weight bold :height 1.4))
'(jabber-title-medium (:weight bold :height 1.2))
'(jabber-title-small (:weight bold :height 1.0)))
(provide-theme 'naquadah)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; naquadah-theme.el ends here