diff options
| author | Fabrice Niessen | 2013-10-02 06:09:31 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2013-10-02 06:09:31 +0300 |
| commit | 4e356363b04278ea66baa27f8a0c687a2b40f013 (patch) | |
| tree | 43003b5a51fc6078eafe36b2b129ae8707162ebf | |
| parent | 0daa080405affe9ab085c4375227fa5ca1ded151 (diff) | |
| download | emacs-4e356363b04278ea66baa27f8a0c687a2b40f013.tar.gz emacs-4e356363b04278ea66baa27f8a0c687a2b40f013.zip | |
* themes/leuven-theme.el: Add Commentary and some headers, update
face definitions, add autoload block which is used when
distributed separately from Emacs.
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/themes/leuven-theme.el | 272 |
2 files changed, 168 insertions, 110 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a68d76fc4d1..49765c5c873 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-10-02 Fabrice Niessen <fni@missioncriticalit.com> | ||
| 2 | |||
| 3 | * themes/leuven-theme.el: Add Commentary and some headers, update | ||
| 4 | face definitions, add autoload block which is used when | ||
| 5 | distributed separately from Emacs. | ||
| 6 | |||
| 1 | 2013-09-22 Daniel Colascione <dancol@dancol.org> | 7 | 2013-09-22 Daniel Colascione <dancol@dancol.org> |
| 2 | 8 | ||
| 3 | * NEWS: Mention new bool-vector functionality. | 9 | * NEWS: Mention new bool-vector functionality. |
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index c890997c8b6..9f7452836c5 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | ;;; leuven-theme.el --- Emacs custom theme | 1 | ;;; leuven-theme.el --- Awesome Emacs color theme on white background |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2013 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2013 Free Software Foundation, Inc. |
| 4 | ;; Time-stamp: <2013-05-24 Fri 10:33> | ||
| 5 | 4 | ||
| 6 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> | 5 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> |
| 6 | ;; URL: https://github.com/fniessen/emacs-leuven-theme | ||
| 7 | ;; Version: 20130918.1010 | ||
| 8 | ;; Keywords: color theme | ||
| 7 | 9 | ||
| 8 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 9 | 11 | ||
| @@ -20,6 +22,17 @@ | |||
| 20 | ;; You should have received a copy of the GNU General Public License | 22 | ;; 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/>. | 23 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 22 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;; This Org-enhancing color theme "leuven" ROCKS! | ||
| 28 | ;; ... and not just for Org mode. | ||
| 29 | ;; | ||
| 30 | ;; To use it, put the following in your Emacs configuration file: | ||
| 31 | ;; | ||
| 32 | ;; (load-theme 'leuven t) | ||
| 33 | ;; | ||
| 34 | ;; Requirements: Emacs 24. | ||
| 35 | |||
| 23 | ;;; Code: | 36 | ;;; Code: |
| 24 | 37 | ||
| 25 | (deftheme leuven | 38 | (deftheme leuven |
| @@ -28,33 +41,34 @@ Basic, Font Lock, Isearch, Gnus, Message, Diff, Ediff, Flyspell, | |||
| 28 | Semantic, and Ansi-Color faces are included -- and much more...") | 41 | Semantic, and Ansi-Color faces are included -- and much more...") |
| 29 | 42 | ||
| 30 | (let ((class '((class color) (min-colors 89))) | 43 | (let ((class '((class color) (min-colors 89))) |
| 44 | |||
| 31 | ;; Leuven generic colors | 45 | ;; Leuven generic colors |
| 32 | (cancel '(:slant italic :strike-through t :foreground "gray55")) | 46 | (cancel '(:slant italic :strike-through t :foreground "gray55")) |
| 33 | (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black" :background "#EEC900")) | 47 | (clock-line '(:box (:line-width 1 :color "#335EA8") :foreground "black" :background "#EEC900")) |
| 34 | (code-block '(:foreground "#000088" :background "#FBF9EA")) | 48 | (code-block '(:foreground "#000088" :background "#FFFFE0")) |
| 35 | (code-inline '(:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#FFFFE0")) | 49 | (code-inline '(:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#FFFFE0")) |
| 36 | (column '(:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE")) | 50 | (column '(:height 1.0 :weight normal :slant normal :underline nil :strike-through nil :foreground "#E6AD4F" :background "#FFF2DE")) |
| 37 | (diff-added '(:foreground "#008000" :background "#DDFFDD")) | 51 | (diff-added '(:foreground "#008000" :background "#DDFFDD")) |
| 38 | (diff-hunk-header '(:box (:line-width 1 :color "#FFE0FF") :foreground "#990099" :background "#FFEEFF")) | 52 | (diff-hunk-header '(:foreground "#990099" :background "#FFEEFF")) |
| 39 | (diff-none '(:foreground "gray33")) | 53 | (diff-none '(:foreground "gray33")) |
| 40 | (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) | 54 | (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) |
| 41 | (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) | 55 | (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) |
| 42 | (highlight-line '(:background "#CCDEED")) | 56 | (highlight-line '(:background "#FEFCAE")) ;; #F5F5F5 or #CCDEED |
| 43 | (link '(:underline t :foreground "#006DAF")) | 57 | (link '(:underline t :foreground "#006DAF")) |
| 44 | (mail-header-name '(:weight bold :foreground "black")) | 58 | (mail-header-name '(:weight bold :foreground "black")) |
| 45 | (marked-line '(:weight bold :foreground "white" :background "red")) | 59 | (marked-line '(:weight bold :foreground "white" :background "red")) |
| 46 | (match '(:background "#FBE448")) | 60 | (match '(:background "#FBE448")) |
| 47 | (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0")) | 61 | (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground "#3C3C3C" :background "#F0F0F0")) |
| 48 | (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB")) | 62 | (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground "#123555" :background "#E5F4FB")) |
| 49 | (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground "#005522" :background "#EFFFEF")) | 63 | (ol3 '(:height 1.0 :weight bold :foreground "#005522" :background "#EFFFEF")) |
| 50 | (ol4 '(:height 1.0 :weight bold :slant normal :foreground "#EA6300")) | 64 | (ol4 '(:height 1.0 :weight bold :slant normal :foreground "#EA6300")) |
| 51 | (ol5 '(:height 1.0 :weight bold :slant normal :foreground "#E3258D")) | 65 | (ol5 '(:height 1.0 :weight bold :slant normal :foreground "#E3258D")) |
| 52 | (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC")) | 66 | (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC")) |
| 53 | (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C")) | 67 | (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C")) |
| 54 | (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008")) | 68 | (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008")) |
| 55 | (region '(:background "#CCDEED")) | 69 | (region '(:background "#ADD6FF")) ;; #CCCCCC |
| 56 | (shadow '(:foreground "#7F7F7F")) | 70 | (shadow '(:foreground "#7F7F7F")) |
| 57 | (string '(:foreground "#FF5500")) ;; D0372D | 71 | (string '(:foreground "#FF4700")) ;; #D0372D or #23238E |
| 58 | (subject '(:weight bold :foreground "#CF5D60")) | 72 | (subject '(:weight bold :foreground "#CF5D60")) |
| 59 | (symlink '(:foreground "deep sky blue")) | 73 | (symlink '(:foreground "deep sky blue")) |
| 60 | (volatile-highlight '(:background "#FBE448")) | 74 | (volatile-highlight '(:background "#FBE448")) |
| @@ -62,12 +76,13 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 62 | 76 | ||
| 63 | (custom-theme-set-faces | 77 | (custom-theme-set-faces |
| 64 | 'leuven | 78 | 'leuven |
| 65 | `(default ((,class (:background "#FFFFFF" :foreground "#333333")))) | 79 | `(default ((,class (:foreground "#333333" :background "#FFFFFF")))) |
| 66 | `(bold ((,class (:weight bold :foreground "black")))) | 80 | `(bold ((,class (:weight bold :foreground "black")))) |
| 67 | `(bold-italic ((,class (:weight bold :slant italic :foreground "black")))) | 81 | `(bold-italic ((,class (:weight bold :slant italic :foreground "black")))) |
| 68 | `(italic ((,class (:slant italic :foreground "#1A1A1A")))) | 82 | `(italic ((,class (:slant italic :foreground "#1A1A1A")))) |
| 69 | `(underline ((,class (:underline t)))) | 83 | `(underline ((,class (:underline t)))) |
| 70 | `(cursor ((,class (:background "#15FF00")))) | 84 | `(cursor ((,class (:background "#15FF00")))) |
| 85 | |||
| 71 | ;; Highlighting faces | 86 | ;; Highlighting faces |
| 72 | `(fringe ((,class (:foreground "#56B556" :background "#E2F9E2")))) | 87 | `(fringe ((,class (:foreground "#56B556" :background "#E2F9E2")))) |
| 73 | `(highlight ((,class ,volatile-highlight))) | 88 | `(highlight ((,class ,volatile-highlight))) |
| @@ -82,12 +97,14 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 82 | `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) | 97 | `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) |
| 83 | `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) | 98 | `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) |
| 84 | `(whitespace-hspace ((,class (:background "#CCE8F6")))) | 99 | `(whitespace-hspace ((,class (:background "#CCE8F6")))) |
| 100 | |||
| 85 | ;; Mode line faces | 101 | ;; Mode line faces |
| 86 | `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8")))) | 102 | `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8")))) |
| 87 | `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C") :foreground "#F0F0EF" :background "#9B9C97")))) | 103 | `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C") :foreground "#F0F0EF" :background "#9B9C97")))) |
| 88 | `(mode-line-buffer-id ((,class (:weight bold :foreground "white")))) | 104 | `(mode-line-buffer-id ((,class (:weight bold :foreground "white")))) |
| 89 | `(mode-line-emphasis ((,class (:weight bold :foreground "white")))) | 105 | `(mode-line-emphasis ((,class (:weight bold :foreground "white")))) |
| 90 | `(mode-line-highlight ((,class (:foreground "yellow")))) | 106 | `(mode-line-highlight ((,class (:foreground "yellow")))) |
| 107 | |||
| 91 | ;; Escape and prompt faces | 108 | ;; Escape and prompt faces |
| 92 | `(minibuffer-prompt ((,class (:weight bold :foreground "black" :background "gold")))) | 109 | `(minibuffer-prompt ((,class (:weight bold :foreground "black" :background "gold")))) |
| 93 | `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black" :background "gold")))) | 110 | `(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "black" :background "gold")))) |
| @@ -95,51 +112,92 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 95 | `(error ((,class (:foreground "red")))) | 112 | `(error ((,class (:foreground "red")))) |
| 96 | `(warning ((,class (:foreground "orange")))) | 113 | `(warning ((,class (:foreground "orange")))) |
| 97 | `(success ((,class (:foreground "green")))) | 114 | `(success ((,class (:foreground "green")))) |
| 115 | |||
| 98 | ;; Font lock faces | 116 | ;; Font lock faces |
| 99 | `(font-lock-builtin-face ((,class (:foreground "#006FE0")))) | 117 | `(font-lock-builtin-face ((,class (:foreground "#006FE0")))) |
| 100 | `(font-lock-comment-delimiter-face ((,class (:foreground "#008200")))) | 118 | `(font-lock-comment-delimiter-face ((,class (:foreground "#008200")))) ;; #696969 |
| 101 | `(font-lock-comment-face ((,class (:slant italic :foreground "#008200")))) | 119 | `(font-lock-comment-face ((,class (:slant italic :foreground "#008200")))) ;; #696969 |
| 102 | `(font-lock-constant-face ((,class (:foreground "#6434A3")))) | 120 | `(font-lock-constant-face ((,class (:foreground "#6434A3")))) |
| 103 | `(font-lock-doc-face ((,class (:foreground "#008000")))) | 121 | `(font-lock-doc-face ((,class (:foreground "#008000")))) |
| 104 | `(font-lock-doc-string-face ((,class (:foreground "#008000")))) | 122 | `(font-lock-doc-string-face ((,class (:foreground "#008000")))) |
| 105 | `(font-lock-function-name-face ((,class (:foreground "#006699")))) | 123 | `(font-lock-function-name-face ((,class (:foreground "#006699")))) |
| 106 | `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ;; #3654DC | 124 | `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ;; #3654DC |
| 107 | `(font-lock-preprocessor-face ((,class (:foreground "#808080")))) | 125 | `(font-lock-preprocessor-face ((,class (:foreground "#808080")))) |
| 126 | `(font-lock-regexp-grouping-backslash ((,class (:weight bold :inherit nil)))) | ||
| 127 | `(font-lock-regexp-grouping-construct ((,class (:weight bold :inherit nil)))) | ||
| 108 | `(font-lock-string-face ((,class ,string))) | 128 | `(font-lock-string-face ((,class ,string))) |
| 109 | `(font-lock-type-face ((,class (:foreground "#6D6D6D")))) | 129 | `(font-lock-type-face ((,class (:foreground "#666666")))) |
| 110 | `(font-lock-variable-name-face ((,class (:foreground "#BA36A5")))) ;; 800080 | 130 | `(font-lock-variable-name-face ((,class (:foreground "#BA36A5")))) ;; #800080 |
| 111 | `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) | 131 | `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) |
| 132 | |||
| 112 | ;; Button and link faces | 133 | ;; Button and link faces |
| 113 | `(link ((,class (:foreground "#8ac6f2" :underline t)))) | 134 | `(link ((,class (:foreground "#8AC6F2" :underline t)))) |
| 114 | `(link-visited ((,class (:foreground "#e5786d" :underline t)))) | 135 | `(link-visited ((,class (:foreground "#E5786D" :underline t)))) |
| 115 | `(button ((,class (:underline t :foreground "#006DAF")))) | 136 | `(button ((,class (:underline t :foreground "#006DAF")))) |
| 116 | `(header-line ((,class (:weight bold :underline "black" :overline "black" :foreground "black" :background "#FFFF88")))) | 137 | `(header-line ((,class (:weight bold :foreground "black" :background "#FFFF88" :underline "black" :overline "black")))) |
| 138 | |||
| 117 | ;; Gnus faces | 139 | ;; Gnus faces |
| 118 | `(gnus-group-news-1-empty ((,class (:foreground "#5050B0")))) | 140 | `(gnus-cite-attribution-face ((,class (:foreground "#5050B0")))) |
| 141 | `(gnus-cite-face-1 ((,class (:foreground "#5050B0")))) | ||
| 142 | `(gnus-cite-face-10 ((,class (:foreground "#990000")))) | ||
| 143 | `(gnus-cite-face-2 ((,class (:foreground "#660066")))) | ||
| 144 | `(gnus-cite-face-3 ((,class (:foreground "#007777")))) | ||
| 145 | `(gnus-cite-face-4 ((,class (:foreground "#990000")))) | ||
| 146 | `(gnus-cite-face-5 ((,class (:foreground "#000099")))) | ||
| 147 | `(gnus-cite-face-6 ((,class (:foreground "#BB6600")))) | ||
| 148 | `(gnus-cite-face-7 ((,class (:foreground "#5050B0")))) | ||
| 149 | `(gnus-cite-face-8 ((,class (:foreground "#660066")))) | ||
| 150 | `(gnus-cite-face-9 ((,class (:foreground "#007777")))) | ||
| 151 | `(gnus-emphasis-bold ((,class (:weight bold)))) | ||
| 152 | `(gnus-emphasis-highlight-words ((,class (:foreground "yellow" :background "black")))) | ||
| 153 | `(gnus-group-mail-1 ((,class (:weight bold :foreground "#FF50B0")))) | ||
| 154 | `(gnus-group-mail-1-empty ((,class (:foreground "#5050B0")))) | ||
| 155 | `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066")))) | ||
| 156 | `(gnus-group-mail-2-empty ((,class (:foreground "#660066")))) | ||
| 157 | `(gnus-group-mail-3 ((,class (:weight bold :foreground "black")))) | ||
| 158 | `(gnus-group-mail-3-empty ((,class (:foreground "#808080")))) | ||
| 159 | `(gnus-group-mail-low ((,class ,cancel))) | ||
| 160 | `(gnus-group-mail-low-empty ((,class ,cancel))) | ||
| 119 | `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0")))) | 161 | `(gnus-group-news-1 ((,class (:weight bold :foreground "#FF50B0")))) |
| 120 | `(gnus-group-news-2-empty ((,class (:foreground "#660066")))) | 162 | `(gnus-group-news-1-empty ((,class (:foreground "#5050B0")))) |
| 121 | `(gnus-group-news-2 ((,class (:weight bold :foreground "#FF0066")))) | 163 | `(gnus-group-news-2 ((,class (:weight bold :foreground "#FF0066")))) |
| 122 | `(gnus-group-news-3-empty ((,class (:foreground "#808080")))) | 164 | `(gnus-group-news-2-empty ((,class (:foreground "#660066")))) |
| 123 | `(gnus-group-news-3 ((,class (:weight bold :foreground "black")))) | 165 | `(gnus-group-news-3 ((,class (:weight bold :foreground "black")))) |
| 124 | `(gnus-group-news-4-empty ((,class (:foreground "#990000")))) | 166 | `(gnus-group-news-3-empty ((,class (:foreground "#808080")))) |
| 125 | `(gnus-group-news-4 ((,class (:weight bold :foreground "#FF0000")))) | 167 | `(gnus-group-news-4 ((,class (:weight bold :foreground "#FF0000")))) |
| 126 | `(gnus-group-news-5-empty ((,class (:foreground "#000099")))) | 168 | `(gnus-group-news-4-empty ((,class (:foreground "#990000")))) |
| 127 | `(gnus-group-news-5 ((,class (:weight bold :foreground "#FF0099")))) | 169 | `(gnus-group-news-5 ((,class (:weight bold :foreground "#FF0099")))) |
| 128 | `(gnus-group-news-6-empty ((,class (:foreground "#808080")))) | 170 | `(gnus-group-news-5-empty ((,class (:foreground "#000099")))) |
| 129 | `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50")))) | 171 | `(gnus-group-news-6 ((,class (:weight bold :foreground "gray50")))) |
| 130 | `(gnus-group-mail-1-empty ((,class (:foreground "#5050B0")))) | 172 | `(gnus-group-news-6-empty ((,class (:foreground "#808080")))) |
| 131 | `(gnus-group-mail-1 ((,class (:weight bold :foreground "#FF50B0")))) | ||
| 132 | `(gnus-group-mail-2-empty ((,class (:foreground "#660066")))) | ||
| 133 | `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066")))) | ||
| 134 | `(gnus-group-mail-3-empty ((,class (:foreground "#808080")))) | ||
| 135 | `(gnus-group-mail-3 ((,class (:weight bold :foreground "black")))) | ||
| 136 | `(gnus-group-mail-low-empty ((,class ,cancel))) | ||
| 137 | `(gnus-group-mail-low ((,class ,cancel))) | ||
| 138 | `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#3399CC")))) | 173 | `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#3399CC")))) |
| 139 | `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue")))) | 174 | `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue")))) |
| 140 | `(gnus-header-subject ((,class ,subject))) | ||
| 141 | `(gnus-header-name ((,class ,mail-header-name))) | 175 | `(gnus-header-name ((,class ,mail-header-name))) |
| 142 | `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) | 176 | `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) |
| 177 | `(gnus-header-subject ((,class ,subject))) | ||
| 178 | `(gnus-picon ((,class (:foreground "yellow" :background "white")))) | ||
| 179 | `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white")))) | ||
| 180 | `(gnus-server-closed ((,class (:slant italic :foreground "blue" :background "white")))) | ||
| 181 | `(gnus-server-denied ((,class (:weight bold :foreground "red" :background "white")))) | ||
| 182 | `(gnus-server-opened ((,class (:foreground "white" :background "#83B869")))) | ||
| 183 | `(gnus-signature ((,class (:slant italic :foreground "#7F7F7F")))) | ||
| 184 | `(gnus-splash ((,class (:foreground "#FF8C00")))) | ||
| 185 | `(gnus-summary-cancelled ((,class ,cancel))) | ||
| 186 | `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) | ||
| 187 | `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) | ||
| 188 | `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black" :background "#E7AEB0")))) | ||
| 189 | `(gnus-summary-high-unread ((,class (:weight normal :foreground "black" :background "#FFFFCC")))) | ||
| 190 | `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55")))) | ||
| 191 | `(gnus-summary-low-read ((,class (:slant italic :foreground "gray55" :background "#E0E0E0")))) | ||
| 192 | `(gnus-summary-low-ticked ((,class (:slant italic :foreground "black" :background "#E7AEB0")))) | ||
| 193 | `(gnus-summary-low-unread ((,class (:slant italic :foreground "black")))) | ||
| 194 | `(gnus-summary-normal-ancient ((,class (:foreground "#808080")))) | ||
| 195 | `(gnus-summary-normal-read ((,class (:foreground "#808080")))) | ||
| 196 | `(gnus-summary-normal-ticked ((,class (:foreground "black" :background "#E7AEB0")))) | ||
| 197 | `(gnus-summary-normal-unread ((,class (:foreground "black")))) | ||
| 198 | `(gnus-summary-selected ((,class (:foreground "black" :background "#FFD0D0" :underline t)))) | ||
| 199 | `(gnus-x-face ((,class (:foreground "black" :background "white")))) | ||
| 200 | |||
| 143 | ;; Message faces | 201 | ;; Message faces |
| 144 | `(message-header-name ((,class ,mail-header-name))) | 202 | `(message-header-name ((,class ,mail-header-name))) |
| 145 | `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue")))) | 203 | `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue")))) |
| @@ -151,6 +209,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 151 | `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) | 209 | `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) |
| 152 | `(message-header-xheader ((,class (:family "Sans Serif" :foreground "#3399CC")))) | 210 | `(message-header-xheader ((,class (:family "Sans Serif" :foreground "#3399CC")))) |
| 153 | `(message-mml ((,class (:foreground "forest green")))) | 211 | `(message-mml ((,class (:foreground "forest green")))) |
| 212 | |||
| 154 | ;; Diff | 213 | ;; Diff |
| 155 | `(diff-added ((,class ,diff-added))) | 214 | `(diff-added ((,class ,diff-added))) |
| 156 | `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF")))) | 215 | `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF")))) |
| @@ -166,8 +225,10 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 166 | `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA")))) | 225 | `(diff-indicator-removed ((,class (:foreground "#A60000" :background "#FFAAAA")))) |
| 167 | `(diff-refine-change ((,class (:background "#DDDDFF")))) | 226 | `(diff-refine-change ((,class (:background "#DDDDFF")))) |
| 168 | `(diff-removed ((,class ,diff-removed))) | 227 | `(diff-removed ((,class ,diff-removed))) |
| 228 | |||
| 169 | ;; SMerge | 229 | ;; SMerge |
| 170 | `(smerge-refined-change ((,class (:background "#AAAAFF")))) | 230 | `(smerge-refined-change ((,class (:background "#AAAAFF")))) |
| 231 | |||
| 171 | ;; Ediff | 232 | ;; Ediff |
| 172 | `(ediff-current-diff-A ((,class (:foreground "gray33" :background "#FFDDDD")))) | 233 | `(ediff-current-diff-A ((,class (:foreground "gray33" :background "#FFDDDD")))) |
| 173 | `(ediff-current-diff-B ((,class (:foreground "gray33" :background "#DDFFDD")))) | 234 | `(ediff-current-diff-B ((,class (:foreground "gray33" :background "#DDFFDD")))) |
| @@ -178,9 +239,11 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 178 | `(ediff-fine-diff-B ((,class (:foreground "#008000" :background "#55FF55")))) | 239 | `(ediff-fine-diff-B ((,class (:foreground "#008000" :background "#55FF55")))) |
| 179 | `(ediff-odd-diff-A ((,class (:foreground "black" :background "light grey")))) | 240 | `(ediff-odd-diff-A ((,class (:foreground "black" :background "light grey")))) |
| 180 | `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey")))) | 241 | `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey")))) |
| 242 | |||
| 181 | ;; Flyspell | 243 | ;; Flyspell |
| 182 | `(flyspell-duplicate ((,class (:underline "#008000" :inherit nil)))) | 244 | `(flyspell-duplicate ((,class (:underline "#008000" :inherit nil)))) |
| 183 | `(flyspell-incorrect ((,class (:underline "red" :inherit nil)))) | 245 | `(flyspell-incorrect ((,class (:underline "red" :inherit nil)))) |
| 246 | |||
| 184 | ;; ;; Semantic faces | 247 | ;; ;; Semantic faces |
| 185 | ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) | 248 | ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) |
| 186 | ;; `(semantic-decoration-on-private-members-face ((,class (:background ,alum-2)))) | 249 | ;; `(semantic-decoration-on-private-members-face ((,class (:background ,alum-2)))) |
| @@ -189,6 +252,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 189 | ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline ,orange-3)))) | 252 | ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline ,orange-3)))) |
| 190 | ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) | 253 | ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) |
| 191 | ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1)))) | 254 | ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1)))) |
| 255 | |||
| 192 | `(Info-title-1-face ((,class ,ol1))) | 256 | `(Info-title-1-face ((,class ,ol1))) |
| 193 | `(Info-title-2-face ((,class ,ol2))) | 257 | `(Info-title-2-face ((,class ,ol2))) |
| 194 | `(Info-title-3-face ((,class ,ol3))) | 258 | `(Info-title-3-face ((,class ,ol3))) |
| @@ -196,7 +260,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 196 | `(bbdb-company ((,class (:slant italic :foreground "steel blue")))) | 260 | `(bbdb-company ((,class (:slant italic :foreground "steel blue")))) |
| 197 | `(bbdb-field-name ((,class (:weight bold :foreground "steel blue")))) | 261 | `(bbdb-field-name ((,class (:weight bold :foreground "steel blue")))) |
| 198 | `(bbdb-field-value ((,class (:foreground "steel blue")))) | 262 | `(bbdb-field-value ((,class (:foreground "steel blue")))) |
| 199 | `(bbdb-name ((,class (:underline t :foreground "#FF6633")))) | 263 | `(bbdb-name ((,class (:foreground "#FF6633" :underline t)))) |
| 200 | `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray")))) | 264 | `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray")))) |
| 201 | `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) | 265 | `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) |
| 202 | `(cfw:face-annotation ((,class (:foreground "green" :background "red")))) | 266 | `(cfw:face-annotation ((,class (:foreground "green" :background "red")))) |
| @@ -207,11 +271,11 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 207 | `(cfw:face-grid ((,class (:foreground "#DDDDDD")))) | 271 | `(cfw:face-grid ((,class (:foreground "#DDDDDD")))) |
| 208 | `(cfw:face-header ((,class (:foreground "#1662AF" :background "white" :weight bold)))) | 272 | `(cfw:face-header ((,class (:foreground "#1662AF" :background "white" :weight bold)))) |
| 209 | `(cfw:face-holiday ((,class (:foreground "#777777" :background "#E4EBFE")))) | 273 | `(cfw:face-holiday ((,class (:foreground "#777777" :background "#E4EBFE")))) |
| 210 | `(cfw:face-periods ((,class (:background "#668CD9" :foreground "white" :slant italic)))) | 274 | `(cfw:face-periods ((,class (:foreground "white" :background "#668CD9" :slant italic)))) |
| 211 | `(cfw:face-saturday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) | 275 | `(cfw:face-saturday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) |
| 212 | `(cfw:face-select ((,class (:foreground "#4A95EB" :background "#EDF1FA")))) | 276 | `(cfw:face-select ((,class (:foreground "#4A95EB" :background "#EDF1FA")))) |
| 213 | `(cfw:face-sunday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) | 277 | `(cfw:face-sunday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) |
| 214 | `(cfw:face-title ((,class (:foreground "#676767" :weight bold :height 2.0 :inherit variable-pitch)))) | 278 | `(cfw:face-title ((,class (:height 2.0 :foreground "#676767" :weight bold :inherit variable-pitch)))) |
| 215 | `(cfw:face-today ((,class (:foreground "#4F4A3D" :background "#FFFABE")))) | 279 | `(cfw:face-today ((,class (:foreground "#4F4A3D" :background "#FFFABE")))) |
| 216 | `(cfw:face-today-title ((,class (:foreground "#4A95EB" :background "#FFFABE")))) | 280 | `(cfw:face-today-title ((,class (:foreground "#4A95EB" :background "#FFFABE")))) |
| 217 | `(cfw:face-toolbar ((,class (:background "white")))) | 281 | `(cfw:face-toolbar ((,class (:background "white")))) |
| @@ -230,32 +294,32 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 230 | `(compare-windows ((,class (:background "#FFFF00")))) | 294 | `(compare-windows ((,class (:background "#FFFF00")))) |
| 231 | `(compilation-error ((,class (:weight bold :foreground "red")))) | 295 | `(compilation-error ((,class (:weight bold :foreground "red")))) |
| 232 | `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ;; used for grep | 296 | `(compilation-info ((,class (:weight bold :foreground "#2A489E")))) ;; used for grep |
| 233 | `(compilation-line-number ((,class (:bold t :foreground "#A535AE")))) | 297 | `(compilation-line-number ((,class (:weight bold :foreground "#A535AE")))) |
| 234 | `(compilation-warning ((,class (:weight bold :foreground "orange")))) | 298 | `(compilation-warning ((,class (:weight bold :foreground "orange")))) |
| 235 | `(css-property ((,class (:foreground "#00AA00")))) | 299 | `(css-property ((,class (:foreground "#00AA00")))) |
| 236 | `(css-selector ((,class (:weight bold :foreground "blue")))) | 300 | `(css-selector ((,class (:weight bold :foreground "blue")))) |
| 237 | `(custom-button ((,class (:background "lightgrey" :foreground "black" :box (:line-width 2 :style released-button))))) | 301 | `(custom-button ((,class (:box (:line-width 2 :style released-button) :foreground "black" :background "lightgrey")))) |
| 238 | `(custom-button-mouse ((,class (:background "grey90" :foreground "black" :box (:line-width 2 :style released-button))))) | 302 | `(custom-button-mouse ((,class (:box (:line-width 2 :style released-button) :foreground "black" :background "grey90")))) |
| 239 | `(custom-button-pressed ((,class (:foreground "black" :background "light grey" :box (:line-width 2 :style pressed-button))))) | 303 | `(custom-button-pressed ((,class (:box (:line-width 2 :style pressed-button) :foreground "black" :background "light grey")))) |
| 240 | `(custom-button-pressed-unraised ((,class (:underline t :foreground "magenta4")))) | 304 | `(custom-button-pressed-unraised ((,class (:foreground "magenta4" :underline t)))) |
| 241 | `(custom-button-unraised ((,class (:underline t)))) | 305 | `(custom-button-unraised ((,class (:underline t)))) |
| 242 | `(custom-changed ((,class (:foreground "white" :background "blue")))) | 306 | `(custom-changed ((,class (:foreground "white" :background "blue")))) |
| 243 | `(custom-comment ((,class (:background "gray85")))) | 307 | `(custom-comment ((,class (:background "gray85")))) |
| 244 | `(custom-comment-tag ((,class (:foreground "blue4")))) | 308 | `(custom-comment-tag ((,class (:foreground "blue4")))) |
| 245 | `(custom-documentation ((,class (nil)))) | 309 | `(custom-documentation ((,class (nil)))) |
| 246 | `(custom-face-tag ((,class (:family "Sans Serif" :weight bold :height 1.2)))) | 310 | `(custom-face-tag ((,class (:family "Sans Serif" :height 1.2 :weight bold)))) |
| 247 | `(custom-group-tag ((,class (:bold t :foreground "blue1" :weight bold :height 1.2)))) | 311 | `(custom-group-tag ((,class (:height 1.2 :weight bold :foreground "blue1")))) |
| 248 | `(custom-group-tag-1 ((,class (:bold t :family "Sans Serif" :foreground "red1" :weight bold :height 1.2)))) | 312 | `(custom-group-tag-1 ((,class (:family "Sans Serif" :height 1.2 :weight bold :foreground "red1")))) |
| 249 | `(custom-invalid ((,class (:foreground "yellow" :background "red")))) | 313 | `(custom-invalid ((,class (:foreground "yellow" :background "red")))) |
| 250 | `(custom-link ((,class (:underline t :foreground "blue1")))) | 314 | `(custom-link ((,class (:foreground "blue1" :underline t)))) |
| 251 | `(custom-modified ((,class (:foreground "white" :background "blue")))) | 315 | `(custom-modified ((,class (:foreground "white" :background "blue")))) |
| 252 | `(custom-rogue ((,class (:foreground "pink" :background "black")))) | 316 | `(custom-rogue ((,class (:foreground "pink" :background "black")))) |
| 253 | `(custom-saved ((,class (:underline t)))) | 317 | `(custom-saved ((,class (:underline t)))) |
| 254 | `(custom-set ((,class (:foreground "blue" :background "white")))) | 318 | `(custom-set ((,class (:foreground "blue" :background "white")))) |
| 255 | `(custom-state ((,class (:foreground "green4")))) | 319 | `(custom-state ((,class (:foreground "green4")))) |
| 256 | `(custom-themed ((,class (:background "blue1" :foreground "white")))) | 320 | `(custom-themed ((,class (:foreground "white" :background "blue1")))) |
| 257 | `(custom-variable-button ((,class (:weight bold :underline t)))) | 321 | `(custom-variable-button ((,class (:weight bold :underline t)))) |
| 258 | `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground "blue1" :weight bold :height 1.2)))) | 322 | `(custom-variable-tag ((,class (:family "Sans Serif" :height 1.2 :weight bold :foreground "blue1")))) |
| 259 | `(custom-visibility ((,class ,link))) | 323 | `(custom-visibility ((,class ,link))) |
| 260 | `(diary-face ((,class (:foreground "#87C9FC")))) | 324 | `(diary-face ((,class (:foreground "#87C9FC")))) |
| 261 | `(dircolors-face-asm ((,class (:foreground "black")))) | 325 | `(dircolors-face-asm ((,class (:foreground "black")))) |
| @@ -294,7 +358,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 294 | `(diredp-file-name ((,class (:foreground "black")))) | 358 | `(diredp-file-name ((,class (:foreground "black")))) |
| 295 | `(diredp-file-suffix ((,class (:foreground "#008000")))) | 359 | `(diredp-file-suffix ((,class (:foreground "#008000")))) |
| 296 | `(diredp-flag-mark-line ((,class ,marked-line))) | 360 | `(diredp-flag-mark-line ((,class ,marked-line))) |
| 297 | `(diredp-ignored-file-name ((,class (:strike-through t :foreground "red")))) | 361 | `(diredp-ignored-file-name ((,class ,shadow))) |
| 298 | `(diredp-read-priv ((,class (:background "#0A99FF")))) | 362 | `(diredp-read-priv ((,class (:background "#0A99FF")))) |
| 299 | `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040")))) | 363 | `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040")))) |
| 300 | `(file-name-shadow ((,class ,shadow))) | 364 | `(file-name-shadow ((,class ,shadow))) |
| @@ -307,40 +371,10 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 307 | `(font-latex-sectioning-4-face ((,class ,ol3))) | 371 | `(font-latex-sectioning-4-face ((,class ,ol3))) |
| 308 | `(font-latex-sectioning-5-face ((,class ,ol4))) | 372 | `(font-latex-sectioning-5-face ((,class ,ol4))) |
| 309 | `(font-latex-sedate-face ((,class (:foreground "#FF5500")))) | 373 | `(font-latex-sedate-face ((,class (:foreground "#FF5500")))) |
| 310 | `(font-latex-string-face ((,class (:bold t :foreground "#0066FF")))) | 374 | `(font-latex-string-face ((,class (:weight bold :foreground "#0066FF")))) |
| 311 | `(font-latex-verbatim-face ((,class (:foreground "#000088" :background "#FFFFE0" :inherit nil)))) | 375 | `(font-latex-verbatim-face ((,class (:foreground "#000088" :background "#FFFFE0" :inherit nil)))) |
| 312 | `(gnus-cite-attribution-face ((,class (:foreground "#5050B0")))) | 376 | `(git-commit-summary-face ((,class (:foreground "#000000")))) |
| 313 | `(gnus-cite-face-1 ((,class (:foreground "#5050B0")))) | 377 | `(git-commit-comment-face ((,class (:slant italic :foreground "#696969")))) |
| 314 | `(gnus-cite-face-10 ((,class (:foreground "#990000")))) | ||
| 315 | `(gnus-cite-face-2 ((,class (:foreground "#660066")))) | ||
| 316 | `(gnus-cite-face-3 ((,class (:foreground "#007777")))) | ||
| 317 | `(gnus-cite-face-4 ((,class (:foreground "#990000")))) | ||
| 318 | `(gnus-cite-face-5 ((,class (:foreground "#000099")))) | ||
| 319 | `(gnus-cite-face-6 ((,class (:foreground "#BB6600")))) | ||
| 320 | `(gnus-cite-face-7 ((,class (:foreground "#5050B0")))) | ||
| 321 | `(gnus-cite-face-8 ((,class (:foreground "#660066")))) | ||
| 322 | `(gnus-cite-face-9 ((,class (:foreground "#007777")))) | ||
| 323 | `(gnus-emphasis-bold ((,class (:weight bold)))) | ||
| 324 | `(gnus-emphasis-highlight-words ((,class (:foreground "yellow" :background "black")))) | ||
| 325 | `(gnus-picon ((,class (:foreground "yellow" :background "white")))) | ||
| 326 | `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white")))) | ||
| 327 | `(gnus-signature ((,class (:foreground "#7F7F7F")))) | ||
| 328 | `(gnus-splash ((,class (:foreground "#FF8C00")))) | ||
| 329 | `(gnus-summary-cancelled ((,class ,cancel))) | ||
| 330 | `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) | ||
| 331 | `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) | ||
| 332 | `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black" :background "#E7AEB0")))) | ||
| 333 | `(gnus-summary-high-unread ((,class (:weight normal :foreground "black" :background "#FFFFCC")))) | ||
| 334 | `(gnus-summary-low-ancient ((,class (:slant italic :foreground "gray55")))) | ||
| 335 | `(gnus-summary-low-read ((,class (:slant italic :foreground "gray55" :background "#E0E0E0")))) | ||
| 336 | `(gnus-summary-low-ticked ((,class (:slant italic :foreground "black" :background "#E7AEB0")))) | ||
| 337 | `(gnus-summary-low-unread ((,class (:slant italic :foreground "black")))) | ||
| 338 | `(gnus-summary-normal-ancient ((,class (:foreground "#808080")))) | ||
| 339 | `(gnus-summary-normal-read ((,class (:foreground "#808080")))) | ||
| 340 | `(gnus-summary-normal-ticked ((,class (:foreground "black" :background "#E7AEB0")))) | ||
| 341 | `(gnus-summary-normal-unread ((,class (:foreground "black")))) | ||
| 342 | `(gnus-summary-selected ((,class (:foreground "black" :background "#FFD0D0" :underline t)))) | ||
| 343 | `(gnus-x-face ((,class (:foreground "black" :background "white")))) | ||
| 344 | `(helm-action ((,class (:foreground "#335EA8")))) | 378 | `(helm-action ((,class (:foreground "#335EA8")))) |
| 345 | `(helm-bookmarks-su-face ((,class (:foreground "red")))) | 379 | `(helm-bookmarks-su-face ((,class (:foreground "red")))) |
| 346 | `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66")))) | 380 | `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66")))) |
| @@ -360,24 +394,30 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 360 | `(helm-selection-line ((,class ,volatile-highlight))) | 394 | `(helm-selection-line ((,class ,volatile-highlight))) |
| 361 | `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF")))) | 395 | `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#2F69BF")))) |
| 362 | `(helm-visible-mark ((,class ,marked-line))) | 396 | `(helm-visible-mark ((,class ,marked-line))) |
| 363 | `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1")))) | 397 | `(helm-w3m-bookmarks-face ((,class (:foreground "cyan1" :underline t)))) |
| 364 | `(highlight-symbol-face ((,class (:background "#FFFFA0")))) | 398 | `(highlight-symbol-face ((,class (:background "#FFFFA0")))) |
| 365 | `(hl-line ((,class ,highlight-line))) | 399 | `(hl-line ((,class ,highlight-line))) |
| 400 | `(hl-tags-face ((,class (:background "#FEFCAE")))) | ||
| 366 | `(holiday-face ((,class (:foreground "#777777" :background "#E4EBFE")))) | 401 | `(holiday-face ((,class (:foreground "#777777" :background "#E4EBFE")))) |
| 367 | `(html-helper-bold-face ((,class (:weight bold :foreground "black")))) | 402 | `(html-helper-bold-face ((,class (:weight bold :foreground "black")))) |
| 368 | `(html-helper-italic-face ((,class (:slant italic :foreground "black")))) | 403 | `(html-helper-italic-face ((,class (:slant italic :foreground "black")))) |
| 369 | `(html-helper-underline-face ((,class (:underline t :foreground "black")))) | 404 | `(html-helper-underline-face ((,class (:foreground "black" :underline t)))) |
| 370 | `(html-tag-face ((,class (:foreground "blue")))) | 405 | `(html-tag-face ((,class (:foreground "blue")))) |
| 406 | `(ilog-non-change-face ((,class (:height 2.0 :foreground "#6434A3")))) | ||
| 407 | `(ilog-change-face ((,class (:height 2.0 :foreground "#008200")))) | ||
| 408 | `(ilog-echo-face ((,class (:height 2.0 :foreground "#006FE0")))) | ||
| 409 | `(ilog-load-face ((,class (:foreground "#BA36A5")))) | ||
| 410 | `(ilog-message-face ((,class (:foreground "#808080")))) | ||
| 371 | `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1")))) | 411 | `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1")))) |
| 372 | `(info-header-node ((,class (:underline t :foreground "orange")))) ;; nodes in header | 412 | `(info-header-node ((,class (:foreground "orange" :underline t)))) ;; nodes in header |
| 373 | `(info-header-xref ((,class (:underline t :foreground "dodger blue")))) ;; cross references in header | 413 | `(info-header-xref ((,class (:foreground "dodger blue" :underline t)))) ;; cross references in header |
| 374 | `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold :underline t :foreground "#00CC00")))) ;; menu titles (headers) -- major topics | 414 | `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold :foreground "#00CC00" :underline t)))) ;; menu titles (headers) -- major topics |
| 375 | `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item | 415 | `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item |
| 376 | `(info-node ((,class (:underline t :foreground "blue")))) ;; node names | 416 | `(info-node ((,class (:foreground "blue" :underline t)))) ;; node names |
| 377 | `(info-quoted-name ((,class ,code-inline))) | 417 | `(info-quoted-name ((,class ,code-inline))) |
| 378 | `(info-string ((,class ,string))) | 418 | `(info-string ((,class ,string))) |
| 379 | `(info-title-1 ((,class ,ol1))) | 419 | `(info-title-1 ((,class ,ol1))) |
| 380 | `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; unvisited cross-references | 420 | `(info-xref ((,class (:weight bold :foreground "blue" :underline t)))) ;; unvisited cross-references |
| 381 | `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references | 421 | `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references |
| 382 | `(light-symbol-face ((,class (:background "#FFFFA0")))) | 422 | `(light-symbol-face ((,class (:background "#FFFFA0")))) |
| 383 | `(linum ((,class (:foreground "#AFAFAF" :background "white")))) | 423 | `(linum ((,class (:foreground "#AFAFAF" :background "white")))) |
| @@ -401,24 +441,26 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 401 | `(makefile-targets ((,class (:weight bold :foreground "blue")))) | 441 | `(makefile-targets ((,class (:weight bold :foreground "blue")))) |
| 402 | `(match ((,class ,match))) | 442 | `(match ((,class ,match))) |
| 403 | `(mm-uu-extract ((,class ,code-block))) | 443 | `(mm-uu-extract ((,class ,code-block))) |
| 404 | `(moccur-current-line-face ((,class (:background "#FFFFCC" :foreground "black")))) | 444 | `(moccur-current-line-face ((,class (:foreground "black" :background "#FFFFCC")))) |
| 405 | `(moccur-face ((,class (:background "#FFFF99" :foreground "black")))) | 445 | `(moccur-face ((,class (:foreground "black" :background "#FFFF99")))) |
| 446 | `(next-error ((,class ,volatile-highlight))) | ||
| 406 | `(nobreak-space ((,class (:background "#CCE8F6")))) | 447 | `(nobreak-space ((,class (:background "#CCE8F6")))) |
| 407 | `(nxml-attribute-local-name-face ((,class (:foreground "magenta")))) | 448 | `(nxml-attribute-local-name-face ((,class (:foreground "magenta")))) |
| 408 | `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4")))) | 449 | `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4")))) |
| 409 | `(nxml-attribute-value-face ((,class (:foreground "green4")))) | 450 | `(nxml-attribute-value-face ((,class (:foreground "green4")))) |
| 410 | `(nxml-comment-content-face ((,class (:slant italic :foreground "red")))) | 451 | `(nxml-comment-content-face ((,class (:slant italic :foreground "red")))) |
| 411 | `(nxml-comment-delimiter-face ((,class (:foreground "red")))) | 452 | `(nxml-comment-delimiter-face ((,class (:foreground "red")))) |
| 412 | `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999") :background "#DEDEDE" :foreground "#000088")))) | 453 | `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999") :foreground "#000088" :background "#DEDEDE")))) |
| 413 | `(nxml-element-local-name-face ((,class (:foreground "blue")))) | 454 | `(nxml-element-local-name-face ((,class (:foreground "blue")))) |
| 414 | `(nxml-processing-instruction-target-face ((,class (:foreground "purple1")))) | 455 | `(nxml-processing-instruction-target-face ((,class (:foreground "purple1")))) |
| 415 | `(nxml-tag-delimiter-face ((,class (:foreground "blue")))) | 456 | `(nxml-tag-delimiter-face ((,class (:foreground "blue")))) |
| 416 | `(nxml-tag-slash-face ((,class (:foreground "blue")))) | 457 | `(nxml-tag-slash-face ((,class (:foreground "blue")))) |
| 458 | `(org-agenda-block-count ((,class (:weight bold :foreground "blue")))) | ||
| 417 | `(org-agenda-calendar-event ((,class (:weight bold :foreground "#3774CC" :background "#A8C5EF")))) | 459 | `(org-agenda-calendar-event ((,class (:weight bold :foreground "#3774CC" :background "#A8C5EF")))) |
| 418 | `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE")))) | 460 | `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE")))) |
| 419 | `(org-agenda-clocking ((,class ,clock-line))) | 461 | `(org-agenda-clocking ((,class ,clock-line))) |
| 420 | `(org-agenda-column-dateline ((,class ,column))) | 462 | `(org-agenda-column-dateline ((,class ,column))) |
| 421 | `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF")))) | 463 | `(org-agenda-current-time ((,class (:foreground "#1662AF" :underline t)))) |
| 422 | `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF")))) | 464 | `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF")))) |
| 423 | `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE")))) | 465 | `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE")))) |
| 424 | `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E")))) | 466 | `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E")))) |
| @@ -427,20 +469,20 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 427 | `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE")))) | 469 | `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE")))) |
| 428 | `(org-agenda-filter-category ((,class (:weight bold :foreground "orange")))) | 470 | `(org-agenda-filter-category ((,class (:weight bold :foreground "orange")))) |
| 429 | `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange")))) | 471 | `(org-agenda-filter-tags ((,class (:weight bold :foreground "orange")))) |
| 430 | `(org-agenda-restriction-lock ((,class (:weight bold :foreground "white" :background "orange")))) | 472 | `(org-agenda-restriction-lock ((,class (:background "#E77D63")))) |
| 431 | `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC")))) | 473 | `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC")))) |
| 432 | `(org-archived ((,class (:foreground "gray70")))) | 474 | `(org-archived ((,class (:foreground "gray70")))) |
| 433 | `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0")))) | 475 | `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0")))) |
| 434 | `(org-block ((,class ,code-block))) | 476 | `(org-block ((,class ,code-block))) |
| 435 | `(org-block-background ((,class (:background "#FFFFE0")))) | 477 | `(org-block-background ((,class (:background "#FFFFE0")))) |
| 436 | `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) | 478 | `(org-block-begin-line ((,class (:foreground "#555555" :background "#E2E1D5" :underline "#A7A6AA")))) |
| 437 | `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) | 479 | `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) |
| 438 | `(org-checkbox ((,class (:weight bold :foreground "white" :background "#777777" :box (:line-width 1 :style pressed-button))))) | 480 | `(org-checkbox ((,class (:weight bold :box (:line-width 1 :style pressed-button) :foreground "white" :background "#777777")))) |
| 439 | `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4")))) | 481 | `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4")))) |
| 440 | `(org-code ((,class (:foreground "#007300" :background "#EBF5EB")))) | 482 | `(org-code ((,class (:foreground "#007300" :background "#EBF5EB")))) |
| 441 | `(org-column ((,class ,column))) | 483 | `(org-column ((,class ,column))) |
| 442 | `(org-column-title ((,class ,column))) | 484 | `(org-column-title ((,class ,column))) |
| 443 | `(org-date ((,class (:underline t :foreground "#00459E")))) | 485 | `(org-date ((,class (:foreground "#00459E" :underline t)))) |
| 444 | `(org-default ((,class (:foreground "#333333")))) | 486 | `(org-default ((,class (:foreground "#333333")))) |
| 445 | `(org-dim ((,class (:foreground "#AAAAAA")))) | 487 | `(org-dim ((,class (:foreground "#AAAAAA")))) |
| 446 | `(org-document-info ((,class (:foreground "#484848")))) | 488 | `(org-document-info ((,class (:foreground "#484848")))) |
| @@ -448,14 +490,14 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 448 | `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "black")))) | 490 | `(org-document-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "black")))) |
| 449 | `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB") :foreground "#BBBBBB" :background "#F0F0F0")))) | 491 | `(org-done ((,class (:weight bold :box (:line-width 1 :color "#BBBBBB") :foreground "#BBBBBB" :background "#F0F0F0")))) |
| 450 | `(org-drawer ((,class (:foreground "light sky blue")))) | 492 | `(org-drawer ((,class (:foreground "light sky blue")))) |
| 451 | `(org-ellipsis ((,class (:underline "#B0EEB0" :foreground "#00BB00")))) | 493 | `(org-ellipsis ((,class (:box (:line-width 1 :color "#999999") :foreground "#999999" :background "#FFF8C0" :underline nil)))) ;; #FFEE62 |
| 452 | `(org-example ((,class (:foreground "blue" :background "#EAFFEA")))) | 494 | `(org-example ((,class (:foreground "blue" :background "#EAFFEA")))) |
| 453 | `(org-footnote ((,class (:underline t :foreground "#008ED1")))) | 495 | `(org-footnote ((,class (:foreground "#008ED1" :underline t)))) |
| 454 | `(org-formula ((,class (:foreground "chocolate1")))) | 496 | `(org-formula ((,class (:foreground "chocolate1")))) |
| 455 | `(org-headline-done ((,class (:height 1.0 :weight bold :strike-through "#BEBEBE" :foreground "#C5C5C5")))) | 497 | `(org-headline-done ((,class (:height 1.0 :weight normal :foreground "#999999")))) |
| 456 | `(org-hide ((,class (:foreground "#E2E2E2")))) | 498 | `(org-hide ((,class (:foreground "#E2E2E2")))) |
| 457 | `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6")))) | 499 | `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6")))) |
| 458 | `(org-latex-and-export-specials ((,class (:foreground "blue")))) | 500 | `(org-latex-and-related ((,class ,code-block))) |
| 459 | `(org-level-1 ((,class ,ol1))) | 501 | `(org-level-1 ((,class ,ol1))) |
| 460 | `(org-level-2 ((,class ,ol2))) | 502 | `(org-level-2 ((,class ,ol2))) |
| 461 | `(org-level-3 ((,class ,ol3))) | 503 | `(org-level-3 ((,class ,ol3))) |
| @@ -475,10 +517,10 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 475 | `(org-scheduled ((,class (:foreground "#333333")))) | 517 | `(org-scheduled ((,class (:foreground "#333333")))) |
| 476 | `(org-scheduled-previously ((,class (:weight bold :foreground "#373737")))) | 518 | `(org-scheduled-previously ((,class (:weight bold :foreground "#373737")))) |
| 477 | `(org-scheduled-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) | 519 | `(org-scheduled-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) |
| 478 | `(org-sexp-date ((,class (:foreground "purple")))) | 520 | `(org-sexp-date ((,class (:foreground "#3774CC")))) |
| 479 | `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) | 521 | `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) |
| 480 | `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) | 522 | `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) |
| 481 | `(org-tag ((,class (:weight normal :slant italic :foreground "#3E6D8E" :background "#E0EAF1")))) | 523 | `(org-tag ((,class (:weight normal :slant italic :foreground "#80A0BC")))) |
| 482 | `(org-target ((,class ,link))) | 524 | `(org-target ((,class ,link))) |
| 483 | `(org-time-grid ((,class (:foreground "#CFCFCF")))) | 525 | `(org-time-grid ((,class (:foreground "#CFCFCF")))) |
| 484 | `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) | 526 | `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) |
| @@ -500,8 +542,8 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 500 | `(paren-face-match ((,class (:foreground "#E2464C" :background "#FFE182")))) | 542 | `(paren-face-match ((,class (:foreground "#E2464C" :background "#FFE182")))) |
| 501 | `(paren-face-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) | 543 | `(paren-face-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) |
| 502 | `(paren-face-no-match ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) | 544 | `(paren-face-no-match ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) |
| 503 | `(pp^L-highlight ((,class (:strike-through t)))) | 545 | `(recover-this-file ((,class (:weight bold :background "#FF3F3F")))) |
| 504 | `(recover-this-file ((,class (:background "white" :background "#FF3F3F")))) | 546 | `(rng-error ((,class (:weight bold :foreground "red" :background "#FBE3E4")))) |
| 505 | `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE")))) | 547 | `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE")))) |
| 506 | `(sh-quoted-exec ((,class (:foreground "#FF1493")))) | 548 | `(sh-quoted-exec ((,class (:foreground "#FF1493")))) |
| 507 | `(shadow ((,class ,shadow))) | 549 | `(shadow ((,class ,shadow))) |
| @@ -510,13 +552,13 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 510 | `(shell-output-3-face ((,class (:foreground "purple")))) | 552 | `(shell-output-3-face ((,class (:foreground "purple")))) |
| 511 | `(shell-output-face ((,class (:foreground "black")))) | 553 | `(shell-output-face ((,class (:foreground "black")))) |
| 512 | `(shell-prompt-face ((,class (:weight bold :foreground "yellow")))) | 554 | `(shell-prompt-face ((,class (:weight bold :foreground "yellow")))) |
| 513 | `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFE182")))) | 555 | `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFFF00")))) |
| 514 | `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) | 556 | `(show-paren-mismatch ((,class (:weight bold :foreground "white" :background "#FF3F3F")))) |
| 515 | `(speedbar-button-face ((,class (:foreground "green4")))) | 557 | `(speedbar-button-face ((,class (:foreground "green4")))) |
| 516 | `(speedbar-directory-face ((,class (:foreground "blue4")))) | 558 | `(speedbar-directory-face ((,class (:foreground "blue4")))) |
| 517 | `(speedbar-file-face ((,class (:foreground "cyan4")))) | 559 | `(speedbar-file-face ((,class (:foreground "cyan4")))) |
| 518 | `(speedbar-highlight-face ((,class ,volatile-highlight))) | 560 | `(speedbar-highlight-face ((,class ,volatile-highlight))) |
| 519 | `(speedbar-selected-face ((,class (:underline t :foreground "red")))) | 561 | `(speedbar-selected-face ((,class (:foreground "red" :underline t)))) |
| 520 | `(speedbar-tag-face ((,class (:foreground "brown")))) | 562 | `(speedbar-tag-face ((,class (:foreground "brown")))) |
| 521 | `(svn-status-directory-face ((,class ,directory))) | 563 | `(svn-status-directory-face ((,class ,directory))) |
| 522 | `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4")))) | 564 | `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4")))) |
| @@ -552,12 +594,12 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 552 | `(w3m-anchor ((,class ,link))) | 594 | `(w3m-anchor ((,class ,link))) |
| 553 | `(w3m-arrived-anchor ((,class (:foreground "purple1")))) | 595 | `(w3m-arrived-anchor ((,class (:foreground "purple1")))) |
| 554 | `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green")))) | 596 | `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green")))) |
| 555 | `(w3m-bold ((,class (:weight bold :foreground "medium sea green")))) | 597 | `(w3m-bold ((,class (:weight bold :foreground "black")))) |
| 556 | `(w3m-current-anchor ((,class (:weight bold :underline t :foreground "blue")))) | 598 | `(w3m-current-anchor ((,class (:weight bold :foreground "blue" :underline t)))) |
| 557 | `(w3m-form ((,class (:underline t :foreground "tan1")))) | 599 | `(w3m-form ((,class (:foreground "tan1" :underline t)))) |
| 558 | `(w3m-form-button-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey")))) | 600 | `(w3m-form-button-face ((,class (:weight bold :foreground "gray4" :background "light grey" :underline t)))) |
| 559 | `(w3m-form-button-mouse-face ((,class (:underline t :foreground "light grey" :background "#2B7E2A")))) | 601 | `(w3m-form-button-mouse-face ((,class (:foreground "light grey" :background "#2B7E2A" :underline t)))) |
| 560 | `(w3m-form-button-pressed-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey")))) | 602 | `(w3m-form-button-pressed-face ((,class (:weight bold :foreground "gray4" :background "light grey" :underline t)))) |
| 561 | `(w3m-header-line-location-content-face ((,class (:foreground "#7F7F7F":background "#F7F7F7")))) | 603 | `(w3m-header-line-location-content-face ((,class (:foreground "#7F7F7F":background "#F7F7F7")))) |
| 562 | `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1" :background "#F7F7F7")))) | 604 | `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1" :background "#F7F7F7")))) |
| 563 | `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon")))) | 605 | `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon")))) |
| @@ -586,9 +628,19 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 586 | '(ansi-color-names-vector ["#242424" "#E5786D" "#95E454" "#CAE682" | 628 | '(ansi-color-names-vector ["#242424" "#E5786D" "#95E454" "#CAE682" |
| 587 | "#8AC6F2" "#333366" "#CCAA8F" "#F6F3E8"])) | 629 | "#8AC6F2" "#333366" "#CCAA8F" "#F6F3E8"])) |
| 588 | 630 | ||
| 631 | ;;;###autoload | ||
| 632 | (when (and (boundp 'custom-theme-load-path) | ||
| 633 | load-file-name) | ||
| 634 | ;; add theme folder to `custom-theme-load-path' when installing over MELPA | ||
| 635 | (add-to-list 'custom-theme-load-path | ||
| 636 | (file-name-as-directory (file-name-directory load-file-name)))) | ||
| 637 | |||
| 589 | (provide-theme 'leuven) | 638 | (provide-theme 'leuven) |
| 590 | 639 | ||
| 591 | ;; Local Variables: | 640 | ;; Local Variables: |
| 641 | ;; time-stamp-format: "%:y%02m%02d.%02H%02M" | ||
| 642 | ;; time-stamp-start: "Version: " | ||
| 643 | ;; time-stamp-end: "$" | ||
| 592 | ;; no-byte-compile: t | 644 | ;; no-byte-compile: t |
| 593 | ;; End: | 645 | ;; End: |
| 594 | 646 | ||