[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111136: * themes/leuven-theme.el: Co
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111136: * themes/leuven-theme.el: Convert to Unix format. |
Date: |
Thu, 06 Dec 2012 23:44:05 +0100 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111136
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Thu 2012-12-06 23:44:05 +0100
message:
* themes/leuven-theme.el: Convert to Unix format.
modified:
etc/ChangeLog
etc/themes/leuven-theme.el
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog 2012-12-06 02:52:22 +0000
+++ b/etc/ChangeLog 2012-12-06 22:44:05 +0000
@@ -1,3 +1,7 @@
+2012-12-06 Andreas Schwab <address@hidden>
+
+ * themes/leuven-theme.el: Convert to Unix format.
+
2012-12-06 Fabrice Niessen <address@hidden>
* themes/leuven-theme.el: New theme.
=== modified file 'etc/themes/leuven-theme.el'
--- a/etc/themes/leuven-theme.el 2012-12-06 02:57:59 +0000
+++ b/etc/themes/leuven-theme.el 2012-12-06 22:44:05 +0000
@@ -1,595 +1,595 @@
-;;; leuven-theme.el --- Emacs custom theme
-
-;; Copyright (C) 2003-2012 Free Software Foundation, Inc.
-;; Time-stamp: <2012-12-05 Wed 10:47>
-
-;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
-
-;; This file is 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 leuven
- "Face colors with a light background.
-Basic, Font Lock, Isearch, Gnus, Message, Diff, Ediff, Flyspell,
-Semantic, and Ansi-Color faces are included -- and much more...")
-
-(let ((class '((class color) (min-colors 89)))
- ;; Leuven generic colors
- (cancel '(:slant italic :strike-through t :foreground "gray55"))
- (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black"
:background "#EEC900"))
- (code-block '(:foreground "#000088" :background "#FBF9EA"))
- (code-inline '(:box (:line-width 1 :color "#DDDDDD") :foreground
"#000088" :background "#FFFFE0"))
- (column '(:height 1.0 :weight normal :slant normal :underline nil
:strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))
- (diff-added '(:foreground "#008000" :background "#DDFFDD"))
- (diff-hunk-header '(:box (:line-width 1 :color "#FFE0FF") :foreground
"#990099" :background "#FFEEFF"))
- (diff-none '(:foreground "gray33"))
- (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
- (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
- (highlight-line '(:inverse-video t))
- (link '(:underline t :foreground "#006DAF"))
- (mail-header-name '(:weight bold :foreground "black"))
- (marked-line '(:weight bold :foreground "white" :background "red"))
- (match '(:background "#FFFF99"))
- (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground
"#3C3C3C" :background "#F0F0F0"))
- (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground
"#123555" :background "#E5F4FB"))
- (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground
"#005522" :background "#EFFFEF"))
- (ol4 '(:height 1.0 :weight bold :slant normal :foreground "#EA6300"))
- (ol5 '(:height 1.0 :weight bold :slant normal :foreground "#E3258D"))
- (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
- (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
- (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
- (region '(:background "#D2D9E0"))
- (shadow '(:foreground "#7F7F7F"))
- (string '(:foreground "#008000"))
- (subject '(:weight bold :foreground "#CF5D60"))
- (symlink '(:foreground "deep sky blue"))
- (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black"
:background "#AAFFAA")))
-
- (custom-theme-set-faces
- 'leuven
- `(default ((,class (:background "#ffffff" :foreground "#333333"))))
- `(bold ((,class (:weight bold :foreground "black"))))
- `(bold-italic ((,class (:weight bold :slant italic :foreground "black"))))
- `(italic ((,class (:slant italic :foreground "#1A1A1A"))))
- `(underline ((,class (:underline t))))
- `(cursor ((,class (:background "#15ff00"))))
- ;; Highlighting faces
- `(fringe ((,class (:foreground "#808080" :background "#DDEEFF"))))
- `(highlight ((,class (:background "#FFFF00"))))
- `(region ((t ,region)))
- `(secondary-selection ((t ,match))) ;; used by Org-mode for highlighting
matched entries and keywords
- `(isearch ((,class (:weight bold :foreground "#00AA00" :background
"#99FF99"))))
- `(isearch-fail ((,class (:weight bold :foreground "black" :background
"#FF9999"))))
- `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background
"#FF66FF"))))
- `(trailing-whitespace ((t (:background "#F6EBFE"))))
- `(whitespace-line ((t (:foreground "#CC0000" :background "#FFFF88"))))
- `(whitespace-tab ((t (:foreground "lightgray" :background "beige"))))
- `(whitespace-indentation ((t (:foreground "firebrick" :background
"yellow"))))
- `(whitespace-trailing ((t (:weight bold :foreground "yellow" :background
"red1"))))
- `(whitespace-hspace ((t (:background "#CCE8F6"))))
- ;; Mode line faces
- `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground
"#85CEEB" :background "#335EA8"))))
- `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C")
:foreground "#F0F0EF" :background "#9B9C97"))))
- `(mode-line-buffer-id ((,class (:weight bold :foreground "white"))))
- `(mode-line-emphasis ((,class (:weight bold :foreground "white"))))
- `(mode-line-highlight ((,class (:foreground "yellow"))))
- ;; Escape and prompt faces
- `(minibuffer-prompt ((,class (:weight bold :foreground "black" :background
"gold"))))
- `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black"
:background "gold"))))
- `(escape-glyph ((,class (:foreground "#008ED1"))))
- `(error ((,class (:foreground "red"))))
- `(warning ((,class (:foreground "orange"))))
- `(success ((,class (:foreground "green"))))
- ;; Font lock faces
- `(font-lock-builtin-face ((,class (:foreground "#FF5803"))))
- `(font-lock-comment-delimiter-face ((,class (:foreground "#EE0000"))))
- `(font-lock-comment-face ((,class (:slant italic :foreground "#EE0000"))))
- `(font-lock-constant-face ((,class (:foreground "#009944"))))
- `(font-lock-doc-face ((,class (:foreground "#BA2121"))))
- `(font-lock-doc-string-face ((,class (:foreground "#63639C"))))
- `(font-lock-function-name-face ((,class (:foreground "#1A50B8"))))
- `(font-lock-keyword-face ((,class (:bold t :foreground "#A535AE"))))
- `(font-lock-preprocessor-face ((,class (:bold t :foreground "#A3A3A3"))))
- `(font-lock-reference-face ((,class (:foreground "dark cyan"))))
- `(font-lock-regexp-grouping-backslash ((,class (:bold t :weight bold))))
- `(font-lock-regexp-grouping-construct ((,class (:bold t :weight bold))))
- `(font-lock-string-face ((t ,string)))
- `(font-lock-type-face ((,class (:foreground "#1B781F"))))
- `(font-lock-variable-name-face ((,class (:foreground "#2E91AF"))))
- `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
- ;; Button and link faces
- `(link ((,class (:foreground "#8ac6f2" :underline t))))
- `(link-visited ((,class (:foreground "#e5786d" :underline t))))
- `(button ((,class (:underline t :foreground "#006DAF"))))
- `(header-line ((,class (:weight bold :underline "black" :overline "black"
:foreground "black" :background "#FFFF88"))))
- ;; Gnus faces
- `(gnus-group-news-1-empty ((,class (:foreground "#5050B0"))))
- `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0"))))
- `(gnus-group-news-2-empty ((,class (:foreground "#660066"))))
- `(gnus-group-news-2 ((,class (:weight bold :foreground "#FF0066"))))
- `(gnus-group-news-3-empty ((,class (:foreground "#808080"))))
- `(gnus-group-news-3 ((,class (:weight bold :foreground "black"))))
- `(gnus-group-news-4-empty ((,class (:foreground "#990000"))))
- `(gnus-group-news-4 ((,class (:weight bold :foreground "#FF0000"))))
- `(gnus-group-news-5-empty ((,class (:foreground "#000099"))))
- `(gnus-group-news-5 ((,class (:weight bold :foreground "#FF0099"))))
- `(gnus-group-news-6-empty ((,class (:foreground "#808080"))))
- `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50"))))
- `(gnus-group-mail-1-empty ((,class (:foreground "#5050B0"))))
- `(gnus-group-mail-1 ((,class (:weight bold :foreground "#FF50B0"))))
- `(gnus-group-mail-2-empty ((,class (:foreground "#660066"))))
- `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066"))))
- `(gnus-group-mail-3-empty ((,class (:foreground "#808080"))))
- `(gnus-group-mail-3 ((,class (:weight bold :foreground "black"))))
- `(gnus-group-mail-low-empty ((t ,cancel)))
- `(gnus-group-mail-low ((t ,cancel)))
- `(gnus-header-content ((,class (:family "Sans Serif" :foreground
"#786FB4"))))
- `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue"))))
- `(gnus-header-subject ((t ,subject)))
- `(gnus-header-name ((t ,mail-header-name)))
- `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground
"#3399CC"))))
- ;; Message faces
- `(message-header-name ((t ,mail-header-name)))
- `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue"))))
- `(message-header-other ((,class (:family "Sans Serif" :foreground
"#3399CC"))))
- `(message-header-subject ((t ,subject)))
- `(message-header-to ((,class (:family "Sans Serif" :foreground "blue"))))
- `(message-cited-text ((,class (:foreground "#5050B0"))))
- `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground
"red"))))
- `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground
"#3399CC"))))
- `(message-header-xheader ((,class (:foreground "red"))))
- `(message-mml ((,class (:foreground "forest green"))))
- ;; Diff
- `(diff-added ((t ,diff-added)))
- `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF"))))
- `(diff-context ((t ,diff-none)))
- `(diff-file-header ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
- `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background
"#EAF2F5"))))
- `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background
"#EAF2F5"))))
- `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5"))))
- `(diff-hunk-header ((t ,diff-hunk-header)))
- `(diff-index ((,class (:family "Sans Serif" :height 1.1 :weight bold
:foreground "#4183C4" :background "#EAF2F5"))))
- `(diff-indicator-added ((,class (:background "#AAFFAA"))))
- `(diff-indicator-changed ((,class (:background "#AAAAFF"))))
- `(diff-indicator-removed ((,class (:background "#FFAAAA"))))
- `(diff-refine-change ((,class (:background "#DDDDFF"))))
- `(diff-removed ((t ,diff-removed)))
- ;; SMerge
- `(smerge-refined-change ((,class (:background "#AAAAFF"))))
- ;; Ediff
- `(ediff-current-diff-A ((,class (:foreground "gray33" :background
"#FFDDDD"))))
- `(ediff-current-diff-B ((,class (:foreground "gray33" :background
"#DDFFDD"))))
- `(ediff-current-diff-C ((,class (:foreground "black" :background "cyan"))))
- `(ediff-even-diff-A ((,class (:foreground "black" :background "light
grey"))))
- `(ediff-even-diff-B ((,class (:foreground "black" :background "light
grey"))))
- `(ediff-fine-diff-A ((,class (:foreground "#A60000" :background
"#FFAAAA"))))
- `(ediff-fine-diff-B ((,class (:foreground "#008000" :background
"#55FF55"))))
- `(ediff-odd-diff-A ((,class (:foreground "black" :background "light
grey"))))
- `(ediff-odd-diff-B ((,class (:foreground "black" :background "light
grey"))))
- ;; Flyspell
- `(flyspell-duplicate ((,class (:underline "#008000"))))
- `(flyspell-incorrect ((,class (:underline "red"))))
- ;; ;; Semantic faces
- ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4))))
- ;; `(semantic-decoration-on-private-members-face ((,class (:background
,alum-2))))
- ;; `(semantic-decoration-on-protected-members-face ((,class (:background
,alum-2))))
- ;; `(semantic-decoration-on-unknown-includes ((,class (:background
,choc-3))))
- ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline
,orange-3))))
- ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1))))
- ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))
-
- `(Info-title-1-face ((t ,ol1)))
- `(Info-title-2-face ((t ,ol2)))
- `(Info-title-3-face ((t ,ol3)))
- `(Info-title-4-face ((t ,ol4)))
- `(bbdb-company ((,class (:slant italic :foreground "steel blue"))))
- `(bbdb-field-name ((,class (:weight bold :foreground "steel blue"))))
- `(bbdb-field-value ((,class (:foreground "steel blue"))))
- `(bbdb-name ((,class (:underline t :foreground "#FF6633"))))
- `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate
gray"))))
- `(calendar-today ((,class (:weight bold :background "#CCCCFF"))))
- `(cfw:face-annotation ((,class (:foreground "RosyBrown" :inherit
cfw:face-day-title))))
- `(cfw:face-day-title ((,class (:background "#F8F9FF"))))
- `(cfw:face-default-content ((,class (:foreground "#2952A3"))))
- `(cfw:face-default-day ((,class (:weight bold :inherit
cfw:face-day-title))))
- `(cfw:face-disable ((,class (:foreground "DarkGray" :inherit
cfw:face-day-title))))
- `(cfw:face-grid ((,class (:foreground "SlateBlue"))))
- `(cfw:face-header ((,class (:foreground "blue" :background "#D4E5FF"
:weight bold))))
- `(cfw:face-holiday ((,class (:background "#FFD5E5"))))
- `(cfw:face-periods ((,class (:background "#668CD9" :foreground "white"
:slant italic))))
- `(cfw:face-saturday ((,class (:foreground "SlateGray4" :background "gray90"
:weight bold))))
- `(cfw:face-select ((,class (:background "#C3C9F8"))))
- `(cfw:face-sunday ((,class (:foreground "red2" :background "#FFD5E5"
:weight bold))))
- `(cfw:face-title ((,class (:foreground "DarkGrey" :weight bold :height 2.0
:inherit variable-pitch))))
- `(cfw:face-today ((,class (:background "#FFF7D7"))))
- `(cfw:face-today-title ((,class (:background "#FAD163"))))
- `(cfw:face-toolbar ((,class (:foreground "gray90" :background "gray90"))))
- `(cfw:face-toolbar-button-off ((,class (:foreground "LightSkyBlue4"
:background "white"))))
- `(cfw:face-toolbar-button-on ((,class (:foreground "LightPink3" :background
"gray94"))))
- `(change-log-date-face ((,class (:foreground "purple"))))
- `(change-log-file ((,class (:weight bold :foreground "#4183C4"))))
- `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background
"#F0F0F0")))) ;; other nick names
- `(circe-highlight-nick-face ((,class (:foreground "#009300" :background
"#F0F0F0")))) ;; messages with my nick cited
- `(circe-my-message-face ((,class (:foreground "#8B8B8B" :background
"#F0F0F0"))))
- `(circe-originator-face ((,class (:foreground "blue"))))
- `(circe-prompt-face ((,class (:foreground "red"))))
- `(circe-server-face ((,class (:foreground "#99CAE5"))))
- `(comint-highlight-input ((t ,code-block)))
- `(comint-highlight-prompt ((,class (:foreground "#008ED1" :background
"#EAEAFF"))))
- `(compare-windows ((,class (:background "#FFFF00"))))
- `(compilation-error ((,class (:weight bold :foreground "red"))))
- `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ;; used
for grep
- `(compilation-line-number ((,class (:bold t :foreground "#A535AE"))))
- `(compilation-warning ((,class (:weight bold :foreground "orange"))))
- `(css-property ((,class (:foreground "#00AA00"))))
- `(css-selector ((,class (:weight bold :foreground "blue"))))
- `(custom-button ((,class (:background "lightgrey" :foreground "black" :box
(:line-width 2 :style released-button)))))
- `(custom-button-mouse ((,class (:background "grey90" :foreground "black"
:box (:line-width 2 :style released-button)))))
- `(custom-button-pressed ((,class (:foreground "black" :background "light
grey" :box (:line-width 2 :style pressed-button)))))
- `(custom-button-pressed-unraised ((,class (:underline t :foreground
"magenta4"))))
- `(custom-button-unraised ((,class (:underline t))))
- `(custom-changed ((,class (:foreground "white" :background "blue"))))
- `(custom-comment ((,class (:background "gray85"))))
- `(custom-comment-tag ((,class (:foreground "blue4"))))
- `(custom-documentation ((,class (nil))))
- `(custom-face-tag ((,class (:family "Sans Serif" :weight bold :height
1.2))))
- `(custom-group-tag ((,class (:bold t :foreground "blue1" :weight bold
:height 1.2))))
- `(custom-group-tag-1 ((,class (:bold t :family "Sans Serif" :foreground
"red1" :weight bold :height 1.2))))
- `(custom-invalid ((,class (:foreground "yellow" :background "red"))))
- `(custom-link ((,class (:underline t :foreground "blue1"))))
- `(custom-modified ((,class (:foreground "white" :background "blue"))))
- `(custom-rogue ((,class (:foreground "pink" :background "black"))))
- `(custom-saved ((,class (:underline t))))
- `(custom-set ((,class (:foreground "blue" :background "white"))))
- `(custom-state ((,class (:foreground "green4"))))
- `(custom-themed ((,class (:background "blue1" :foreground "white"))))
- `(custom-variable-button ((,class (:weight bold :underline t))))
- `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground
"blue1" :weight bold :height 1.2))))
- `(diary-face ((,class (:foreground "#87C9FC"))))
- `(dircolors-face-asm ((,class (:foreground "black"))))
- `(dircolors-face-backup ((,class (:foreground "black"))))
- `(dircolors-face-compress ((,class (:foreground "red"))))
- `(dircolors-face-dir ((t ,directory)))
- `(dircolors-face-doc ((,class (:foreground "black"))))
- `(dircolors-face-dos ((,class (:foreground "green3"))))
- `(dircolors-face-emacs ((,class (:foreground "black"))))
- `(dircolors-face-exec ((,class (:foreground "green3"))))
- `(dircolors-face-html ((,class (:foreground "black"))))
- `(dircolors-face-img ((,class (:foreground "black"))))
- `(dircolors-face-lang ((,class (:foreground "black"))))
- `(dircolors-face-lang-interface ((,class (:foreground "black"))))
- `(dircolors-face-make ((,class (:foreground "black"))))
- `(dircolors-face-objet ((,class (:foreground "black"))))
- `(dircolors-face-package ((,class (:foreground "red"))))
- `(dircolors-face-paddb ((,class (:foreground "black"))))
- `(dircolors-face-ps ((,class (:foreground "black"))))
- `(dircolors-face-sound ((,class (:foreground "black"))))
- `(dircolors-face-tar ((,class (:foreground "red"))))
- `(dircolors-face-text ((,class (:foreground "black"))))
- `(dircolors-face-yacc ((,class (:foreground "black"))))
- `(dired-directory ((t ,directory)))
- `(dired-header ((t ,directory)))
- `(dired-ignored ((,class (:strike-through t :foreground "red"))))
- `(dired-mark ((t ,marked-line)))
- `(dired-marked ((t ,marked-line)))
- `(dired-symlink ((t ,symlink)))
- `(diredp-compressed-file-suffix ((,class (:foreground "red"))))
- `(diredp-date-time ((,class (:foreground "purple"))))
- `(diredp-dir-heading ((t ,directory)))
- `(diredp-dir-priv ((t ,directory)))
- `(diredp-exec-priv ((,class (:background "#03C03C"))))
- `(diredp-executable-tag ((,class (:foreground "green3" :background
"white"))))
- `(diredp-file-name ((,class (:foreground "black"))))
- `(diredp-file-suffix ((,class (:foreground "#008000"))))
- `(diredp-flag-mark-line ((t ,marked-line)))
- `(diredp-ignored-file-name ((,class (:strike-through t :foreground "red"))))
- `(diredp-read-priv ((,class (:background "#0A99FF"))))
- `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040"))))
- `(file-name-shadow ((t ,shadow)))
- `(font-latex-bold-face ((,class (:weight bold :foreground "medium sea
green"))))
- `(font-latex-math-face ((,class (:foreground "blue"))))
- `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7
:weight bold :foreground "cornflower blue"))))
- `(font-latex-sectioning-2-face ((t ,ol1)))
- `(font-latex-sectioning-3-face ((t ,ol2)))
- `(font-latex-sectioning-4-face ((t ,ol3)))
- `(font-latex-sectioning-5-face ((t ,ol4)))
- `(font-latex-sedate-face ((,class (:foreground "#FF5803"))))
- `(font-latex-string-face ((,class (:bold t :foreground "#0066FF"))))
- `(font-latex-verbatim-face ((,class (:foreground "tan1"))))
- `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
- `(gnus-cite-face-1 ((,class (:foreground "#5050B0"))))
- `(gnus-cite-face-10 ((,class (:foreground "#990000"))))
- `(gnus-cite-face-2 ((,class (:foreground "#660066"))))
- `(gnus-cite-face-3 ((,class (:foreground "#007777"))))
- `(gnus-cite-face-4 ((,class (:foreground "#990000"))))
- `(gnus-cite-face-5 ((,class (:foreground "#000099"))))
- `(gnus-cite-face-6 ((,class (:foreground "#BB6600"))))
- `(gnus-cite-face-7 ((,class (:foreground "#5050B0"))))
- `(gnus-cite-face-8 ((,class (:foreground "#660066"))))
- `(gnus-cite-face-9 ((,class (:foreground "#007777"))))
- `(gnus-emphasis-bold ((,class (:weight bold))))
- `(gnus-emphasis-highlight-words ((,class (:foreground "yellow" :background
"black"))))
- `(gnus-picon ((,class (:foreground "yellow" :background "white"))))
- `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white"))))
- `(gnus-signature ((,class (:foreground "#7F7F7F"))))
- `(gnus-splash ((,class (:foreground "#FF8C00"))))
- `(gnus-summary-cancelled ((t ,cancel)))
- `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080"
:background "#FFFFE6"))))
- `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080"
:background "#FFFFE6"))))
- `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black"
:background "#E7AEB0"))))
- `(gnus-summary-high-unread ((,class (:weight normal :foreground "black"
:background "#FFFFCC"))))
- `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55"))))
- `(gnus-summary-low-read ((,class (:slant italic :foreground "gray55"
:background "#E0E0E0"))))
- `(gnus-summary-low-ticked ((,class (:slant italic :foreground "black"
:background "#E7AEB0"))))
- `(gnus-summary-low-unread ((,class (:slant italic :foreground "black"))))
- `(gnus-summary-normal-ancient ((,class (:foreground "#808080"))))
- `(gnus-summary-normal-read ((,class (:foreground "#808080"))))
- `(gnus-summary-normal-ticked ((,class (:foreground "black" :background
"#E7AEB0"))))
- `(gnus-summary-normal-unread ((,class (:foreground "black"))))
- `(gnus-summary-selected ((,class (:foreground "black" :background "#FFD0D0"
:underline t))))
- `(gnus-x-face ((,class (:foreground "black" :background "white"))))
- `(helm-action ((,class (:foreground "#335EA8"))))
- `(helm-bookmarks-su-face ((,class (:foreground "red"))))
- `(helm-candidate-number ((,class (:foreground "black" :background
"#FFFF66"))))
- `(helm-dir-heading ((,class (:foreground "blue" :background "pink"))))
- `(helm-dir-priv ((,class (:foreground "dark red" :background "light
grey"))))
- `(helm-ff-directory ((t ,directory)))
- `(helm-ff-executable ((,class (:foreground "green3" :background "white"))))
- `(helm-ff-file ((,class (:foreground "black"))))
- `(helm-ff-invalid-symlink ((,class (:foreground "yellow" :background
"red"))))
- `(helm-ff-symlink ((t ,symlink)))
- `(helm-file-name ((,class (:foreground "blue"))))
- `(helm-gentoo-match-face ((,class (:foreground "red"))))
- `(helm-grep-running ((,class (:weight bold :foreground "white"))))
- `(helm-isearch-match ((,class (:background "#CCFFCC"))))
- `(helm-match ((t ,match)))
- `(helm-overlay-line-face ((,class (:underline t :foreground "white"
:background "IndianRed4"))))
- `(helm-selection ((t ,highlight-line)))
- `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight
bold :foreground "white" :background "#666699"))))
- `(helm-visible-mark ((t ,marked-line)))
- `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
- `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
- `(hl-line ((t ,highlight-line)))
- `(holiday-face ((,class (:background "#B6B2AE"))))
- `(html-helper-bold-face ((,class (:weight bold :foreground "black"))))
- `(html-helper-italic-face ((,class (:slant italic :foreground "black"))))
- `(html-helper-underline-face ((,class (:underline t :foreground "black"))))
- `(html-tag-face ((,class (:foreground "blue"))))
- `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box
(:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background
"LightSteelBlue1"))))
- `(info-header-node ((,class (:underline t :foreground "orange")))) ;; nodes
in header
- `(info-header-xref ((,class (:underline t :foreground "dodger blue")))) ;;
cross references in header
- `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold
:underline t :foreground "#00CC00")))) ;; menu titles (headers) -- major topics
- `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item
- `(info-node ((,class (:underline t :foreground "blue")))) ;; node names
- `(info-quoted-name ((t ,code-inline)))
- `(info-string ((t ,string)))
- `(info-title-1 ((t ,ol1)))
- `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;;
unvisited cross-references
- `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;;
previously visited cross-references
- `(light-symbol-face ((,class (:background "#FFFFA0"))))
- `(linum ((,class (:foreground "#AFB7BA" :background "#DDEEFF"))))
- `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
- `(lui-button-face ((t ,link)))
- `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000")
:foreground "#CC0000" :background "#FFFF88")))) ;; my nickname
- `(lui-time-stamp-face ((,class (:foreground "purple"))))
- `(magit-branch ((t ,vc-branch)))
- `(magit-diff-add ((t ,diff-added)))
- `(magit-diff-del ((t ,diff-removed)))
- `(magit-diff-file-header ((,class (:family "Sans Serif" :height 1.1 :weight
bold :foreground "#4183C4"))))
- `(magit-diff-hunk-header ((t ,diff-hunk-header)))
- `(magit-diff-none ((t ,diff-none)))
- `(magit-header ((,class (:foreground "white" :background "#FF4040"))))
- `(magit-item-highlight ((,class (:background "#EAF2F5"))))
- `(magit-item-mark ((t ,marked-line)))
- `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style
nil)))))
- `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style
nil)))))
- `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight
bold :foreground "cornflower blue"))))
- `(makefile-space-face ((,class (:background "hot pink"))))
- `(makefile-targets ((,class (:weight bold :foreground "blue"))))
- `(match ((t ,match)))
- `(mm-uu-extract ((t ,code-block)))
- `(moccur-current-line-face ((,class (:background "#FFFFCC" :foreground
"black"))))
- `(moccur-face ((,class (:background "#FFFF99" :foreground "black"))))
- `(nobreak-space ((,class (:background "#CCE8F6"))))
- `(nxml-attribute-local-name-face ((,class (:foreground "magenta"))))
- `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4"))))
- `(nxml-attribute-value-face ((,class (:foreground "green4"))))
- `(nxml-comment-content-face ((,class (:slant italic :foreground "red"))))
- `(nxml-comment-delimiter-face ((,class (:foreground "red"))))
- `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999")
:background "#DEDEDE" :foreground "#000088"))))
- `(nxml-element-local-name-face ((,class (:foreground "blue"))))
- `(nxml-processing-instruction-target-face ((,class (:foreground
"purple1"))))
- `(nxml-tag-delimiter-face ((,class (:foreground "blue"))))
- `(nxml-tag-slash-face ((,class (:foreground "blue"))))
- `(org-agenda-calendar-event ((,class (:weight bold :foreground "white"
:background "#1662AF"))))
- `(org-agenda-calendar-sexp ((,class (:foreground "black" :background
"#80CBFF"))))
- `(org-agenda-clocking ((t ,clock-line)))
- `(org-agenda-column-dateline ((t ,column)))
- `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF"))))
- `(org-agenda-date ((,class (:height 1.6 :weight normal :foreground
"#0063F5"))))
- `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground
"#1662AF"))))
- `(org-agenda-date-weekend ((,class (:height 1.6 :weight normal :foreground
"dim gray"))))
- `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background
"light blue"))))
- `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2"))))
- `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE"))))
- `(org-agenda-filter-category ((,class (:weight bold :foreground "orange"))))
- `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange"))))
- `(org-agenda-restriction-lock ((,class (:weight bold :foreground "white"
:background "orange"))))
- `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width
1 :color "#999999") :foreground "#666666" :background "#CCCCCC"))))
- `(org-archived ((,class (:foreground "gray70"))))
- `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18")
:foreground "#2C2C2C" :background "#FFF8D0"))))
- `(org-block ((t ,code-block)))
- `(org-block-background ((,class (:background "#FFFFE0"))))
- `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555"
:background "#E2E1D5"))))
- `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555"
:background "#E2E1D5"))))
- `(org-checkbox ((,class (:weight bold :foreground "white" :background
"#777777" :box (:line-width 1 :style pressed-button)))))
- `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4"))))
- `(org-code ((t ,code-inline)))
- `(org-column ((t ,column)))
- `(org-column-title ((t ,column)))
- `(org-date ((,class (:underline t :foreground "#00459E"))))
- `(org-default ((,class (:foreground "#333333"))))
- `(org-dim ((,class (:foreground "#AAAAAA"))))
- `(org-document-info ((,class (:foreground "#484848"))))
- `(org-document-info-keyword ((,class (:foreground "#008ED1" :background
"#EAEAFF"))))
- `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight
bold :foreground "black"))))
- `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB")
:foreground "#BBBBBB" :background "#F0F0F0"))))
- `(org-drawer ((,class (:foreground "light sky blue"))))
- `(org-ellipsis ((,class (:underline "#B0EEB0" :foreground "#00BB00"))))
- `(org-example ((,class (:foreground "blue" :background "#EAFFEA"))))
- `(org-footnote ((,class (:underline t :foreground "#008ED1"))))
- `(org-formula ((,class (:foreground "chocolate1"))))
- `(org-headline-done ((,class (:height 1.0 :weight bold :strike-through
"#BEBEBE" :foreground "#C5C5C5"))))
- `(org-hide ((,class (:foreground "#E2E2E2"))))
- `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB")
:foreground "#777777" :background "#FFFFD6"))))
- `(org-latex-and-export-specials ((,class (:foreground "blue"))))
- `(org-level-1 ((t ,ol1)))
- `(org-level-2 ((t ,ol2)))
- `(org-level-3 ((t ,ol3)))
- `(org-level-4 ((t ,ol4)))
- `(org-level-5 ((t ,ol5)))
- `(org-level-6 ((t ,ol6)))
- `(org-level-7 ((t ,ol7)))
- `(org-level-8 ((t ,ol8)))
- `(org-link ((t ,link)))
- `(org-list-dt ((,class (:weight bold :foreground "#335EA8"))))
- `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background
"#EAEAFF"))))
- `(org-mode-line-clock ((t ,clock-line)))
- `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1
:color "#335EA8") :foreground "white" :background "#FF4040"))))
- `(org-number-of-items ((,class (:weight bold :foreground "white"
:background "#79BA79"))))
- `(org-property-value ((,class (:foreground "#00A000"))))
- `(org-quote ((,class (:slant italic :foreground "dim gray" :background
"#FFFFE0"))))
- `(org-scheduled ((,class (:slant italic :foreground "#0063DC"))))
- `(org-scheduled-previously ((,class (:weight bold :foreground "#373737"))))
- `(org-scheduled-today ((,class (:foreground "black" :background
"#FFFFCB"))))
- `(org-sexp-date ((,class (:foreground "purple"))))
- `(org-special-keyword ((,class (:weight bold :foreground "#00BB00"
:background "#EAFFEA"))))
- `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
- `(org-tag ((,class (:height 1.0 :weight normal :slant italic :foreground
"#3C424F" :background "#E5ECFA"))))
- `(org-target ((,class (:underline t))))
- `(org-time-grid ((,class (:foreground "#6D6D6D"))))
- `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7")
:foreground "#D8ABA7" :background "#FFE6E4"))))
- `(org-upcoming-deadline ((,class (:foreground "#FF5555"))))
- `(org-verbatim ((,class (:box (:line-width 1 :color "#DDDDDD") :foreground
"#000088" :background "#E0FFE0"))))
- `(org-verse ((,class (:slant italic :foreground "dim gray" :background
"#EEEEEE"))))
- `(org-warning ((,class (:weight bold :foreground "black" :background
"#CCE7FF"))))
- `(outline-1 ((t ,ol1)))
- `(outline-2 ((t ,ol2)))
- `(outline-3 ((t ,ol3)))
- `(outline-4 ((t ,ol4)))
- `(outline-5 ((t ,ol5)))
- `(outline-6 ((t ,ol6)))
- `(outline-7 ((t ,ol7)))
- `(outline-8 ((t ,ol8)))
- `(pabbrev-debug-display-label-face ((,class (:background "chartreuse"))))
- `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white"
:background "red"))))
- `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white"
:background "purple"))))
- `(paren-face-match ((,class (:foreground "white" :background "#FF3F3F"))))
- `(paren-face-mismatch ((,class (:weight bold :foreground "white"
:background "purple"))))
- `(paren-face-no-match ((,class (:weight bold :foreground "white"
:background "purple"))))
- `(pp^L-highlight ((,class (:strike-through t))))
- `(recover-this-file ((,class (:background "white" :background "#FF3F3F"))))
- `(sh-heredoc ((,class (:foreground "blue" :background "#FBF9EA"))))
- `(shadow ((t ,shadow)))
- `(shell-option-face ((,class (:foreground "forest green"))))
- `(shell-output-2-face ((,class (:foreground "blue"))))
- `(shell-output-3-face ((,class (:foreground "purple"))))
- `(shell-output-face ((,class (:foreground "black"))))
- `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
- `(show-paren-match ((,class (:foreground "white" :background "#FF3F3F"))))
- `(show-paren-mismatch ((,class (:weight bold :foreground "white"
:background "purple"))))
- `(speedbar-button-face ((,class (:foreground "green4"))))
- `(speedbar-directory-face ((,class (:foreground "blue4"))))
- `(speedbar-file-face ((,class (:foreground "cyan4"))))
- `(speedbar-highlight-face ((,class (:background "green"))))
- `(speedbar-selected-face ((,class (:underline t :foreground "red"))))
- `(speedbar-tag-face ((,class (:foreground "brown"))))
- `(svn-status-directory-face ((t ,directory)))
- `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4"))))
- `(svn-status-locked-face ((,class (:weight bold :foreground "red"))))
- `(svn-status-marked-face ((t ,marked-line)))
- `(svn-status-marked-popup-face ((,class (:weight bold :foreground
"green3"))))
- `(svn-status-switched-face ((,class (:slant italic :foreground "gray55"))))
- `(svn-status-symlink-face ((t ,symlink)))
- `(svn-status-update-available-face ((,class (:foreground "orange"))))
- `(tex-verbatim ((,class (:foreground "blue"))))
- `(tool-bar ((,class (:box (:line-width 1 :style released-button)
:foreground "black" :background "gray75"))))
- `(tooltip ((,class (:foreground "black" :background "light yellow"))))
- `(trailing-whitespace ((,class (:background "#F6EBFE"))))
- `(traverse-match-face ((,class (:weight bold :foreground "blue violet"))))
- `(vc-annotate-face-3F3FFF ((,class (:foreground "#3F3FFF" :background
"black"))))
- `(vc-annotate-face-3F6CFF ((,class (:foreground "#3F3FFF" :background
"black"))))
- `(vc-annotate-face-3F99FF ((,class (:foreground "#3F99FF" :background
"black"))))
- `(vc-annotate-face-3FC6FF ((,class (:foreground "#3F99FF" :background
"black"))))
- `(vc-annotate-face-3FF3FF ((,class (:foreground "#3FF3FF" :background
"black"))))
- `(vc-annotate-face-3FFF56 ((,class (:foreground "#4BFF4B" :background
"black"))))
- `(vc-annotate-face-3FFF83 ((,class (:foreground "#3FFFB0" :background
"black"))))
- `(vc-annotate-face-3FFFB0 ((,class (:foreground "#3FFFB0" :background
"black"))))
- `(vc-annotate-face-3FFFDD ((,class (:foreground "#3FF3FF" :background
"black"))))
- `(vc-annotate-face-56FF3F ((,class (:foreground "#4BFF4B" :background
"black"))))
- `(vc-annotate-face-83FF3F ((,class (:foreground "#B0FF3F" :background
"black"))))
- `(vc-annotate-face-B0FF3F ((,class (:foreground "#B0FF3F" :background
"black"))))
- `(vc-annotate-face-DDFF3F ((,class (:foreground "#FFF33F" :background
"black"))))
- `(vc-annotate-face-FF3F3F ((,class (:foreground "#FF3F3F" :background
"black"))))
- `(vc-annotate-face-FF6C3F ((,class (:foreground "#FF3F3F" :background
"black"))))
- `(vc-annotate-face-FF993F ((,class (:foreground "#FF993F" :background
"black"))))
- `(vc-annotate-face-FFC63F ((,class (:foreground "#FF993F" :background
"black"))))
- `(vc-annotate-face-FFF33F ((,class (:foreground "#FFF33F" :background
"black"))))
- `(w3m-anchor ((t ,link)))
- `(w3m-arrived-anchor ((,class (:foreground "purple1"))))
- `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background
"green"))))
- `(w3m-bold ((,class (:weight bold :foreground "medium sea green"))))
- `(w3m-current-anchor ((,class (:weight bold :underline t :foreground
"blue"))))
- `(w3m-form ((,class (:underline t :foreground "tan1"))))
- `(w3m-form-button-face ((,class (:weight bold :underline t :foreground
"gray4" :background "light grey"))))
- `(w3m-form-button-mouse-face ((,class (:underline t :foreground "light
grey" :background "#2B7E2A"))))
- `(w3m-form-button-pressed-face ((,class (:weight bold :underline t
:foreground "gray4" :background "light grey"))))
- `(w3m-header-line-location-content-face ((,class (:foreground
"#7F7F7F":background "#F7F7F7"))))
- `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1"
:background "#F7F7F7"))))
- `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon"))))
- `(w3m-image-face ((,class (:weight bold :foreground "DarkSeaGreen2"))))
- `(w3m-link-numbering ((,class (:foreground "#B4C7EB")))) ;; mouseless
browsing
- `(w3m-strike-through-face ((,class (:strike-through t))))
- `(w3m-underline-face ((,class (:underline t))))
- `(which-func ((,class (:weight bold :foreground "white"))))
- `(whitespace-hspace ((,class (:background "#CCE8F6"))))
- `(whitespace-indentation ((,class (:foreground "firebrick" :background
"yellow"))))
- `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88"))))
- `(whitespace-tab ((,class (:foreground "lightgray" :background "beige"))))
- `(whitespace-trailing ((,class (:weight bold :foreground "yellow"
:background "red1"))))
- `(widget-button-face ((t ,link)))
- `(widget-button-pressed-face ((,class (:foreground "red"))))
- `(widget-documentation-face ((,class (:foreground "green4"))))
- `(widget-field-face ((,class (:background "gray85"))))
- `(widget-inactive-face ((,class (:foreground "dim gray"))))
- `(widget-single-line-field-face ((,class (:background "gray85"))))
- `(yas/field-debug-face ((,class (:background "ivory2"))))
- `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1"))))
- ))
-
-(custom-theme-set-variables
- 'leuven
- '(ansi-color-names-vector ["#242424" "#e5786d" "#95e454" "#cae682"
- "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"]))
-
-(provide-theme 'leuven)
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
-;;; leuven-theme.el ends here
+;;; leuven-theme.el --- Emacs custom theme
+
+;; Copyright (C) 2003-2012 Free Software Foundation, Inc.
+;; Time-stamp: <2012-12-05 Wed 10:47>
+
+;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
+
+;; This file is 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 leuven
+ "Face colors with a light background.
+Basic, Font Lock, Isearch, Gnus, Message, Diff, Ediff, Flyspell,
+Semantic, and Ansi-Color faces are included -- and much more...")
+
+(let ((class '((class color) (min-colors 89)))
+ ;; Leuven generic colors
+ (cancel '(:slant italic :strike-through t :foreground "gray55"))
+ (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black"
:background "#EEC900"))
+ (code-block '(:foreground "#000088" :background "#FBF9EA"))
+ (code-inline '(:box (:line-width 1 :color "#DDDDDD") :foreground
"#000088" :background "#FFFFE0"))
+ (column '(:height 1.0 :weight normal :slant normal :underline nil
:strike-through nil :foreground "#E6AD4F" :background "#FFF2DE"))
+ (diff-added '(:foreground "#008000" :background "#DDFFDD"))
+ (diff-hunk-header '(:box (:line-width 1 :color "#FFE0FF") :foreground
"#990099" :background "#FFEEFF"))
+ (diff-none '(:foreground "gray33"))
+ (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
+ (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
+ (highlight-line '(:inverse-video t))
+ (link '(:underline t :foreground "#006DAF"))
+ (mail-header-name '(:weight bold :foreground "black"))
+ (marked-line '(:weight bold :foreground "white" :background "red"))
+ (match '(:background "#FFFF99"))
+ (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground
"#3C3C3C" :background "#F0F0F0"))
+ (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground
"#123555" :background "#E5F4FB"))
+ (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground
"#005522" :background "#EFFFEF"))
+ (ol4 '(:height 1.0 :weight bold :slant normal :foreground "#EA6300"))
+ (ol5 '(:height 1.0 :weight bold :slant normal :foreground "#E3258D"))
+ (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
+ (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
+ (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
+ (region '(:background "#D2D9E0"))
+ (shadow '(:foreground "#7F7F7F"))
+ (string '(:foreground "#008000"))
+ (subject '(:weight bold :foreground "#CF5D60"))
+ (symlink '(:foreground "deep sky blue"))
+ (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black"
:background "#AAFFAA")))
+
+ (custom-theme-set-faces
+ 'leuven
+ `(default ((,class (:background "#ffffff" :foreground "#333333"))))
+ `(bold ((,class (:weight bold :foreground "black"))))
+ `(bold-italic ((,class (:weight bold :slant italic :foreground "black"))))
+ `(italic ((,class (:slant italic :foreground "#1A1A1A"))))
+ `(underline ((,class (:underline t))))
+ `(cursor ((,class (:background "#15ff00"))))
+ ;; Highlighting faces
+ `(fringe ((,class (:foreground "#808080" :background "#DDEEFF"))))
+ `(highlight ((,class (:background "#FFFF00"))))
+ `(region ((t ,region)))
+ `(secondary-selection ((t ,match))) ;; used by Org-mode for highlighting
matched entries and keywords
+ `(isearch ((,class (:weight bold :foreground "#00AA00" :background
"#99FF99"))))
+ `(isearch-fail ((,class (:weight bold :foreground "black" :background
"#FF9999"))))
+ `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background
"#FF66FF"))))
+ `(trailing-whitespace ((t (:background "#F6EBFE"))))
+ `(whitespace-line ((t (:foreground "#CC0000" :background "#FFFF88"))))
+ `(whitespace-tab ((t (:foreground "lightgray" :background "beige"))))
+ `(whitespace-indentation ((t (:foreground "firebrick" :background
"yellow"))))
+ `(whitespace-trailing ((t (:weight bold :foreground "yellow" :background
"red1"))))
+ `(whitespace-hspace ((t (:background "#CCE8F6"))))
+ ;; Mode line faces
+ `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground
"#85CEEB" :background "#335EA8"))))
+ `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C")
:foreground "#F0F0EF" :background "#9B9C97"))))
+ `(mode-line-buffer-id ((,class (:weight bold :foreground "white"))))
+ `(mode-line-emphasis ((,class (:weight bold :foreground "white"))))
+ `(mode-line-highlight ((,class (:foreground "yellow"))))
+ ;; Escape and prompt faces
+ `(minibuffer-prompt ((,class (:weight bold :foreground "black" :background
"gold"))))
+ `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black"
:background "gold"))))
+ `(escape-glyph ((,class (:foreground "#008ED1"))))
+ `(error ((,class (:foreground "red"))))
+ `(warning ((,class (:foreground "orange"))))
+ `(success ((,class (:foreground "green"))))
+ ;; Font lock faces
+ `(font-lock-builtin-face ((,class (:foreground "#FF5803"))))
+ `(font-lock-comment-delimiter-face ((,class (:foreground "#EE0000"))))
+ `(font-lock-comment-face ((,class (:slant italic :foreground "#EE0000"))))
+ `(font-lock-constant-face ((,class (:foreground "#009944"))))
+ `(font-lock-doc-face ((,class (:foreground "#BA2121"))))
+ `(font-lock-doc-string-face ((,class (:foreground "#63639C"))))
+ `(font-lock-function-name-face ((,class (:foreground "#1A50B8"))))
+ `(font-lock-keyword-face ((,class (:bold t :foreground "#A535AE"))))
+ `(font-lock-preprocessor-face ((,class (:bold t :foreground "#A3A3A3"))))
+ `(font-lock-reference-face ((,class (:foreground "dark cyan"))))
+ `(font-lock-regexp-grouping-backslash ((,class (:bold t :weight bold))))
+ `(font-lock-regexp-grouping-construct ((,class (:bold t :weight bold))))
+ `(font-lock-string-face ((t ,string)))
+ `(font-lock-type-face ((,class (:foreground "#1B781F"))))
+ `(font-lock-variable-name-face ((,class (:foreground "#2E91AF"))))
+ `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
+ ;; Button and link faces
+ `(link ((,class (:foreground "#8ac6f2" :underline t))))
+ `(link-visited ((,class (:foreground "#e5786d" :underline t))))
+ `(button ((,class (:underline t :foreground "#006DAF"))))
+ `(header-line ((,class (:weight bold :underline "black" :overline "black"
:foreground "black" :background "#FFFF88"))))
+ ;; Gnus faces
+ `(gnus-group-news-1-empty ((,class (:foreground "#5050B0"))))
+ `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0"))))
+ `(gnus-group-news-2-empty ((,class (:foreground "#660066"))))
+ `(gnus-group-news-2 ((,class (:weight bold :foreground "#FF0066"))))
+ `(gnus-group-news-3-empty ((,class (:foreground "#808080"))))
+ `(gnus-group-news-3 ((,class (:weight bold :foreground "black"))))
+ `(gnus-group-news-4-empty ((,class (:foreground "#990000"))))
+ `(gnus-group-news-4 ((,class (:weight bold :foreground "#FF0000"))))
+ `(gnus-group-news-5-empty ((,class (:foreground "#000099"))))
+ `(gnus-group-news-5 ((,class (:weight bold :foreground "#FF0099"))))
+ `(gnus-group-news-6-empty ((,class (:foreground "#808080"))))
+ `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50"))))
+ `(gnus-group-mail-1-empty ((,class (:foreground "#5050B0"))))
+ `(gnus-group-mail-1 ((,class (:weight bold :foreground "#FF50B0"))))
+ `(gnus-group-mail-2-empty ((,class (:foreground "#660066"))))
+ `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066"))))
+ `(gnus-group-mail-3-empty ((,class (:foreground "#808080"))))
+ `(gnus-group-mail-3 ((,class (:weight bold :foreground "black"))))
+ `(gnus-group-mail-low-empty ((t ,cancel)))
+ `(gnus-group-mail-low ((t ,cancel)))
+ `(gnus-header-content ((,class (:family "Sans Serif" :foreground
"#786FB4"))))
+ `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue"))))
+ `(gnus-header-subject ((t ,subject)))
+ `(gnus-header-name ((t ,mail-header-name)))
+ `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground
"#3399CC"))))
+ ;; Message faces
+ `(message-header-name ((t ,mail-header-name)))
+ `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue"))))
+ `(message-header-other ((,class (:family "Sans Serif" :foreground
"#3399CC"))))
+ `(message-header-subject ((t ,subject)))
+ `(message-header-to ((,class (:family "Sans Serif" :foreground "blue"))))
+ `(message-cited-text ((,class (:foreground "#5050B0"))))
+ `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground
"red"))))
+ `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground
"#3399CC"))))
+ `(message-header-xheader ((,class (:foreground "red"))))
+ `(message-mml ((,class (:foreground "forest green"))))
+ ;; Diff
+ `(diff-added ((t ,diff-added)))
+ `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF"))))
+ `(diff-context ((t ,diff-none)))
+ `(diff-file-header ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
+ `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background
"#EAF2F5"))))
+ `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background
"#EAF2F5"))))
+ `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5"))))
+ `(diff-hunk-header ((t ,diff-hunk-header)))
+ `(diff-index ((,class (:family "Sans Serif" :height 1.1 :weight bold
:foreground "#4183C4" :background "#EAF2F5"))))
+ `(diff-indicator-added ((,class (:background "#AAFFAA"))))
+ `(diff-indicator-changed ((,class (:background "#AAAAFF"))))
+ `(diff-indicator-removed ((,class (:background "#FFAAAA"))))
+ `(diff-refine-change ((,class (:background "#DDDDFF"))))
+ `(diff-removed ((t ,diff-removed)))
+ ;; SMerge
+ `(smerge-refined-change ((,class (:background "#AAAAFF"))))
+ ;; Ediff
+ `(ediff-current-diff-A ((,class (:foreground "gray33" :background
"#FFDDDD"))))
+ `(ediff-current-diff-B ((,class (:foreground "gray33" :background
"#DDFFDD"))))
+ `(ediff-current-diff-C ((,class (:foreground "black" :background "cyan"))))
+ `(ediff-even-diff-A ((,class (:foreground "black" :background "light
grey"))))
+ `(ediff-even-diff-B ((,class (:foreground "black" :background "light
grey"))))
+ `(ediff-fine-diff-A ((,class (:foreground "#A60000" :background
"#FFAAAA"))))
+ `(ediff-fine-diff-B ((,class (:foreground "#008000" :background
"#55FF55"))))
+ `(ediff-odd-diff-A ((,class (:foreground "black" :background "light
grey"))))
+ `(ediff-odd-diff-B ((,class (:foreground "black" :background "light
grey"))))
+ ;; Flyspell
+ `(flyspell-duplicate ((,class (:underline "#008000"))))
+ `(flyspell-incorrect ((,class (:underline "red"))))
+ ;; ;; Semantic faces
+ ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4))))
+ ;; `(semantic-decoration-on-private-members-face ((,class (:background
,alum-2))))
+ ;; `(semantic-decoration-on-protected-members-face ((,class (:background
,alum-2))))
+ ;; `(semantic-decoration-on-unknown-includes ((,class (:background
,choc-3))))
+ ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline
,orange-3))))
+ ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1))))
+ ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1))))
+
+ `(Info-title-1-face ((t ,ol1)))
+ `(Info-title-2-face ((t ,ol2)))
+ `(Info-title-3-face ((t ,ol3)))
+ `(Info-title-4-face ((t ,ol4)))
+ `(bbdb-company ((,class (:slant italic :foreground "steel blue"))))
+ `(bbdb-field-name ((,class (:weight bold :foreground "steel blue"))))
+ `(bbdb-field-value ((,class (:foreground "steel blue"))))
+ `(bbdb-name ((,class (:underline t :foreground "#FF6633"))))
+ `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate
gray"))))
+ `(calendar-today ((,class (:weight bold :background "#CCCCFF"))))
+ `(cfw:face-annotation ((,class (:foreground "RosyBrown" :inherit
cfw:face-day-title))))
+ `(cfw:face-day-title ((,class (:background "#F8F9FF"))))
+ `(cfw:face-default-content ((,class (:foreground "#2952A3"))))
+ `(cfw:face-default-day ((,class (:weight bold :inherit
cfw:face-day-title))))
+ `(cfw:face-disable ((,class (:foreground "DarkGray" :inherit
cfw:face-day-title))))
+ `(cfw:face-grid ((,class (:foreground "SlateBlue"))))
+ `(cfw:face-header ((,class (:foreground "blue" :background "#D4E5FF"
:weight bold))))
+ `(cfw:face-holiday ((,class (:background "#FFD5E5"))))
+ `(cfw:face-periods ((,class (:background "#668CD9" :foreground "white"
:slant italic))))
+ `(cfw:face-saturday ((,class (:foreground "SlateGray4" :background "gray90"
:weight bold))))
+ `(cfw:face-select ((,class (:background "#C3C9F8"))))
+ `(cfw:face-sunday ((,class (:foreground "red2" :background "#FFD5E5"
:weight bold))))
+ `(cfw:face-title ((,class (:foreground "DarkGrey" :weight bold :height 2.0
:inherit variable-pitch))))
+ `(cfw:face-today ((,class (:background "#FFF7D7"))))
+ `(cfw:face-today-title ((,class (:background "#FAD163"))))
+ `(cfw:face-toolbar ((,class (:foreground "gray90" :background "gray90"))))
+ `(cfw:face-toolbar-button-off ((,class (:foreground "LightSkyBlue4"
:background "white"))))
+ `(cfw:face-toolbar-button-on ((,class (:foreground "LightPink3" :background
"gray94"))))
+ `(change-log-date-face ((,class (:foreground "purple"))))
+ `(change-log-file ((,class (:weight bold :foreground "#4183C4"))))
+ `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background
"#F0F0F0")))) ;; other nick names
+ `(circe-highlight-nick-face ((,class (:foreground "#009300" :background
"#F0F0F0")))) ;; messages with my nick cited
+ `(circe-my-message-face ((,class (:foreground "#8B8B8B" :background
"#F0F0F0"))))
+ `(circe-originator-face ((,class (:foreground "blue"))))
+ `(circe-prompt-face ((,class (:foreground "red"))))
+ `(circe-server-face ((,class (:foreground "#99CAE5"))))
+ `(comint-highlight-input ((t ,code-block)))
+ `(comint-highlight-prompt ((,class (:foreground "#008ED1" :background
"#EAEAFF"))))
+ `(compare-windows ((,class (:background "#FFFF00"))))
+ `(compilation-error ((,class (:weight bold :foreground "red"))))
+ `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ;; used
for grep
+ `(compilation-line-number ((,class (:bold t :foreground "#A535AE"))))
+ `(compilation-warning ((,class (:weight bold :foreground "orange"))))
+ `(css-property ((,class (:foreground "#00AA00"))))
+ `(css-selector ((,class (:weight bold :foreground "blue"))))
+ `(custom-button ((,class (:background "lightgrey" :foreground "black" :box
(:line-width 2 :style released-button)))))
+ `(custom-button-mouse ((,class (:background "grey90" :foreground "black"
:box (:line-width 2 :style released-button)))))
+ `(custom-button-pressed ((,class (:foreground "black" :background "light
grey" :box (:line-width 2 :style pressed-button)))))
+ `(custom-button-pressed-unraised ((,class (:underline t :foreground
"magenta4"))))
+ `(custom-button-unraised ((,class (:underline t))))
+ `(custom-changed ((,class (:foreground "white" :background "blue"))))
+ `(custom-comment ((,class (:background "gray85"))))
+ `(custom-comment-tag ((,class (:foreground "blue4"))))
+ `(custom-documentation ((,class (nil))))
+ `(custom-face-tag ((,class (:family "Sans Serif" :weight bold :height
1.2))))
+ `(custom-group-tag ((,class (:bold t :foreground "blue1" :weight bold
:height 1.2))))
+ `(custom-group-tag-1 ((,class (:bold t :family "Sans Serif" :foreground
"red1" :weight bold :height 1.2))))
+ `(custom-invalid ((,class (:foreground "yellow" :background "red"))))
+ `(custom-link ((,class (:underline t :foreground "blue1"))))
+ `(custom-modified ((,class (:foreground "white" :background "blue"))))
+ `(custom-rogue ((,class (:foreground "pink" :background "black"))))
+ `(custom-saved ((,class (:underline t))))
+ `(custom-set ((,class (:foreground "blue" :background "white"))))
+ `(custom-state ((,class (:foreground "green4"))))
+ `(custom-themed ((,class (:background "blue1" :foreground "white"))))
+ `(custom-variable-button ((,class (:weight bold :underline t))))
+ `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground
"blue1" :weight bold :height 1.2))))
+ `(diary-face ((,class (:foreground "#87C9FC"))))
+ `(dircolors-face-asm ((,class (:foreground "black"))))
+ `(dircolors-face-backup ((,class (:foreground "black"))))
+ `(dircolors-face-compress ((,class (:foreground "red"))))
+ `(dircolors-face-dir ((t ,directory)))
+ `(dircolors-face-doc ((,class (:foreground "black"))))
+ `(dircolors-face-dos ((,class (:foreground "green3"))))
+ `(dircolors-face-emacs ((,class (:foreground "black"))))
+ `(dircolors-face-exec ((,class (:foreground "green3"))))
+ `(dircolors-face-html ((,class (:foreground "black"))))
+ `(dircolors-face-img ((,class (:foreground "black"))))
+ `(dircolors-face-lang ((,class (:foreground "black"))))
+ `(dircolors-face-lang-interface ((,class (:foreground "black"))))
+ `(dircolors-face-make ((,class (:foreground "black"))))
+ `(dircolors-face-objet ((,class (:foreground "black"))))
+ `(dircolors-face-package ((,class (:foreground "red"))))
+ `(dircolors-face-paddb ((,class (:foreground "black"))))
+ `(dircolors-face-ps ((,class (:foreground "black"))))
+ `(dircolors-face-sound ((,class (:foreground "black"))))
+ `(dircolors-face-tar ((,class (:foreground "red"))))
+ `(dircolors-face-text ((,class (:foreground "black"))))
+ `(dircolors-face-yacc ((,class (:foreground "black"))))
+ `(dired-directory ((t ,directory)))
+ `(dired-header ((t ,directory)))
+ `(dired-ignored ((,class (:strike-through t :foreground "red"))))
+ `(dired-mark ((t ,marked-line)))
+ `(dired-marked ((t ,marked-line)))
+ `(dired-symlink ((t ,symlink)))
+ `(diredp-compressed-file-suffix ((,class (:foreground "red"))))
+ `(diredp-date-time ((,class (:foreground "purple"))))
+ `(diredp-dir-heading ((t ,directory)))
+ `(diredp-dir-priv ((t ,directory)))
+ `(diredp-exec-priv ((,class (:background "#03C03C"))))
+ `(diredp-executable-tag ((,class (:foreground "green3" :background
"white"))))
+ `(diredp-file-name ((,class (:foreground "black"))))
+ `(diredp-file-suffix ((,class (:foreground "#008000"))))
+ `(diredp-flag-mark-line ((t ,marked-line)))
+ `(diredp-ignored-file-name ((,class (:strike-through t :foreground "red"))))
+ `(diredp-read-priv ((,class (:background "#0A99FF"))))
+ `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040"))))
+ `(file-name-shadow ((t ,shadow)))
+ `(font-latex-bold-face ((,class (:weight bold :foreground "medium sea
green"))))
+ `(font-latex-math-face ((,class (:foreground "blue"))))
+ `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7
:weight bold :foreground "cornflower blue"))))
+ `(font-latex-sectioning-2-face ((t ,ol1)))
+ `(font-latex-sectioning-3-face ((t ,ol2)))
+ `(font-latex-sectioning-4-face ((t ,ol3)))
+ `(font-latex-sectioning-5-face ((t ,ol4)))
+ `(font-latex-sedate-face ((,class (:foreground "#FF5803"))))
+ `(font-latex-string-face ((,class (:bold t :foreground "#0066FF"))))
+ `(font-latex-verbatim-face ((,class (:foreground "tan1"))))
+ `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
+ `(gnus-cite-face-1 ((,class (:foreground "#5050B0"))))
+ `(gnus-cite-face-10 ((,class (:foreground "#990000"))))
+ `(gnus-cite-face-2 ((,class (:foreground "#660066"))))
+ `(gnus-cite-face-3 ((,class (:foreground "#007777"))))
+ `(gnus-cite-face-4 ((,class (:foreground "#990000"))))
+ `(gnus-cite-face-5 ((,class (:foreground "#000099"))))
+ `(gnus-cite-face-6 ((,class (:foreground "#BB6600"))))
+ `(gnus-cite-face-7 ((,class (:foreground "#5050B0"))))
+ `(gnus-cite-face-8 ((,class (:foreground "#660066"))))
+ `(gnus-cite-face-9 ((,class (:foreground "#007777"))))
+ `(gnus-emphasis-bold ((,class (:weight bold))))
+ `(gnus-emphasis-highlight-words ((,class (:foreground "yellow" :background
"black"))))
+ `(gnus-picon ((,class (:foreground "yellow" :background "white"))))
+ `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white"))))
+ `(gnus-signature ((,class (:foreground "#7F7F7F"))))
+ `(gnus-splash ((,class (:foreground "#FF8C00"))))
+ `(gnus-summary-cancelled ((t ,cancel)))
+ `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080"
:background "#FFFFE6"))))
+ `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080"
:background "#FFFFE6"))))
+ `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black"
:background "#E7AEB0"))))
+ `(gnus-summary-high-unread ((,class (:weight normal :foreground "black"
:background "#FFFFCC"))))
+ `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55"))))
+ `(gnus-summary-low-read ((,class (:slant italic :foreground "gray55"
:background "#E0E0E0"))))
+ `(gnus-summary-low-ticked ((,class (:slant italic :foreground "black"
:background "#E7AEB0"))))
+ `(gnus-summary-low-unread ((,class (:slant italic :foreground "black"))))
+ `(gnus-summary-normal-ancient ((,class (:foreground "#808080"))))
+ `(gnus-summary-normal-read ((,class (:foreground "#808080"))))
+ `(gnus-summary-normal-ticked ((,class (:foreground "black" :background
"#E7AEB0"))))
+ `(gnus-summary-normal-unread ((,class (:foreground "black"))))
+ `(gnus-summary-selected ((,class (:foreground "black" :background "#FFD0D0"
:underline t))))
+ `(gnus-x-face ((,class (:foreground "black" :background "white"))))
+ `(helm-action ((,class (:foreground "#335EA8"))))
+ `(helm-bookmarks-su-face ((,class (:foreground "red"))))
+ `(helm-candidate-number ((,class (:foreground "black" :background
"#FFFF66"))))
+ `(helm-dir-heading ((,class (:foreground "blue" :background "pink"))))
+ `(helm-dir-priv ((,class (:foreground "dark red" :background "light
grey"))))
+ `(helm-ff-directory ((t ,directory)))
+ `(helm-ff-executable ((,class (:foreground "green3" :background "white"))))
+ `(helm-ff-file ((,class (:foreground "black"))))
+ `(helm-ff-invalid-symlink ((,class (:foreground "yellow" :background
"red"))))
+ `(helm-ff-symlink ((t ,symlink)))
+ `(helm-file-name ((,class (:foreground "blue"))))
+ `(helm-gentoo-match-face ((,class (:foreground "red"))))
+ `(helm-grep-running ((,class (:weight bold :foreground "white"))))
+ `(helm-isearch-match ((,class (:background "#CCFFCC"))))
+ `(helm-match ((t ,match)))
+ `(helm-overlay-line-face ((,class (:underline t :foreground "white"
:background "IndianRed4"))))
+ `(helm-selection ((t ,highlight-line)))
+ `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight
bold :foreground "white" :background "#666699"))))
+ `(helm-visible-mark ((t ,marked-line)))
+ `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
+ `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
+ `(hl-line ((t ,highlight-line)))
+ `(holiday-face ((,class (:background "#B6B2AE"))))
+ `(html-helper-bold-face ((,class (:weight bold :foreground "black"))))
+ `(html-helper-italic-face ((,class (:slant italic :foreground "black"))))
+ `(html-helper-underline-face ((,class (:underline t :foreground "black"))))
+ `(html-tag-face ((,class (:foreground "blue"))))
+ `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box
(:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background
"LightSteelBlue1"))))
+ `(info-header-node ((,class (:underline t :foreground "orange")))) ;; nodes
in header
+ `(info-header-xref ((,class (:underline t :foreground "dodger blue")))) ;;
cross references in header
+ `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold
:underline t :foreground "#00CC00")))) ;; menu titles (headers) -- major topics
+ `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item
+ `(info-node ((,class (:underline t :foreground "blue")))) ;; node names
+ `(info-quoted-name ((t ,code-inline)))
+ `(info-string ((t ,string)))
+ `(info-title-1 ((t ,ol1)))
+ `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;;
unvisited cross-references
+ `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;;
previously visited cross-references
+ `(light-symbol-face ((,class (:background "#FFFFA0"))))
+ `(linum ((,class (:foreground "#AFB7BA" :background "#DDEEFF"))))
+ `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
+ `(lui-button-face ((t ,link)))
+ `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000")
:foreground "#CC0000" :background "#FFFF88")))) ;; my nickname
+ `(lui-time-stamp-face ((,class (:foreground "purple"))))
+ `(magit-branch ((t ,vc-branch)))
+ `(magit-diff-add ((t ,diff-added)))
+ `(magit-diff-del ((t ,diff-removed)))
+ `(magit-diff-file-header ((,class (:family "Sans Serif" :height 1.1 :weight
bold :foreground "#4183C4"))))
+ `(magit-diff-hunk-header ((t ,diff-hunk-header)))
+ `(magit-diff-none ((t ,diff-none)))
+ `(magit-header ((,class (:foreground "white" :background "#FF4040"))))
+ `(magit-item-highlight ((,class (:background "#EAF2F5"))))
+ `(magit-item-mark ((t ,marked-line)))
+ `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style
nil)))))
+ `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style
nil)))))
+ `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight
bold :foreground "cornflower blue"))))
+ `(makefile-space-face ((,class (:background "hot pink"))))
+ `(makefile-targets ((,class (:weight bold :foreground "blue"))))
+ `(match ((t ,match)))
+ `(mm-uu-extract ((t ,code-block)))
+ `(moccur-current-line-face ((,class (:background "#FFFFCC" :foreground
"black"))))
+ `(moccur-face ((,class (:background "#FFFF99" :foreground "black"))))
+ `(nobreak-space ((,class (:background "#CCE8F6"))))
+ `(nxml-attribute-local-name-face ((,class (:foreground "magenta"))))
+ `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4"))))
+ `(nxml-attribute-value-face ((,class (:foreground "green4"))))
+ `(nxml-comment-content-face ((,class (:slant italic :foreground "red"))))
+ `(nxml-comment-delimiter-face ((,class (:foreground "red"))))
+ `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999")
:background "#DEDEDE" :foreground "#000088"))))
+ `(nxml-element-local-name-face ((,class (:foreground "blue"))))
+ `(nxml-processing-instruction-target-face ((,class (:foreground
"purple1"))))
+ `(nxml-tag-delimiter-face ((,class (:foreground "blue"))))
+ `(nxml-tag-slash-face ((,class (:foreground "blue"))))
+ `(org-agenda-calendar-event ((,class (:weight bold :foreground "white"
:background "#1662AF"))))
+ `(org-agenda-calendar-sexp ((,class (:foreground "black" :background
"#80CBFF"))))
+ `(org-agenda-clocking ((t ,clock-line)))
+ `(org-agenda-column-dateline ((t ,column)))
+ `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF"))))
+ `(org-agenda-date ((,class (:height 1.6 :weight normal :foreground
"#0063F5"))))
+ `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground
"#1662AF"))))
+ `(org-agenda-date-weekend ((,class (:height 1.6 :weight normal :foreground
"dim gray"))))
+ `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background
"light blue"))))
+ `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2"))))
+ `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE"))))
+ `(org-agenda-filter-category ((,class (:weight bold :foreground "orange"))))
+ `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange"))))
+ `(org-agenda-restriction-lock ((,class (:weight bold :foreground "white"
:background "orange"))))
+ `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width
1 :color "#999999") :foreground "#666666" :background "#CCCCCC"))))
+ `(org-archived ((,class (:foreground "gray70"))))
+ `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18")
:foreground "#2C2C2C" :background "#FFF8D0"))))
+ `(org-block ((t ,code-block)))
+ `(org-block-background ((,class (:background "#FFFFE0"))))
+ `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555"
:background "#E2E1D5"))))
+ `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555"
:background "#E2E1D5"))))
+ `(org-checkbox ((,class (:weight bold :foreground "white" :background
"#777777" :box (:line-width 1 :style pressed-button)))))
+ `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4"))))
+ `(org-code ((t ,code-inline)))
+ `(org-column ((t ,column)))
+ `(org-column-title ((t ,column)))
+ `(org-date ((,class (:underline t :foreground "#00459E"))))
+ `(org-default ((,class (:foreground "#333333"))))
+ `(org-dim ((,class (:foreground "#AAAAAA"))))
+ `(org-document-info ((,class (:foreground "#484848"))))
+ `(org-document-info-keyword ((,class (:foreground "#008ED1" :background
"#EAEAFF"))))
+ `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight
bold :foreground "black"))))
+ `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB")
:foreground "#BBBBBB" :background "#F0F0F0"))))
+ `(org-drawer ((,class (:foreground "light sky blue"))))
+ `(org-ellipsis ((,class (:underline "#B0EEB0" :foreground "#00BB00"))))
+ `(org-example ((,class (:foreground "blue" :background "#EAFFEA"))))
+ `(org-footnote ((,class (:underline t :foreground "#008ED1"))))
+ `(org-formula ((,class (:foreground "chocolate1"))))
+ `(org-headline-done ((,class (:height 1.0 :weight bold :strike-through
"#BEBEBE" :foreground "#C5C5C5"))))
+ `(org-hide ((,class (:foreground "#E2E2E2"))))
+ `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB")
:foreground "#777777" :background "#FFFFD6"))))
+ `(org-latex-and-export-specials ((,class (:foreground "blue"))))
+ `(org-level-1 ((t ,ol1)))
+ `(org-level-2 ((t ,ol2)))
+ `(org-level-3 ((t ,ol3)))
+ `(org-level-4 ((t ,ol4)))
+ `(org-level-5 ((t ,ol5)))
+ `(org-level-6 ((t ,ol6)))
+ `(org-level-7 ((t ,ol7)))
+ `(org-level-8 ((t ,ol8)))
+ `(org-link ((t ,link)))
+ `(org-list-dt ((,class (:weight bold :foreground "#335EA8"))))
+ `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background
"#EAEAFF"))))
+ `(org-mode-line-clock ((t ,clock-line)))
+ `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1
:color "#335EA8") :foreground "white" :background "#FF4040"))))
+ `(org-number-of-items ((,class (:weight bold :foreground "white"
:background "#79BA79"))))
+ `(org-property-value ((,class (:foreground "#00A000"))))
+ `(org-quote ((,class (:slant italic :foreground "dim gray" :background
"#FFFFE0"))))
+ `(org-scheduled ((,class (:slant italic :foreground "#0063DC"))))
+ `(org-scheduled-previously ((,class (:weight bold :foreground "#373737"))))
+ `(org-scheduled-today ((,class (:foreground "black" :background
"#FFFFCB"))))
+ `(org-sexp-date ((,class (:foreground "purple"))))
+ `(org-special-keyword ((,class (:weight bold :foreground "#00BB00"
:background "#EAFFEA"))))
+ `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
+ `(org-tag ((,class (:height 1.0 :weight normal :slant italic :foreground
"#3C424F" :background "#E5ECFA"))))
+ `(org-target ((,class (:underline t))))
+ `(org-time-grid ((,class (:foreground "#6D6D6D"))))
+ `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7")
:foreground "#D8ABA7" :background "#FFE6E4"))))
+ `(org-upcoming-deadline ((,class (:foreground "#FF5555"))))
+ `(org-verbatim ((,class (:box (:line-width 1 :color "#DDDDDD") :foreground
"#000088" :background "#E0FFE0"))))
+ `(org-verse ((,class (:slant italic :foreground "dim gray" :background
"#EEEEEE"))))
+ `(org-warning ((,class (:weight bold :foreground "black" :background
"#CCE7FF"))))
+ `(outline-1 ((t ,ol1)))
+ `(outline-2 ((t ,ol2)))
+ `(outline-3 ((t ,ol3)))
+ `(outline-4 ((t ,ol4)))
+ `(outline-5 ((t ,ol5)))
+ `(outline-6 ((t ,ol6)))
+ `(outline-7 ((t ,ol7)))
+ `(outline-8 ((t ,ol8)))
+ `(pabbrev-debug-display-label-face ((,class (:background "chartreuse"))))
+ `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white"
:background "red"))))
+ `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white"
:background "purple"))))
+ `(paren-face-match ((,class (:foreground "white" :background "#FF3F3F"))))
+ `(paren-face-mismatch ((,class (:weight bold :foreground "white"
:background "purple"))))
+ `(paren-face-no-match ((,class (:weight bold :foreground "white"
:background "purple"))))
+ `(pp^L-highlight ((,class (:strike-through t))))
+ `(recover-this-file ((,class (:background "white" :background "#FF3F3F"))))
+ `(sh-heredoc ((,class (:foreground "blue" :background "#FBF9EA"))))
+ `(shadow ((t ,shadow)))
+ `(shell-option-face ((,class (:foreground "forest green"))))
+ `(shell-output-2-face ((,class (:foreground "blue"))))
+ `(shell-output-3-face ((,class (:foreground "purple"))))
+ `(shell-output-face ((,class (:foreground "black"))))
+ `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
+ `(show-paren-match ((,class (:foreground "white" :background "#FF3F3F"))))
+ `(show-paren-mismatch ((,class (:weight bold :foreground "white"
:background "purple"))))
+ `(speedbar-button-face ((,class (:foreground "green4"))))
+ `(speedbar-directory-face ((,class (:foreground "blue4"))))
+ `(speedbar-file-face ((,class (:foreground "cyan4"))))
+ `(speedbar-highlight-face ((,class (:background "green"))))
+ `(speedbar-selected-face ((,class (:underline t :foreground "red"))))
+ `(speedbar-tag-face ((,class (:foreground "brown"))))
+ `(svn-status-directory-face ((t ,directory)))
+ `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4"))))
+ `(svn-status-locked-face ((,class (:weight bold :foreground "red"))))
+ `(svn-status-marked-face ((t ,marked-line)))
+ `(svn-status-marked-popup-face ((,class (:weight bold :foreground
"green3"))))
+ `(svn-status-switched-face ((,class (:slant italic :foreground "gray55"))))
+ `(svn-status-symlink-face ((t ,symlink)))
+ `(svn-status-update-available-face ((,class (:foreground "orange"))))
+ `(tex-verbatim ((,class (:foreground "blue"))))
+ `(tool-bar ((,class (:box (:line-width 1 :style released-button)
:foreground "black" :background "gray75"))))
+ `(tooltip ((,class (:foreground "black" :background "light yellow"))))
+ `(trailing-whitespace ((,class (:background "#F6EBFE"))))
+ `(traverse-match-face ((,class (:weight bold :foreground "blue violet"))))
+ `(vc-annotate-face-3F3FFF ((,class (:foreground "#3F3FFF" :background
"black"))))
+ `(vc-annotate-face-3F6CFF ((,class (:foreground "#3F3FFF" :background
"black"))))
+ `(vc-annotate-face-3F99FF ((,class (:foreground "#3F99FF" :background
"black"))))
+ `(vc-annotate-face-3FC6FF ((,class (:foreground "#3F99FF" :background
"black"))))
+ `(vc-annotate-face-3FF3FF ((,class (:foreground "#3FF3FF" :background
"black"))))
+ `(vc-annotate-face-3FFF56 ((,class (:foreground "#4BFF4B" :background
"black"))))
+ `(vc-annotate-face-3FFF83 ((,class (:foreground "#3FFFB0" :background
"black"))))
+ `(vc-annotate-face-3FFFB0 ((,class (:foreground "#3FFFB0" :background
"black"))))
+ `(vc-annotate-face-3FFFDD ((,class (:foreground "#3FF3FF" :background
"black"))))
+ `(vc-annotate-face-56FF3F ((,class (:foreground "#4BFF4B" :background
"black"))))
+ `(vc-annotate-face-83FF3F ((,class (:foreground "#B0FF3F" :background
"black"))))
+ `(vc-annotate-face-B0FF3F ((,class (:foreground "#B0FF3F" :background
"black"))))
+ `(vc-annotate-face-DDFF3F ((,class (:foreground "#FFF33F" :background
"black"))))
+ `(vc-annotate-face-FF3F3F ((,class (:foreground "#FF3F3F" :background
"black"))))
+ `(vc-annotate-face-FF6C3F ((,class (:foreground "#FF3F3F" :background
"black"))))
+ `(vc-annotate-face-FF993F ((,class (:foreground "#FF993F" :background
"black"))))
+ `(vc-annotate-face-FFC63F ((,class (:foreground "#FF993F" :background
"black"))))
+ `(vc-annotate-face-FFF33F ((,class (:foreground "#FFF33F" :background
"black"))))
+ `(w3m-anchor ((t ,link)))
+ `(w3m-arrived-anchor ((,class (:foreground "purple1"))))
+ `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background
"green"))))
+ `(w3m-bold ((,class (:weight bold :foreground "medium sea green"))))
+ `(w3m-current-anchor ((,class (:weight bold :underline t :foreground
"blue"))))
+ `(w3m-form ((,class (:underline t :foreground "tan1"))))
+ `(w3m-form-button-face ((,class (:weight bold :underline t :foreground
"gray4" :background "light grey"))))
+ `(w3m-form-button-mouse-face ((,class (:underline t :foreground "light
grey" :background "#2B7E2A"))))
+ `(w3m-form-button-pressed-face ((,class (:weight bold :underline t
:foreground "gray4" :background "light grey"))))
+ `(w3m-header-line-location-content-face ((,class (:foreground
"#7F7F7F":background "#F7F7F7"))))
+ `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1"
:background "#F7F7F7"))))
+ `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon"))))
+ `(w3m-image-face ((,class (:weight bold :foreground "DarkSeaGreen2"))))
+ `(w3m-link-numbering ((,class (:foreground "#B4C7EB")))) ;; mouseless
browsing
+ `(w3m-strike-through-face ((,class (:strike-through t))))
+ `(w3m-underline-face ((,class (:underline t))))
+ `(which-func ((,class (:weight bold :foreground "white"))))
+ `(whitespace-hspace ((,class (:background "#CCE8F6"))))
+ `(whitespace-indentation ((,class (:foreground "firebrick" :background
"yellow"))))
+ `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88"))))
+ `(whitespace-tab ((,class (:foreground "lightgray" :background "beige"))))
+ `(whitespace-trailing ((,class (:weight bold :foreground "yellow"
:background "red1"))))
+ `(widget-button-face ((t ,link)))
+ `(widget-button-pressed-face ((,class (:foreground "red"))))
+ `(widget-documentation-face ((,class (:foreground "green4"))))
+ `(widget-field-face ((,class (:background "gray85"))))
+ `(widget-inactive-face ((,class (:foreground "dim gray"))))
+ `(widget-single-line-field-face ((,class (:background "gray85"))))
+ `(yas/field-debug-face ((,class (:background "ivory2"))))
+ `(yas/field-highlight-face ((,class (:background "DarkSeaGreen1"))))
+ ))
+
+(custom-theme-set-variables
+ 'leuven
+ '(ansi-color-names-vector ["#242424" "#e5786d" "#95e454" "#cae682"
+ "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"]))
+
+(provide-theme 'leuven)
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End:
+
+;;; leuven-theme.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111136: * themes/leuven-theme.el: Convert to Unix format.,
Andreas Schwab <=