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