diff options
| author | Fabrice Niessen | 2013-04-02 11:33:31 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-04-02 11:33:31 +0800 |
| commit | 3a2b589f84da9786210ca33b9678baf759caa1d4 (patch) | |
| tree | f9782dc9342cbc7337e8f3cd0f38f792998c86b8 | |
| parent | 7216e43b329303146455bb1dace88f8c61b1cd20 (diff) | |
| download | emacs-3a2b589f84da9786210ca33b9678baf759caa1d4.tar.gz emacs-3a2b589f84da9786210ca33b9678baf759caa1d4.zip | |
* etc/themes/leuven-theme.el: Update theme.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/themes/leuven-theme.el | 270 |
2 files changed, 139 insertions, 135 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 61e235e0ec4..5e5f93b4825 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-04-02 Fabrice Niessen <fni@missioncriticalit.com> | ||
| 2 | |||
| 3 | * themes/leuven-theme.el: Update theme. | ||
| 4 | |||
| 1 | 2013-04-01 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-04-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Use UTF-8 for most files with non-ASCII characters (Bug#13936). | 7 | Use UTF-8 for most files with non-ASCII characters (Bug#13936). |
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index 7945526b0e4..6941f6e5840 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; leuven-theme.el --- Emacs custom theme | 1 | ;;; leuven-theme.el --- Emacs custom theme |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2013 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2013 Free Software Foundation, Inc. |
| 4 | ;; Time-stamp: <2012-12-05 Wed 10:47> | 4 | ;; Time-stamp: <2013-03-14 Thu 17:04> |
| 5 | 5 | ||
| 6 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> | 6 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> |
| 7 | 7 | ||
| @@ -39,7 +39,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 39 | (diff-none '(:foreground "gray33")) | 39 | (diff-none '(:foreground "gray33")) |
| 40 | (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) | 40 | (diff-removed '(:foreground "#A60000" :background "#FFDDDD")) |
| 41 | (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) | 41 | (directory '(:weight bold :foreground "blue" :background "#FFFFD2")) |
| 42 | (highlight-line '(:inverse-video t)) | 42 | (highlight-line '(:background "#C6DBAD")) |
| 43 | (link '(:underline t :foreground "#006DAF")) | 43 | (link '(:underline t :foreground "#006DAF")) |
| 44 | (mail-header-name '(:weight bold :foreground "black")) | 44 | (mail-header-name '(:weight bold :foreground "black")) |
| 45 | (marked-line '(:weight bold :foreground "white" :background "red")) | 45 | (marked-line '(:weight bold :foreground "white" :background "red")) |
| @@ -57,30 +57,31 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 57 | (string '(:foreground "#008000")) | 57 | (string '(:foreground "#008000")) |
| 58 | (subject '(:weight bold :foreground "#CF5D60")) | 58 | (subject '(:weight bold :foreground "#CF5D60")) |
| 59 | (symlink '(:foreground "deep sky blue")) | 59 | (symlink '(:foreground "deep sky blue")) |
| 60 | (volatile-highlight '(:background "#FFFF00")) | ||
| 60 | (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA"))) | 61 | (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" :background "#AAFFAA"))) |
| 61 | 62 | ||
| 62 | (custom-theme-set-faces | 63 | (custom-theme-set-faces |
| 63 | 'leuven | 64 | 'leuven |
| 64 | `(default ((,class (:background "#ffffff" :foreground "#333333")))) | 65 | `(default ((,class (:background "#FFFFFF" :foreground "#333333")))) |
| 65 | `(bold ((,class (:weight bold :foreground "black")))) | 66 | `(bold ((,class (:weight bold :foreground "black")))) |
| 66 | `(bold-italic ((,class (:weight bold :slant italic :foreground "black")))) | 67 | `(bold-italic ((,class (:weight bold :slant italic :foreground "black")))) |
| 67 | `(italic ((,class (:slant italic :foreground "#1A1A1A")))) | 68 | `(italic ((,class (:slant italic :foreground "#1A1A1A")))) |
| 68 | `(underline ((,class (:underline t)))) | 69 | `(underline ((,class (:underline t)))) |
| 69 | `(cursor ((,class (:background "#15ff00")))) | 70 | `(cursor ((,class (:background "#15FF00")))) |
| 70 | ;; Highlighting faces | 71 | ;; Highlighting faces |
| 71 | `(fringe ((,class (:foreground "#808080" :background "#DDEEFF")))) | 72 | `(fringe ((,class (:foreground "#808080" :background "#DDEEFF")))) |
| 72 | `(highlight ((,class (:background "#FFFF00")))) | 73 | `(highlight ((,class ,volatile-highlight))) |
| 73 | `(region ((t ,region))) | 74 | `(region ((,class ,region))) |
| 74 | `(secondary-selection ((t ,match))) ;; used by Org-mode for highlighting matched entries and keywords | 75 | `(secondary-selection ((,class ,match))) ;; used by Org-mode for highlighting matched entries and keywords |
| 75 | `(isearch ((,class (:weight bold :foreground "#00AA00" :background "#99FF99")))) | 76 | `(isearch ((,class (:weight bold :foreground "#00AA00" :background "#99FF99")))) |
| 76 | `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999")))) | 77 | `(isearch-fail ((,class (:weight bold :foreground "black" :background "#FF9999")))) |
| 77 | `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background "#FF66FF")))) | 78 | `(lazy-highlight ((,class (:weight bold :foreground "#990099" :background "#FF66FF")))) |
| 78 | `(trailing-whitespace ((t (:background "#F6EBFE")))) | 79 | `(trailing-whitespace ((,class (:background "#F6EBFE")))) |
| 79 | `(whitespace-line ((t (:foreground "#CC0000" :background "#FFFF88")))) | 80 | `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88")))) |
| 80 | `(whitespace-tab ((t (:foreground "lightgray" :background "beige")))) | 81 | `(whitespace-tab ((,class (:foreground "lightgray" :background "beige")))) |
| 81 | `(whitespace-indentation ((t (:foreground "firebrick" :background "yellow")))) | 82 | `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) |
| 82 | `(whitespace-trailing ((t (:weight bold :foreground "yellow" :background "red1")))) | 83 | `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) |
| 83 | `(whitespace-hspace ((t (:background "#CCE8F6")))) | 84 | `(whitespace-hspace ((,class (:background "#CCE8F6")))) |
| 84 | ;; Mode line faces | 85 | ;; Mode line faces |
| 85 | `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8")))) | 86 | `(mode-line ((,class (:box (:line-width 1 :color "#1A2F54") :foreground "#85CEEB" :background "#335EA8")))) |
| 86 | `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C") :foreground "#F0F0EF" :background "#9B9C97")))) | 87 | `(mode-line-inactive ((,class (:box (:line-width 1 :color "#4E4E4C") :foreground "#F0F0EF" :background "#9B9C97")))) |
| @@ -107,7 +108,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 107 | `(font-lock-reference-face ((,class (:foreground "dark cyan")))) | 108 | `(font-lock-reference-face ((,class (:foreground "dark cyan")))) |
| 108 | `(font-lock-regexp-grouping-backslash ((,class (:bold t :weight bold)))) | 109 | `(font-lock-regexp-grouping-backslash ((,class (:bold t :weight bold)))) |
| 109 | `(font-lock-regexp-grouping-construct ((,class (:bold t :weight bold)))) | 110 | `(font-lock-regexp-grouping-construct ((,class (:bold t :weight bold)))) |
| 110 | `(font-lock-string-face ((t ,string))) | 111 | `(font-lock-string-face ((,class ,string))) |
| 111 | `(font-lock-type-face ((,class (:foreground "#1B781F")))) | 112 | `(font-lock-type-face ((,class (:foreground "#1B781F")))) |
| 112 | `(font-lock-variable-name-face ((,class (:foreground "#2E91AF")))) | 113 | `(font-lock-variable-name-face ((,class (:foreground "#2E91AF")))) |
| 113 | `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) | 114 | `(font-lock-warning-face ((,class (:weight bold :foreground "red")))) |
| @@ -135,18 +136,18 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 135 | `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066")))) | 136 | `(gnus-group-mail-2 ((,class (:weight bold :foreground "#FF0066")))) |
| 136 | `(gnus-group-mail-3-empty ((,class (:foreground "#808080")))) | 137 | `(gnus-group-mail-3-empty ((,class (:foreground "#808080")))) |
| 137 | `(gnus-group-mail-3 ((,class (:weight bold :foreground "black")))) | 138 | `(gnus-group-mail-3 ((,class (:weight bold :foreground "black")))) |
| 138 | `(gnus-group-mail-low-empty ((t ,cancel))) | 139 | `(gnus-group-mail-low-empty ((,class ,cancel))) |
| 139 | `(gnus-group-mail-low ((t ,cancel))) | 140 | `(gnus-group-mail-low ((,class ,cancel))) |
| 140 | `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#786FB4")))) | 141 | `(gnus-header-content ((,class (:family "Sans Serif" :foreground "#786FB4")))) |
| 141 | `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue")))) | 142 | `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue")))) |
| 142 | `(gnus-header-subject ((t ,subject))) | 143 | `(gnus-header-subject ((,class ,subject))) |
| 143 | `(gnus-header-name ((t ,mail-header-name))) | 144 | `(gnus-header-name ((,class ,mail-header-name))) |
| 144 | `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) | 145 | `(gnus-header-newsgroups ((,class (:family "Sans Serif" :foreground "#3399CC")))) |
| 145 | ;; Message faces | 146 | ;; Message faces |
| 146 | `(message-header-name ((t ,mail-header-name))) | 147 | `(message-header-name ((,class ,mail-header-name))) |
| 147 | `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue")))) | 148 | `(message-header-cc ((,class (:family "Sans Serif" :foreground "blue")))) |
| 148 | `(message-header-other ((,class (:family "Sans Serif" :foreground "#3399CC")))) | 149 | `(message-header-other ((,class (:family "Sans Serif" :foreground "#3399CC")))) |
| 149 | `(message-header-subject ((t ,subject))) | 150 | `(message-header-subject ((,class ,subject))) |
| 150 | `(message-header-to ((,class (:family "Sans Serif" :foreground "blue")))) | 151 | `(message-header-to ((,class (:family "Sans Serif" :foreground "blue")))) |
| 151 | `(message-cited-text ((,class (:foreground "#5050B0")))) | 152 | `(message-cited-text ((,class (:foreground "#5050B0")))) |
| 152 | `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground "red")))) | 153 | `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground "red")))) |
| @@ -154,20 +155,20 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 154 | `(message-header-xheader ((,class (:foreground "red")))) | 155 | `(message-header-xheader ((,class (:foreground "red")))) |
| 155 | `(message-mml ((,class (:foreground "forest green")))) | 156 | `(message-mml ((,class (:foreground "forest green")))) |
| 156 | ;; Diff | 157 | ;; Diff |
| 157 | `(diff-added ((t ,diff-added))) | 158 | `(diff-added ((,class ,diff-added))) |
| 158 | `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF")))) | 159 | `(diff-changed ((,class (:foreground "blue" :background "#DDDDFF")))) |
| 159 | `(diff-context ((t ,diff-none))) | 160 | `(diff-context ((,class ,diff-none))) |
| 160 | `(diff-file-header ((,class (:foreground "#0000CC" :background "#EAF2F5")))) | 161 | `(diff-file-header ((,class (:foreground "#0000CC" :background "#EAF2F5")))) |
| 161 | `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background "#EAF2F5")))) | 162 | `(diff-file1-hunk-header ((,class (:foreground "dark magenta" :background "#EAF2F5")))) |
| 162 | `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5")))) | 163 | `(diff-file2-hunk-header ((,class (:foreground "#2B7E2A" :background "#EAF2F5")))) |
| 163 | `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5")))) | 164 | `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5")))) |
| 164 | `(diff-hunk-header ((t ,diff-hunk-header))) | 165 | `(diff-hunk-header ((,class ,diff-hunk-header))) |
| 165 | `(diff-index ((,class (:family "Sans Serif" :height 1.1 :weight bold :foreground "#4183C4" :background "#EAF2F5")))) | 166 | `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ;; my foreground is NOT applied!? |
| 166 | `(diff-indicator-added ((,class (:background "#AAFFAA")))) | 167 | `(diff-indicator-added ((,class (:background "#AAFFAA")))) |
| 167 | `(diff-indicator-changed ((,class (:background "#AAAAFF")))) | 168 | `(diff-indicator-changed ((,class (:background "#AAAAFF")))) |
| 168 | `(diff-indicator-removed ((,class (:background "#FFAAAA")))) | 169 | `(diff-indicator-removed ((,class (:background "#FFAAAA")))) |
| 169 | `(diff-refine-change ((,class (:background "#DDDDFF")))) | 170 | `(diff-refine-change ((,class (:background "#DDDDFF")))) |
| 170 | `(diff-removed ((t ,diff-removed))) | 171 | `(diff-removed ((,class ,diff-removed))) |
| 171 | ;; SMerge | 172 | ;; SMerge |
| 172 | `(smerge-refined-change ((,class (:background "#AAAAFF")))) | 173 | `(smerge-refined-change ((,class (:background "#AAAAFF")))) |
| 173 | ;; Ediff | 174 | ;; Ediff |
| @@ -181,45 +182,44 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 181 | `(ediff-odd-diff-A ((,class (:foreground "black" :background "light grey")))) | 182 | `(ediff-odd-diff-A ((,class (:foreground "black" :background "light grey")))) |
| 182 | `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey")))) | 183 | `(ediff-odd-diff-B ((,class (:foreground "black" :background "light grey")))) |
| 183 | ;; Flyspell | 184 | ;; Flyspell |
| 184 | `(flyspell-duplicate ((,class (:underline "#008000")))) | 185 | `(flyspell-duplicate ((,class (:underline "#008000" :inherit nil)))) |
| 185 | `(flyspell-incorrect ((,class (:underline "red")))) | 186 | `(flyspell-incorrect ((,class (:underline "red" :inherit nil)))) |
| 186 | ;; ;; Semantic faces | 187 | ;; ;; Semantic faces |
| 187 | ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) | 188 | ;; `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) |
| 188 | ;; `(semantic-decoration-on-private-members-face ((,class (:background ,alum-2)))) | 189 | ;; `(semantic-decoration-on-private-members-face ((,class (:background ,alum-2)))) |
| 189 | ;; `(semantic-decoration-on-protected-members-face ((,class (:background ,alum-2)))) | 190 | ;; `(semantic-decoration-on-protected-members-face ((,class (:background ,alum-2)))) |
| 190 | ;; `(semantic-decoration-on-unknown-includes ((,class (:background ,choc-3)))) | 191 | ;; `(semantic-decoration-on-unknown-includes ((,class (:background ,choc-3)))) |
| 191 | ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline ,orange-3)))) | 192 | ;; `(semantic-decoration-on-unparsed-includes ((,class (:underline ,orange-3)))) |
| 192 | ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) | 193 | ;; `(semantic-tag-boundary-face ((,class (:overline ,blue-1)))) |
| 193 | ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1)))) | 194 | ;; `(semantic-unmatched-syntax-face ((,class (:underline ,red-1)))) |
| 194 | 195 | `(Info-title-1-face ((,class ,ol1))) | |
| 195 | `(Info-title-1-face ((t ,ol1))) | 196 | `(Info-title-2-face ((,class ,ol2))) |
| 196 | `(Info-title-2-face ((t ,ol2))) | 197 | `(Info-title-3-face ((,class ,ol3))) |
| 197 | `(Info-title-3-face ((t ,ol3))) | 198 | `(Info-title-4-face ((,class ,ol4))) |
| 198 | `(Info-title-4-face ((t ,ol4))) | ||
| 199 | `(bbdb-company ((,class (:slant italic :foreground "steel blue")))) | 199 | `(bbdb-company ((,class (:slant italic :foreground "steel blue")))) |
| 200 | `(bbdb-field-name ((,class (:weight bold :foreground "steel blue")))) | 200 | `(bbdb-field-name ((,class (:weight bold :foreground "steel blue")))) |
| 201 | `(bbdb-field-value ((,class (:foreground "steel blue")))) | 201 | `(bbdb-field-value ((,class (:foreground "steel blue")))) |
| 202 | `(bbdb-name ((,class (:underline t :foreground "#FF6633")))) | 202 | `(bbdb-name ((,class (:underline t :foreground "#FF6633")))) |
| 203 | `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray")))) | 203 | `(browse-kill-ring-separator-face ((,class (:weight bold :foreground "slate gray")))) |
| 204 | `(calendar-today ((,class (:weight bold :background "#CCCCFF")))) | 204 | `(calendar-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) |
| 205 | `(cfw:face-annotation ((,class (:foreground "RosyBrown" :inherit cfw:face-day-title)))) | 205 | `(cfw:face-annotation ((,class (:foreground "green" :background "red")))) |
| 206 | `(cfw:face-day-title ((,class (:background "#F8F9FF")))) | 206 | `(cfw:face-day-title ((,class (:foreground "#C9C9C9")))) |
| 207 | `(cfw:face-default-content ((,class (:foreground "#2952A3")))) | 207 | `(cfw:face-default-content ((,class (:foreground "#2952A3")))) |
| 208 | `(cfw:face-default-day ((,class (:weight bold :inherit cfw:face-day-title)))) | 208 | `(cfw:face-default-day ((,class (:weight bold)))) |
| 209 | `(cfw:face-disable ((,class (:foreground "DarkGray" :inherit cfw:face-day-title)))) | 209 | `(cfw:face-disable ((,class (:foreground "DarkGray")))) |
| 210 | `(cfw:face-grid ((,class (:foreground "SlateBlue")))) | 210 | `(cfw:face-grid ((,class (:foreground "#DDDDDD")))) |
| 211 | `(cfw:face-header ((,class (:foreground "blue" :background "#D4E5FF" :weight bold)))) | 211 | `(cfw:face-header ((,class (:foreground "#1662AF" :background "white" :weight bold)))) |
| 212 | `(cfw:face-holiday ((,class (:background "#FFD5E5")))) | 212 | `(cfw:face-holiday ((,class (:foreground "#777777" :background "#E4EBFE")))) |
| 213 | `(cfw:face-periods ((,class (:background "#668CD9" :foreground "white" :slant italic)))) | 213 | `(cfw:face-periods ((,class (:background "#668CD9" :foreground "white" :slant italic)))) |
| 214 | `(cfw:face-saturday ((,class (:foreground "SlateGray4" :background "gray90" :weight bold)))) | 214 | `(cfw:face-saturday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) |
| 215 | `(cfw:face-select ((,class (:background "#C3C9F8")))) | 215 | `(cfw:face-select ((,class (:foreground "#4A95EB" :background "#EDF1FA")))) |
| 216 | `(cfw:face-sunday ((,class (:foreground "red2" :background "#FFD5E5" :weight bold)))) | 216 | `(cfw:face-sunday ((,class (:foreground "#4E4E4E" :background "white" :weight bold)))) |
| 217 | `(cfw:face-title ((,class (:foreground "DarkGrey" :weight bold :height 2.0 :inherit variable-pitch)))) | 217 | `(cfw:face-title ((,class (:foreground "#676767" :weight bold :height 2.0 :inherit variable-pitch)))) |
| 218 | `(cfw:face-today ((,class (:background "#FFF7D7")))) | 218 | `(cfw:face-today ((,class (:foreground "#4F4A3D" :background "#FFFABE")))) |
| 219 | `(cfw:face-today-title ((,class (:background "#FAD163")))) | 219 | `(cfw:face-today-title ((,class (:foreground "#4A95EB" :background "#FFFABE")))) |
| 220 | `(cfw:face-toolbar ((,class (:foreground "gray90" :background "gray90")))) | 220 | `(cfw:face-toolbar ((,class (:background "white")))) |
| 221 | `(cfw:face-toolbar-button-off ((,class (:foreground "LightSkyBlue4" :background "white")))) | 221 | `(cfw:face-toolbar-button-off ((,class (:foreground "#CFCFCF" :background "white")))) |
| 222 | `(cfw:face-toolbar-button-on ((,class (:foreground "LightPink3" :background "gray94")))) | 222 | `(cfw:face-toolbar-button-on ((,class (:foreground "#5E5E5E" :background "#F6F6F6")))) |
| 223 | `(change-log-date-face ((,class (:foreground "purple")))) | 223 | `(change-log-date-face ((,class (:foreground "purple")))) |
| 224 | `(change-log-file ((,class (:weight bold :foreground "#4183C4")))) | 224 | `(change-log-file ((,class (:weight bold :foreground "#4183C4")))) |
| 225 | `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background "#F0F0F0")))) ;; other nick names | 225 | `(circe-highlight-all-nicks-face ((,class (:foreground "blue" :background "#F0F0F0")))) ;; other nick names |
| @@ -228,7 +228,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 228 | `(circe-originator-face ((,class (:foreground "blue")))) | 228 | `(circe-originator-face ((,class (:foreground "blue")))) |
| 229 | `(circe-prompt-face ((,class (:foreground "red")))) | 229 | `(circe-prompt-face ((,class (:foreground "red")))) |
| 230 | `(circe-server-face ((,class (:foreground "#99CAE5")))) | 230 | `(circe-server-face ((,class (:foreground "#99CAE5")))) |
| 231 | `(comint-highlight-input ((t ,code-block))) | 231 | `(comint-highlight-input ((,class ,code-block))) |
| 232 | `(comint-highlight-prompt ((,class (:foreground "#008ED1" :background "#EAEAFF")))) | 232 | `(comint-highlight-prompt ((,class (:foreground "#008ED1" :background "#EAEAFF")))) |
| 233 | `(compare-windows ((,class (:background "#FFFF00")))) | 233 | `(compare-windows ((,class (:background "#FFFF00")))) |
| 234 | `(compilation-error ((,class (:weight bold :foreground "red")))) | 234 | `(compilation-error ((,class (:weight bold :foreground "red")))) |
| @@ -263,7 +263,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 263 | `(dircolors-face-asm ((,class (:foreground "black")))) | 263 | `(dircolors-face-asm ((,class (:foreground "black")))) |
| 264 | `(dircolors-face-backup ((,class (:foreground "black")))) | 264 | `(dircolors-face-backup ((,class (:foreground "black")))) |
| 265 | `(dircolors-face-compress ((,class (:foreground "red")))) | 265 | `(dircolors-face-compress ((,class (:foreground "red")))) |
| 266 | `(dircolors-face-dir ((t ,directory))) | 266 | `(dircolors-face-dir ((,class ,directory))) |
| 267 | `(dircolors-face-doc ((,class (:foreground "black")))) | 267 | `(dircolors-face-doc ((,class (:foreground "black")))) |
| 268 | `(dircolors-face-dos ((,class (:foreground "green3")))) | 268 | `(dircolors-face-dos ((,class (:foreground "green3")))) |
| 269 | `(dircolors-face-emacs ((,class (:foreground "black")))) | 269 | `(dircolors-face-emacs ((,class (:foreground "black")))) |
| @@ -281,32 +281,32 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 281 | `(dircolors-face-tar ((,class (:foreground "red")))) | 281 | `(dircolors-face-tar ((,class (:foreground "red")))) |
| 282 | `(dircolors-face-text ((,class (:foreground "black")))) | 282 | `(dircolors-face-text ((,class (:foreground "black")))) |
| 283 | `(dircolors-face-yacc ((,class (:foreground "black")))) | 283 | `(dircolors-face-yacc ((,class (:foreground "black")))) |
| 284 | `(dired-directory ((t ,directory))) | 284 | `(dired-directory ((,class ,directory))) |
| 285 | `(dired-header ((t ,directory))) | 285 | `(dired-header ((,class ,directory))) |
| 286 | `(dired-ignored ((,class (:strike-through t :foreground "red")))) | 286 | `(dired-ignored ((,class (:strike-through t :foreground "red")))) |
| 287 | `(dired-mark ((t ,marked-line))) | 287 | `(dired-mark ((,class ,marked-line))) |
| 288 | `(dired-marked ((t ,marked-line))) | 288 | `(dired-marked ((,class ,marked-line))) |
| 289 | `(dired-symlink ((t ,symlink))) | 289 | `(dired-symlink ((,class ,symlink))) |
| 290 | `(diredp-compressed-file-suffix ((,class (:foreground "red")))) | 290 | `(diredp-compressed-file-suffix ((,class (:foreground "red")))) |
| 291 | `(diredp-date-time ((,class (:foreground "purple")))) | 291 | `(diredp-date-time ((,class (:foreground "purple")))) |
| 292 | `(diredp-dir-heading ((t ,directory))) | 292 | `(diredp-dir-heading ((,class ,directory))) |
| 293 | `(diredp-dir-priv ((t ,directory))) | 293 | `(diredp-dir-priv ((,class ,directory))) |
| 294 | `(diredp-exec-priv ((,class (:background "#03C03C")))) | 294 | `(diredp-exec-priv ((,class (:background "#03C03C")))) |
| 295 | `(diredp-executable-tag ((,class (:foreground "green3" :background "white")))) | 295 | `(diredp-executable-tag ((,class (:foreground "green3" :background "white")))) |
| 296 | `(diredp-file-name ((,class (:foreground "black")))) | 296 | `(diredp-file-name ((,class (:foreground "black")))) |
| 297 | `(diredp-file-suffix ((,class (:foreground "#008000")))) | 297 | `(diredp-file-suffix ((,class (:foreground "#008000")))) |
| 298 | `(diredp-flag-mark-line ((t ,marked-line))) | 298 | `(diredp-flag-mark-line ((,class ,marked-line))) |
| 299 | `(diredp-ignored-file-name ((,class (:strike-through t :foreground "red")))) | 299 | `(diredp-ignored-file-name ((,class (:strike-through t :foreground "red")))) |
| 300 | `(diredp-read-priv ((,class (:background "#0A99FF")))) | 300 | `(diredp-read-priv ((,class (:background "#0A99FF")))) |
| 301 | `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040")))) | 301 | `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040")))) |
| 302 | `(file-name-shadow ((t ,shadow))) | 302 | `(file-name-shadow ((,class ,shadow))) |
| 303 | `(font-latex-bold-face ((,class (:weight bold :foreground "medium sea green")))) | 303 | `(font-latex-bold-face ((,class (:weight bold :foreground "medium sea green")))) |
| 304 | `(font-latex-math-face ((,class (:foreground "blue")))) | 304 | `(font-latex-math-face ((,class (:foreground "blue")))) |
| 305 | `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7 :weight bold :foreground "cornflower blue")))) | 305 | `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7 :weight bold :foreground "cornflower blue")))) |
| 306 | `(font-latex-sectioning-2-face ((t ,ol1))) | 306 | `(font-latex-sectioning-2-face ((,class ,ol1))) |
| 307 | `(font-latex-sectioning-3-face ((t ,ol2))) | 307 | `(font-latex-sectioning-3-face ((,class ,ol2))) |
| 308 | `(font-latex-sectioning-4-face ((t ,ol3))) | 308 | `(font-latex-sectioning-4-face ((,class ,ol3))) |
| 309 | `(font-latex-sectioning-5-face ((t ,ol4))) | 309 | `(font-latex-sectioning-5-face ((,class ,ol4))) |
| 310 | `(font-latex-sedate-face ((,class (:foreground "#FF5803")))) | 310 | `(font-latex-sedate-face ((,class (:foreground "#FF5803")))) |
| 311 | `(font-latex-string-face ((,class (:bold t :foreground "#0066FF")))) | 311 | `(font-latex-string-face ((,class (:bold t :foreground "#0066FF")))) |
| 312 | `(font-latex-verbatim-face ((,class (:foreground "tan1")))) | 312 | `(font-latex-verbatim-face ((,class (:foreground "tan1")))) |
| @@ -327,7 +327,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 327 | `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white")))) | 327 | `(gnus-picon-xbm ((,class (:foreground "yellow" :background "white")))) |
| 328 | `(gnus-signature ((,class (:foreground "#7F7F7F")))) | 328 | `(gnus-signature ((,class (:foreground "#7F7F7F")))) |
| 329 | `(gnus-splash ((,class (:foreground "#FF8C00")))) | 329 | `(gnus-splash ((,class (:foreground "#FF8C00")))) |
| 330 | `(gnus-summary-cancelled ((t ,cancel))) | 330 | `(gnus-summary-cancelled ((,class ,cancel))) |
| 331 | `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) | 331 | `(gnus-summary-high-ancient ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) |
| 332 | `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) | 332 | `(gnus-summary-high-read ((,class (:weight normal :foreground "#808080" :background "#FFFFE6")))) |
| 333 | `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black" :background "#E7AEB0")))) | 333 | `(gnus-summary-high-ticked ((,class (:weight normal :foreground "black" :background "#E7AEB0")))) |
| @@ -347,24 +347,24 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 347 | `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66")))) | 347 | `(helm-candidate-number ((,class (:foreground "black" :background "#FFFF66")))) |
| 348 | `(helm-dir-heading ((,class (:foreground "blue" :background "pink")))) | 348 | `(helm-dir-heading ((,class (:foreground "blue" :background "pink")))) |
| 349 | `(helm-dir-priv ((,class (:foreground "dark red" :background "light grey")))) | 349 | `(helm-dir-priv ((,class (:foreground "dark red" :background "light grey")))) |
| 350 | `(helm-ff-directory ((t ,directory))) | 350 | `(helm-ff-directory ((,class ,directory))) |
| 351 | `(helm-ff-executable ((,class (:foreground "green3" :background "white")))) | 351 | `(helm-ff-executable ((,class (:foreground "green3" :background "white")))) |
| 352 | `(helm-ff-file ((,class (:foreground "black")))) | 352 | `(helm-ff-file ((,class (:foreground "black")))) |
| 353 | `(helm-ff-invalid-symlink ((,class (:foreground "yellow" :background "red")))) | 353 | `(helm-ff-invalid-symlink ((,class (:foreground "yellow" :background "red")))) |
| 354 | `(helm-ff-symlink ((t ,symlink))) | 354 | `(helm-ff-symlink ((,class ,symlink))) |
| 355 | `(helm-file-name ((,class (:foreground "blue")))) | 355 | `(helm-file-name ((,class (:foreground "blue")))) |
| 356 | `(helm-gentoo-match-face ((,class (:foreground "red")))) | 356 | `(helm-gentoo-match-face ((,class (:foreground "red")))) |
| 357 | `(helm-grep-running ((,class (:weight bold :foreground "white")))) | 357 | `(helm-grep-running ((,class (:weight bold :foreground "white")))) |
| 358 | `(helm-isearch-match ((,class (:background "#CCFFCC")))) | 358 | `(helm-isearch-match ((,class (:background "#CCFFCC")))) |
| 359 | `(helm-match ((t ,match))) | 359 | `(helm-match ((,class ,match))) |
| 360 | `(helm-overlay-line-face ((,class (:underline t :foreground "white" :background "IndianRed4")))) | 360 | `(helm-selection ((,class ,highlight-line))) |
| 361 | `(helm-selection ((t ,highlight-line))) | 361 | `(helm-selection-line ((,class ,volatile-highlight))) |
| 362 | `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#666699")))) | 362 | `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight bold :foreground "white" :background "#666699")))) |
| 363 | `(helm-visible-mark ((t ,marked-line))) | 363 | `(helm-visible-mark ((,class ,marked-line))) |
| 364 | `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1")))) | 364 | `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1")))) |
| 365 | `(highlight-symbol-face ((,class (:background "#FFFFA0")))) | 365 | `(highlight-symbol-face ((,class (:background "#FFFFA0")))) |
| 366 | `(hl-line ((t ,highlight-line))) | 366 | `(hl-line ((,class ,highlight-line))) |
| 367 | `(holiday-face ((,class (:background "#B6B2AE")))) | 367 | `(holiday-face ((,class (:foreground "#777777" :background "#E4EBFE")))) |
| 368 | `(html-helper-bold-face ((,class (:weight bold :foreground "black")))) | 368 | `(html-helper-bold-face ((,class (:weight bold :foreground "black")))) |
| 369 | `(html-helper-italic-face ((,class (:slant italic :foreground "black")))) | 369 | `(html-helper-italic-face ((,class (:slant italic :foreground "black")))) |
| 370 | `(html-helper-underline-face ((,class (:underline t :foreground "black")))) | 370 | `(html-helper-underline-face ((,class (:underline t :foreground "black")))) |
| @@ -375,54 +375,54 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 375 | `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold :underline t :foreground "#00CC00")))) ;; menu titles (headers) -- major topics | 375 | `(info-menu-header ((,class (:family "Sans Serif" :height 1.6 :weight bold :underline t :foreground "#00CC00")))) ;; menu titles (headers) -- major topics |
| 376 | `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item | 376 | `(info-menu-star ((,class (:foreground "black")))) ;; every 3rd menu item |
| 377 | `(info-node ((,class (:underline t :foreground "blue")))) ;; node names | 377 | `(info-node ((,class (:underline t :foreground "blue")))) ;; node names |
| 378 | `(info-quoted-name ((t ,code-inline))) | 378 | `(info-quoted-name ((,class ,code-inline))) |
| 379 | `(info-string ((t ,string))) | 379 | `(info-string ((,class ,string))) |
| 380 | `(info-title-1 ((t ,ol1))) | 380 | `(info-title-1 ((,class ,ol1))) |
| 381 | `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; unvisited cross-references | 381 | `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; unvisited cross-references |
| 382 | `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references | 382 | `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; previously visited cross-references |
| 383 | `(light-symbol-face ((,class (:background "#FFFFA0")))) | 383 | `(light-symbol-face ((,class (:background "#FFFFA0")))) |
| 384 | `(linum ((,class (:foreground "#AFB7BA" :background "#DDEEFF")))) | 384 | `(linum ((,class (:foreground "#AFB7BA" :background "#DDEEFF")))) |
| 385 | `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5")))) | 385 | `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5")))) |
| 386 | `(lui-button-face ((t ,link))) | 386 | `(lui-button-face ((,class ,link))) |
| 387 | `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ;; my nickname | 387 | `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ;; my nickname |
| 388 | `(lui-time-stamp-face ((,class (:foreground "purple")))) | 388 | `(lui-time-stamp-face ((,class (:foreground "purple")))) |
| 389 | `(magit-branch ((t ,vc-branch))) | 389 | `(magit-branch ((,class ,vc-branch))) |
| 390 | `(magit-diff-add ((t ,diff-added))) | 390 | `(magit-diff-add ((,class ,diff-added))) |
| 391 | `(magit-diff-del ((t ,diff-removed))) | 391 | `(magit-diff-del ((,class ,diff-removed))) |
| 392 | `(magit-diff-file-header ((,class (:family "Sans Serif" :height 1.1 :weight bold :foreground "#4183C4")))) | 392 | `(magit-diff-file-header ((,class (:family "Sans Serif" :height 1.1 :weight bold :foreground "#4183C4")))) |
| 393 | `(magit-diff-hunk-header ((t ,diff-hunk-header))) | 393 | `(magit-diff-hunk-header ((,class ,diff-hunk-header))) |
| 394 | `(magit-diff-none ((t ,diff-none))) | 394 | `(magit-diff-none ((,class ,diff-none))) |
| 395 | `(magit-header ((,class (:foreground "white" :background "#FF4040")))) | 395 | `(magit-header ((,class (:foreground "white" :background "#FF4040")))) |
| 396 | `(magit-item-highlight ((,class (:background "#EAF2F5")))) | 396 | `(magit-item-highlight ((,class (:background "#EAF2F5")))) |
| 397 | `(magit-item-mark ((t ,marked-line))) | 397 | `(magit-item-mark ((,class ,marked-line))) |
| 398 | `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style nil))))) | 398 | `(magit-log-head-label ((,class (:box (:line-width 1 :color "blue" :style nil))))) |
| 399 | `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style nil))))) | 399 | `(magit-log-tag-label ((,class (:box (:line-width 1 :color "#00CC00" :style nil))))) |
| 400 | `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "cornflower blue")))) | 400 | `(magit-section-title ((,class (:family "Sans Serif" :height 1.8 :weight bold :foreground "cornflower blue")))) |
| 401 | `(makefile-space-face ((,class (:background "hot pink")))) | 401 | `(makefile-space-face ((,class (:background "hot pink")))) |
| 402 | `(makefile-targets ((,class (:weight bold :foreground "blue")))) | 402 | `(makefile-targets ((,class (:weight bold :foreground "blue")))) |
| 403 | `(match ((t ,match))) | 403 | `(match ((,class ,match))) |
| 404 | `(mm-uu-extract ((t ,code-block))) | 404 | `(mm-uu-extract ((,class ,code-block))) |
| 405 | `(moccur-current-line-face ((,class (:background "#FFFFCC" :foreground "black")))) | 405 | `(moccur-current-line-face ((,class (:background "#FFFFCC" :foreground "black")))) |
| 406 | `(moccur-face ((,class (:background "#FFFF99" :foreground "black")))) | 406 | `(moccur-face ((,class (:background "#FFFF99" :foreground "black")))) |
| 407 | `(nobreak-space ((,class (:background "#CCE8F6")))) | 407 | `(nobreak-space ((,class (:background "#CCE8F6")))) |
| 408 | `(nxml-attribute-local-name-face ((,class (:foreground "magenta")))) | 408 | `(nxml-attribute-local-name-face ((,class (:foreground "magenta")))) |
| 409 | `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4")))) | 409 | `(nxml-attribute-value-delimiter-face ((,class (:foreground "green4")))) |
| 410 | `(nxml-attribute-value-face ((,class (:foreground "green4")))) | 410 | `(nxml-attribute-value-face ((,class (:foreground "green4")))) |
| 411 | `(nxml-comment-content-face ((,class (:slant italic :foreground "red")))) | 411 | `(nxml-comment-content-face ((,class (:slant italic :foreground "red")))) |
| 412 | `(nxml-comment-delimiter-face ((,class (:foreground "red")))) | 412 | `(nxml-comment-delimiter-face ((,class (:foreground "red")))) |
| 413 | `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999") :background "#DEDEDE" :foreground "#000088")))) | 413 | `(nxml-element-local-name ((,class (:box (:line-width 1 :color "#999999") :background "#DEDEDE" :foreground "#000088")))) |
| 414 | `(nxml-element-local-name-face ((,class (:foreground "blue")))) | 414 | `(nxml-element-local-name-face ((,class (:foreground "blue")))) |
| 415 | `(nxml-processing-instruction-target-face ((,class (:foreground "purple1")))) | 415 | `(nxml-processing-instruction-target-face ((,class (:foreground "purple1")))) |
| 416 | `(nxml-tag-delimiter-face ((,class (:foreground "blue")))) | 416 | `(nxml-tag-delimiter-face ((,class (:foreground "blue")))) |
| 417 | `(nxml-tag-slash-face ((,class (:foreground "blue")))) | 417 | `(nxml-tag-slash-face ((,class (:foreground "blue")))) |
| 418 | `(org-agenda-calendar-event ((,class (:weight bold :foreground "white" :background "#1662AF")))) | 418 | `(org-agenda-calendar-event ((,class (:weight bold :foreground "#3774CC" :background "#A8C5EF")))) |
| 419 | `(org-agenda-calendar-sexp ((,class (:foreground "black" :background "#80CBFF")))) | 419 | `(org-agenda-calendar-sexp ((,class (:foreground "#777777" :background "#E4EBFE")))) |
| 420 | `(org-agenda-clocking ((t ,clock-line))) | 420 | `(org-agenda-clocking ((,class ,clock-line))) |
| 421 | `(org-agenda-column-dateline ((t ,column))) | 421 | `(org-agenda-column-dateline ((,class ,column))) |
| 422 | `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF")))) | 422 | `(org-agenda-current-time ((,class (:underline t :foreground "#1662AF")))) |
| 423 | `(org-agenda-date ((,class (:height 1.6 :weight normal :foreground "#0063F5")))) | 423 | `(org-agenda-date ((,class (:height 1.6 :weight bold :foreground "#1662AF")))) |
| 424 | `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#1662AF")))) | 424 | `(org-agenda-date-today ((,class (:height 1.6 :weight bold :foreground "#4F4A3D" :background "#FFFABE")))) |
| 425 | `(org-agenda-date-weekend ((,class (:height 1.6 :weight normal :foreground "dim gray")))) | 425 | `(org-agenda-date-weekend ((,class (:height 1.6 :weight bold :foreground "#4E4E4E")))) |
| 426 | `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background "light blue")))) | 426 | `(org-agenda-diary ((,class (:weight bold :foreground "green4" :background "light blue")))) |
| 427 | `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2")))) | 427 | `(org-agenda-dimmed-todo-face ((,class (:foreground "gold2")))) |
| 428 | `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE")))) | 428 | `(org-agenda-done ((,class (:foreground "#555555" :background "#EEEEEE")))) |
| @@ -432,15 +432,15 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 432 | `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC")))) | 432 | `(org-agenda-structure ((,class (:height 1.6 :weight bold :box (:line-width 1 :color "#999999") :foreground "#666666" :background "#CCCCCC")))) |
| 433 | `(org-archived ((,class (:foreground "gray70")))) | 433 | `(org-archived ((,class (:foreground "gray70")))) |
| 434 | `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0")))) | 434 | `(org-beamer-tag ((,class (:box (:line-width 1 :color "#FABC18") :foreground "#2C2C2C" :background "#FFF8D0")))) |
| 435 | `(org-block ((t ,code-block))) | 435 | `(org-block ((,class ,code-block))) |
| 436 | `(org-block-background ((,class (:background "#FFFFE0")))) | 436 | `(org-block-background ((,class (:background "#FFFFE0")))) |
| 437 | `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) | 437 | `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) |
| 438 | `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) | 438 | `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) |
| 439 | `(org-checkbox ((,class (:weight bold :foreground "white" :background "#777777" :box (:line-width 1 :style pressed-button))))) | 439 | `(org-checkbox ((,class (:weight bold :foreground "white" :background "#777777" :box (:line-width 1 :style pressed-button))))) |
| 440 | `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4")))) | 440 | `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4")))) |
| 441 | `(org-code ((t ,code-inline))) | 441 | `(org-code ((,class (:foreground "#0066CC")))) |
| 442 | `(org-column ((t ,column))) | 442 | `(org-column ((,class ,column))) |
| 443 | `(org-column-title ((t ,column))) | 443 | `(org-column-title ((,class ,column))) |
| 444 | `(org-date ((,class (:underline t :foreground "#00459E")))) | 444 | `(org-date ((,class (:underline t :foreground "#00459E")))) |
| 445 | `(org-default ((,class (:foreground "#333333")))) | 445 | `(org-default ((,class (:foreground "#333333")))) |
| 446 | `(org-dim ((,class (:foreground "#AAAAAA")))) | 446 | `(org-dim ((,class (:foreground "#AAAAAA")))) |
| @@ -457,44 +457,44 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 457 | `(org-hide ((,class (:foreground "#E2E2E2")))) | 457 | `(org-hide ((,class (:foreground "#E2E2E2")))) |
| 458 | `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6")))) | 458 | `(org-inlinetask ((,class (:box (:line-width 1 :color "#EBEBEB") :foreground "#777777" :background "#FFFFD6")))) |
| 459 | `(org-latex-and-export-specials ((,class (:foreground "blue")))) | 459 | `(org-latex-and-export-specials ((,class (:foreground "blue")))) |
| 460 | `(org-level-1 ((t ,ol1))) | 460 | `(org-level-1 ((,class ,ol1))) |
| 461 | `(org-level-2 ((t ,ol2))) | 461 | `(org-level-2 ((,class ,ol2))) |
| 462 | `(org-level-3 ((t ,ol3))) | 462 | `(org-level-3 ((,class ,ol3))) |
| 463 | `(org-level-4 ((t ,ol4))) | 463 | `(org-level-4 ((,class ,ol4))) |
| 464 | `(org-level-5 ((t ,ol5))) | 464 | `(org-level-5 ((,class ,ol5))) |
| 465 | `(org-level-6 ((t ,ol6))) | 465 | `(org-level-6 ((,class ,ol6))) |
| 466 | `(org-level-7 ((t ,ol7))) | 466 | `(org-level-7 ((,class ,ol7))) |
| 467 | `(org-level-8 ((t ,ol8))) | 467 | `(org-level-8 ((,class ,ol8))) |
| 468 | `(org-link ((t ,link))) | 468 | `(org-link ((,class ,link))) |
| 469 | `(org-list-dt ((,class (:weight bold :foreground "#335EA8")))) | 469 | `(org-list-dt ((,class (:weight bold :foreground "#335EA8")))) |
| 470 | `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background "#EAEAFF")))) | 470 | `(org-meta-line ((,class (:slant normal :foreground "#008ED1" :background "#EAEAFF")))) |
| 471 | `(org-mode-line-clock ((t ,clock-line))) | 471 | `(org-mode-line-clock ((,class ,clock-line))) |
| 472 | `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1 :color "#335EA8") :foreground "white" :background "#FF4040")))) | 472 | `(org-mode-line-clock-overrun ((,class (:weight bold :box (:line-width 1 :color "#335EA8") :foreground "white" :background "#FF4040")))) |
| 473 | `(org-number-of-items ((,class (:weight bold :foreground "white" :background "#79BA79")))) | 473 | `(org-number-of-items ((,class (:weight bold :foreground "white" :background "#79BA79")))) |
| 474 | `(org-property-value ((,class (:foreground "#00A000")))) | 474 | `(org-property-value ((,class (:foreground "#00A000")))) |
| 475 | `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0")))) | 475 | `(org-quote ((,class (:slant italic :foreground "dim gray" :background "#FFFFE0")))) |
| 476 | `(org-scheduled ((,class (:slant italic :foreground "#0063DC")))) | 476 | `(org-scheduled ((,class (:foreground "#333333")))) |
| 477 | `(org-scheduled-previously ((,class (:weight bold :foreground "#373737")))) | 477 | `(org-scheduled-previously ((,class (:weight bold :foreground "#373737")))) |
| 478 | `(org-scheduled-today ((,class (:foreground "black" :background "#FFFFCB")))) | 478 | `(org-scheduled-today ((,class (:weight bold :foreground "#4F4A3D" :background "#FFFABE")))) |
| 479 | `(org-sexp-date ((,class (:foreground "purple")))) | 479 | `(org-sexp-date ((,class (:foreground "purple")))) |
| 480 | `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) | 480 | `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" :background "#EAFFEA")))) |
| 481 | `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) | 481 | `(org-table ((,class (:foreground "dark green" :background "#EAFFEA")))) |
| 482 | `(org-tag ((,class (:height 1.0 :weight normal :slant italic :foreground "#3C424F" :background "#E5ECFA")))) | 482 | `(org-tag ((,class (:weight normal :slant italic :foreground "#3E6D8E" :background "#E0EAF1")))) |
| 483 | `(org-target ((,class (:underline t)))) | 483 | `(org-target ((,class (:underline t)))) |
| 484 | `(org-time-grid ((,class (:foreground "#6D6D6D")))) | 484 | `(org-time-grid ((,class (:foreground "#CFCFCF")))) |
| 485 | `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) | 485 | `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") :foreground "#D8ABA7" :background "#FFE6E4")))) |
| 486 | `(org-upcoming-deadline ((,class (:foreground "#FF5555")))) | 486 | `(org-upcoming-deadline ((,class (:foreground "#FF5555")))) |
| 487 | `(org-verbatim ((,class (:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#E0FFE0")))) | 487 | `(org-verbatim ((,class (:box (:line-width 1 :color "#DDDDDD") :foreground "#000088" :background "#E0FFE0")))) |
| 488 | `(org-verse ((,class (:slant italic :foreground "dim gray" :background "#EEEEEE")))) | 488 | `(org-verse ((,class (:slant italic :foreground "dim gray" :background "#EEEEEE")))) |
| 489 | `(org-warning ((,class (:weight bold :foreground "black" :background "#CCE7FF")))) | 489 | `(org-warning ((,class (:weight bold :foreground "black" :background "#CCE7FF")))) |
| 490 | `(outline-1 ((t ,ol1))) | 490 | `(outline-1 ((,class ,ol1))) |
| 491 | `(outline-2 ((t ,ol2))) | 491 | `(outline-2 ((,class ,ol2))) |
| 492 | `(outline-3 ((t ,ol3))) | 492 | `(outline-3 ((,class ,ol3))) |
| 493 | `(outline-4 ((t ,ol4))) | 493 | `(outline-4 ((,class ,ol4))) |
| 494 | `(outline-5 ((t ,ol5))) | 494 | `(outline-5 ((,class ,ol5))) |
| 495 | `(outline-6 ((t ,ol6))) | 495 | `(outline-6 ((,class ,ol6))) |
| 496 | `(outline-7 ((t ,ol7))) | 496 | `(outline-7 ((,class ,ol7))) |
| 497 | `(outline-8 ((t ,ol8))) | 497 | `(outline-8 ((,class ,ol8))) |
| 498 | `(pabbrev-debug-display-label-face ((,class (:background "chartreuse")))) | 498 | `(pabbrev-debug-display-label-face ((,class (:background "chartreuse")))) |
| 499 | `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red")))) | 499 | `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" :background "red")))) |
| 500 | `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple")))) | 500 | `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" :background "purple")))) |
| @@ -504,7 +504,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 504 | `(pp^L-highlight ((,class (:strike-through t)))) | 504 | `(pp^L-highlight ((,class (:strike-through t)))) |
| 505 | `(recover-this-file ((,class (:background "white" :background "#FF3F3F")))) | 505 | `(recover-this-file ((,class (:background "white" :background "#FF3F3F")))) |
| 506 | `(sh-heredoc ((,class (:foreground "blue" :background "#FBF9EA")))) | 506 | `(sh-heredoc ((,class (:foreground "blue" :background "#FBF9EA")))) |
| 507 | `(shadow ((t ,shadow))) | 507 | `(shadow ((,class ,shadow))) |
| 508 | `(shell-option-face ((,class (:foreground "forest green")))) | 508 | `(shell-option-face ((,class (:foreground "forest green")))) |
| 509 | `(shell-output-2-face ((,class (:foreground "blue")))) | 509 | `(shell-output-2-face ((,class (:foreground "blue")))) |
| 510 | `(shell-output-3-face ((,class (:foreground "purple")))) | 510 | `(shell-output-3-face ((,class (:foreground "purple")))) |
| @@ -515,16 +515,16 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 515 | `(speedbar-button-face ((,class (:foreground "green4")))) | 515 | `(speedbar-button-face ((,class (:foreground "green4")))) |
| 516 | `(speedbar-directory-face ((,class (:foreground "blue4")))) | 516 | `(speedbar-directory-face ((,class (:foreground "blue4")))) |
| 517 | `(speedbar-file-face ((,class (:foreground "cyan4")))) | 517 | `(speedbar-file-face ((,class (:foreground "cyan4")))) |
| 518 | `(speedbar-highlight-face ((,class (:background "green")))) | 518 | `(speedbar-highlight-face ((,class ,volatile-highlight))) |
| 519 | `(speedbar-selected-face ((,class (:underline t :foreground "red")))) | 519 | `(speedbar-selected-face ((,class (:underline t :foreground "red")))) |
| 520 | `(speedbar-tag-face ((,class (:foreground "brown")))) | 520 | `(speedbar-tag-face ((,class (:foreground "brown")))) |
| 521 | `(svn-status-directory-face ((t ,directory))) | 521 | `(svn-status-directory-face ((,class ,directory))) |
| 522 | `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4")))) | 522 | `(svn-status-filename-face ((,class (:weight bold :foreground "#4183C4")))) |
| 523 | `(svn-status-locked-face ((,class (:weight bold :foreground "red")))) | 523 | `(svn-status-locked-face ((,class (:weight bold :foreground "red")))) |
| 524 | `(svn-status-marked-face ((t ,marked-line))) | 524 | `(svn-status-marked-face ((,class ,marked-line))) |
| 525 | `(svn-status-marked-popup-face ((,class (:weight bold :foreground "green3")))) | 525 | `(svn-status-marked-popup-face ((,class (:weight bold :foreground "green3")))) |
| 526 | `(svn-status-switched-face ((,class (:slant italic :foreground "gray55")))) | 526 | `(svn-status-switched-face ((,class (:slant italic :foreground "gray55")))) |
| 527 | `(svn-status-symlink-face ((t ,symlink))) | 527 | `(svn-status-symlink-face ((,class ,symlink))) |
| 528 | `(svn-status-update-available-face ((,class (:foreground "orange")))) | 528 | `(svn-status-update-available-face ((,class (:foreground "orange")))) |
| 529 | `(tex-verbatim ((,class (:foreground "blue")))) | 529 | `(tex-verbatim ((,class (:foreground "blue")))) |
| 530 | `(tool-bar ((,class (:box (:line-width 1 :style released-button) :foreground "black" :background "gray75")))) | 530 | `(tool-bar ((,class (:box (:line-width 1 :style released-button) :foreground "black" :background "gray75")))) |
| @@ -549,7 +549,7 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 549 | `(vc-annotate-face-FF993F ((,class (:foreground "#FF993F" :background "black")))) | 549 | `(vc-annotate-face-FF993F ((,class (:foreground "#FF993F" :background "black")))) |
| 550 | `(vc-annotate-face-FFC63F ((,class (:foreground "#FF993F" :background "black")))) | 550 | `(vc-annotate-face-FFC63F ((,class (:foreground "#FF993F" :background "black")))) |
| 551 | `(vc-annotate-face-FFF33F ((,class (:foreground "#FFF33F" :background "black")))) | 551 | `(vc-annotate-face-FFF33F ((,class (:foreground "#FFF33F" :background "black")))) |
| 552 | `(w3m-anchor ((t ,link))) | 552 | `(w3m-anchor ((,class ,link))) |
| 553 | `(w3m-arrived-anchor ((,class (:foreground "purple1")))) | 553 | `(w3m-arrived-anchor ((,class (:foreground "purple1")))) |
| 554 | `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green")))) | 554 | `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green")))) |
| 555 | `(w3m-bold ((,class (:weight bold :foreground "medium sea green")))) | 555 | `(w3m-bold ((,class (:weight bold :foreground "medium sea green")))) |
| @@ -569,9 +569,9 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 569 | `(whitespace-hspace ((,class (:background "#CCE8F6")))) | 569 | `(whitespace-hspace ((,class (:background "#CCE8F6")))) |
| 570 | `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) | 570 | `(whitespace-indentation ((,class (:foreground "firebrick" :background "yellow")))) |
| 571 | `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88")))) | 571 | `(whitespace-line ((,class (:foreground "#CC0000" :background "#FFFF88")))) |
| 572 | `(whitespace-tab ((,class (:foreground "lightgray" :background "beige")))) | 572 | `(whitespace-tab ((,class (:foreground "lightgray" :background "beige")))) |
| 573 | `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) | 573 | `(whitespace-trailing ((,class (:weight bold :foreground "yellow" :background "red1")))) |
| 574 | `(widget-button-face ((t ,link))) | 574 | `(widget-button-face ((,class ,link))) |
| 575 | `(widget-button-pressed-face ((,class (:foreground "red")))) | 575 | `(widget-button-pressed-face ((,class (:foreground "red")))) |
| 576 | `(widget-documentation-face ((,class (:foreground "green4")))) | 576 | `(widget-documentation-face ((,class (:foreground "green4")))) |
| 577 | `(widget-field-face ((,class (:background "gray85")))) | 577 | `(widget-field-face ((,class (:background "gray85")))) |
| @@ -583,8 +583,8 @@ Semantic, and Ansi-Color faces are included -- and much more...") | |||
| 583 | 583 | ||
| 584 | (custom-theme-set-variables | 584 | (custom-theme-set-variables |
| 585 | 'leuven | 585 | 'leuven |
| 586 | '(ansi-color-names-vector ["#242424" "#e5786d" "#95e454" "#cae682" | 586 | '(ansi-color-names-vector ["#242424" "#E5786D" "#95E454" "#CAE682" |
| 587 | "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"])) | 587 | "#8AC6F2" "#333366" "#CCAA8F" "#F6F3E8"])) |
| 588 | 588 | ||
| 589 | (provide-theme 'leuven) | 589 | (provide-theme 'leuven) |
| 590 | 590 | ||