Mercurial > emacs
annotate etc/themes/tango-theme.el @ 112398:0bfcbd0b704b
* gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
Don't confuse the "ret" of "retrograde" with RET.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 21 Jan 2011 12:38:33 -0500 |
parents | a9958515249d |
children |
rev | line source |
---|---|
110955
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
1 ;;; tango-theme.el --- Tango-based custom theme for faces |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
2 |
112178
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
3 ;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
4 |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
5 ;; Authors: Chong Yidong <cyd@stupidchicken> |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
6 ;; Jan Moringen <jan.moringen@uni-bielefeld.de> |
110955
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
7 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
8 ;; This file is part of GNU Emacs. |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
9 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
10 ;; GNU Emacs is free software: you can redistribute it and/or modify |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
11 ;; it under the terms of the GNU General Public License as published by |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
12 ;; the Free Software Foundation, either version 3 of the License, or |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
13 ;; (at your option) any later version. |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
14 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
15 ;; GNU Emacs is distributed in the hope that it will be useful, |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
18 ;; GNU General Public License for more details. |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
19 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
20 ;; You should have received a copy of the GNU General Public License |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
21 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
22 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
23 ;;; Commentary |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
24 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
25 ;; The colors in this theme come from the Tango palette, which is in |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
26 ;; the public domain: http://tango.freedesktop.org/ |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
27 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
28 ;;; Code: |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
29 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
30 (deftheme tango |
112178
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
31 "Theme for faces, based on the Tango palette with a light background. |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
32 Basic, Font Lock, Isearch, Gnus, Message, Ediff, Flyspell, |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
33 Semantic, and Ansi-Color faces are included.") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
34 |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
35 (let ((class '((class color) (min-colors 89))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
36 ;; Tango palette colors. |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
37 (butter-1 "#fce94f") (butter-2 "#edd400") (butter-3 "#c4a000") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
38 (orange-1 "#fcaf3e") (orange-2 "#f57900") (orange-3 "#ce5c00") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
39 (choc-1 "#e9b96e") (choc-2 "#c17d11") (choc-3 "#8f5902") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
40 (cham-1 "#8ae234") (cham-2 "#73d216") (cham-3 "#4e9a06") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
41 (blue-1 "#729fcf") (blue-2 "#3465a4") (blue-3 "#204a87") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
42 (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
43 (red-1 "#ef2929") (red-2 "#cc0000") (red-3 "#a40000") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
44 (alum-1 "#eeeeec") (alum-2 "#d3d7cf") (alum-3 "#babdb6") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
45 (alum-4 "#888a85") (alum-5 "#555753") (alum-6 "#2e3436") |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
46 ;; Not in Tango palette; used for better contrast. |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
47 (cham-4 "#346604") (blue-0 "#8cc4ff")) |
110955
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
48 |
112178
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
49 (custom-theme-set-faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
50 'tango |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
51 `(default ((,class (:foreground ,"#16191a" :background ,alum-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
52 `(cursor ((,class (:foreground ,alum-1 :background ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
53 ;; Highlighting faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
54 `(fringe ((,class (:background ,alum-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
55 `(highlight ((,class (:background ,alum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
56 `(region ((,class (:background ,alum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
57 `(secondary-selection ((,class (:background ,blue-0)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
58 `(isearch ((,class (:foreground ,"#ffffff" :background ,orange-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
59 `(lazy-highlight ((,class (:background ,choc-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
60 `(trailing-whitespace ((,class (:background ,red-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
61 ;; Mode line faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
62 `(mode-line ((,class (:box (:line-width -1 :style released-button) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
63 :background ,alum-2 :foreground ,alum-6)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
64 `(mode-line-inactive ((,class (:box (:line-width -1 :style released-button) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
65 :background ,alum-4 :foreground ,alum-6)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
66 ;; Escape and prompt faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
67 `(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
68 `(escape-glyph ((,class (:foreground ,red-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
69 ;; Font lock faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
70 `(font-lock-builtin-face ((,class (:weight bold :foreground ,plum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
71 `(font-lock-comment-face ((,class (:foreground ,cham-4)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
72 `(font-lock-constant-face ((,class (:weight bold :foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
73 `(font-lock-function-name-face ((,class (:foreground ,red-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
74 `(font-lock-keyword-face ((,class (:weight bold :foreground ,choc-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
75 `(font-lock-string-face ((,class (:foreground ,plum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
76 `(font-lock-type-face ((,class (:foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
77 `(font-lock-variable-name-face ((,class (:weight bold :foreground ,orange-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
78 `(font-lock-warning-face ((,class (:foreground ,red-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
79 ;; Button and link faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
80 `(button ((,class (:underline t :foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
81 `(link ((,class (:underline t :foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
82 `(link-visited ((,class (:underline t :foreground ,blue-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
83 ;; Gnus faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
84 `(gnus-group-news-1 ((,class (:weight bold :foreground ,plum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
85 `(gnus-group-news-1-low ((,class (:foreground ,plum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
86 `(gnus-group-news-2 ((,class (:weight bold :foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
87 `(gnus-group-news-2-low ((,class (:foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
88 `(gnus-group-news-3 ((,class (:weight bold :foreground ,"#4e0a06")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
89 `(gnus-group-news-3-low ((,class (:foreground ,"#4e0a06")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
90 `(gnus-group-news-4 ((,class (:weight bold :foreground ,"#7a4c02")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
91 `(gnus-group-news-4-low ((,class (:foreground ,"#7a4c02")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
92 `(gnus-group-news-5 ((,class (:weight bold :foreground ,orange-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
93 `(gnus-group-news-5-low ((,class (:foreground ,orange-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
94 `(gnus-group-news-low ((,class (:foreground ,"#888a85")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
95 `(gnus-group-mail-1 ((,class (:weight bold :foreground ,plum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
96 `(gnus-group-mail-1-low ((,class (:foreground ,plum-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
97 `(gnus-group-mail-2 ((,class (:weight bold :foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
98 `(gnus-group-mail-2-low ((,class (:foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
99 `(gnus-group-mail-3 ((,class (:weight bold :foreground ,"#4e0a06")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
100 `(gnus-group-mail-3-low ((,class (:foreground ,"#4e0a06")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
101 `(gnus-group-mail-low ((,class (:foreground ,"#888a85")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
102 `(gnus-header-content ((,class (:foreground ,cham-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
103 `(gnus-header-from ((,class (:weight bold :foreground ,butter-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
104 `(gnus-header-subject ((,class (:foreground ,"#4e0a06")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
105 `(gnus-header-name ((,class (:foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
106 `(gnus-header-newsgroups ((,class (:foreground ,"#888a85")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
107 ;; Message faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
108 `(message-header-name ((,class (:foreground ,blue-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
109 `(message-header-cc ((,class (:foreground ,butter-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
110 `(message-header-other ((,class (:foreground ,choc-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
111 `(message-header-subject ((,class (:foreground ,"#4e0a06")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
112 `(message-header-to ((,class (:weight bold :foreground ,butter-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
113 `(message-cited-text ((,class (:foreground ,"#888a85")))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
114 `(message-separator ((,class (:weight bold :foreground ,cham-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
115 ;; SMerge |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
116 `(smerge-refined-change ((,class (:background ,plum-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
117 ;; Ediff |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
118 `(ediff-current-diff-A ((,class (:background ,blue-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
119 `(ediff-fine-diff-A ((,class (:background ,plum-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
120 `(ediff-current-diff-B ((,class (:background ,butter-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
121 `(ediff-fine-diff-B ((,class (:background ,orange-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
122 ;; Flyspell |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
123 `(flyspell-duplicate ((,class (:underline ,orange-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
124 `(flyspell-incorrect ((,class (:underline ,red-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
125 ;; Semantic faces |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
126 `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
127 `(semantic-decoration-on-private-members-face |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
128 ((,class (:background ,alum-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
129 `(semantic-decoration-on-protected-members-face |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
130 ((,class (:background ,alum-2)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
131 `(semantic-decoration-on-unknown-includes |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
132 ((,class (:background ,choc-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
133 `(semantic-decoration-on-unparsed-includes |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
134 ((,class (:underline ,orange-3)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
135 `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
136 `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))) |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
137 |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
138 (custom-theme-set-variables |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
139 'tango |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
140 `(ansi-color-names-vector [,alum-6 ,red-3 ,cham-3 ,butter-3 |
a9958515249d
Improvements to tango themes, including some faces from Jan Moringen.
Chong Yidong <cyd@stupidchicken.com>
parents:
111016
diff
changeset
|
141 ,blue-3 ,plum-3 ,blue-1 ,alum-1]))) |
110955
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
142 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
143 (provide-theme 'tango) |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
144 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
145 ;; Local Variables: |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
146 ;; no-byte-compile: t |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
147 ;; End: |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
148 |
c84f553cca36
Add some default custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
diff
changeset
|
149 ;;; tango-theme.el ends here |