Mercurial > emacs
annotate etc/themes/tsdh-light-theme.el @ 112278:ef719132ddfa
Nuke arch-tags.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 15 Jan 2011 15:16:57 -0800 |
parents | 7bdc1e5a82a9 |
children | 941344101fc6 |
rev | line source |
---|---|
112161
287100101ab9
Change dev-tsdh-dark/dev-tsdh-light theme names to tsdh-dark/tsdh-light,
Chong Yidong <cyd@stupidchicken.com>
parents:
112136
diff
changeset
|
1 ;;; tsdh-light-theme.el --- Tassilo's light custom theme |
112130
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
2 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
3 ;; Copyright (C) 2011 Free Software Foundation, Inc. |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
4 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
5 ;; This file is part of GNU Emacs. |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
6 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
7 ;; GNU Emacs is free software: you can redistribute it and/or modify |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
8 ;; it under the terms of the GNU General Public License as published by |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
9 ;; the Free Software Foundation, either version 3 of the License, or |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
10 ;; (at your option) any later version. |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
11 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
12 ;; GNU Emacs is distributed in the hope that it will be useful, |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
15 ;; GNU General Public License for more details. |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
16 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
17 ;; You should have received a copy of the GNU General Public License |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
18 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
19 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
20 ;;; Code: |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
21 |
112161
287100101ab9
Change dev-tsdh-dark/dev-tsdh-light theme names to tsdh-dark/tsdh-light,
Chong Yidong <cyd@stupidchicken.com>
parents:
112136
diff
changeset
|
22 (deftheme tsdh-light |
112130
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
23 "Black on white theme used and created by Tassilo Horn.") |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
24 |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
25 (custom-theme-set-faces |
112161
287100101ab9
Change dev-tsdh-dark/dev-tsdh-light theme names to tsdh-dark/tsdh-light,
Chong Yidong <cyd@stupidchicken.com>
parents:
112136
diff
changeset
|
26 'tsdh-light |
112130
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
27 '(default ((t (:background "white" :foreground "black")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
28 '(diff-added ((t (:inherit diff-changed :background "light green")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
29 '(diff-changed ((t (:background "light steel blue")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
30 '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
31 '(diff-indicator-changed ((t (:weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
33 '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) |
112172
7bdc1e5a82a9
Add definition for `dired-directory' face.
Tassilo Horn <tassilo@member.fsf.org>
parents:
112161
diff
changeset
|
34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) |
112130
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
35 '(hl-line ((t (:background "grey95")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
36 '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
37 '(mode-line ((t (:box (:line-width -1 :color "red" :style released-button) :family "DejaVu Sans")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
38 '(mode-line-inactive ((t (:inherit mode-line :foreground "dim gray")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
39 '(org-agenda-date ((t (:inherit org-agenda-structure)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
40 '(org-agenda-date-today ((t (:inherit org-agenda-date :underline t)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
41 '(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
42 '(org-agenda-structure ((t (:foreground "Blue1" :weight bold :height 1.1 :family "DeJaVu Sans")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
43 '(org-hide ((t (:foreground "white")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
44 '(org-tag ((t (:weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
45 '(outline-1 ((t (:inherit font-lock-function-name-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
46 '(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
47 '(outline-3 ((t (:inherit font-lock-keyword-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
48 '(outline-4 ((t (:inherit font-lock-comment-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
49 '(outline-5 ((t (:inherit font-lock-type-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
50 '(outline-6 ((t (:inherit font-lock-constant-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
51 '(outline-7 ((t (:inherit font-lock-builtin-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
52 '(outline-8 ((t (:inherit font-lock-string-face :weight bold)))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
53 '(region ((t (:background "lightgoldenrod1")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
54 '(show-paren-match ((t (:background "LightCyan2")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
55 '(show-paren-mismatch ((t (:background "deep pink")))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
56 '(window-number-face ((t (:foreground "red" :weight bold))))) |
55dc61a44d13
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
Tassilo Horn <tassilo@member.fsf.org>
parents:
diff
changeset
|
57 |
112161
287100101ab9
Change dev-tsdh-dark/dev-tsdh-light theme names to tsdh-dark/tsdh-light,
Chong Yidong <cyd@stupidchicken.com>
parents:
112136
diff
changeset
|
58 (provide-theme 'tsdh-light) |