diff options
| author | Chong Yidong | 2011-02-02 12:26:04 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-02 12:26:04 -0500 |
| commit | a2ff2fc09dd3a129aa093a9beb9e35777d7201d1 (patch) | |
| tree | d5a2584b889f19b3fd994c62d591f091e6407678 | |
| parent | 90db975fc5177e0a54ef8eff43cc2585c5cb60cb (diff) | |
| download | emacs-a2ff2fc09dd3a129aa093a9beb9e35777d7201d1.tar.gz emacs-a2ff2fc09dd3a129aa093a9beb9e35777d7201d1.zip | |
* etc/themes/tango-theme.el: Remove some non-Tango face colors.
| -rw-r--r-- | etc/themes/tango-theme.el | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el index 314b3986f21..7be50a17f5f 100644 --- a/etc/themes/tango-theme.el +++ b/etc/themes/tango-theme.el | |||
| @@ -42,20 +42,20 @@ Semantic, and Ansi-Color faces are included.") | |||
| 42 | (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") | 42 | (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") |
| 43 | (red-1 "#ef2929") (red-2 "#cc0000") (red-3 "#a40000") | 43 | (red-1 "#ef2929") (red-2 "#cc0000") (red-3 "#a40000") |
| 44 | (alum-1 "#eeeeec") (alum-2 "#d3d7cf") (alum-3 "#babdb6") | 44 | (alum-1 "#eeeeec") (alum-2 "#d3d7cf") (alum-3 "#babdb6") |
| 45 | (alum-4 "#888a85") (alum-5 "#555753") (alum-6 "#2e3436") | 45 | (alum-4 "#888a85") (alum-5 "#5f615c") (alum-6 "#2e3436") |
| 46 | ;; Not in Tango palette; used for better contrast. | 46 | ;; Not in Tango palette; used for better contrast. |
| 47 | (cham-4 "#346604") (blue-0 "#8cc4ff")) | 47 | (cham-4 "#346604") (blue-0 "#8cc4ff") (orange-4 "#b35000")) |
| 48 | 48 | ||
| 49 | (custom-theme-set-faces | 49 | (custom-theme-set-faces |
| 50 | 'tango | 50 | 'tango |
| 51 | `(default ((,class (:foreground ,"#16191a" :background ,alum-1)))) | 51 | `(default ((,class (:foreground ,alum-6 :background ,alum-1)))) |
| 52 | `(cursor ((,class (:foreground ,alum-1 :background ,blue-3)))) | 52 | `(cursor ((,class (:foreground ,alum-1 :background ,blue-3)))) |
| 53 | ;; Highlighting faces | 53 | ;; Highlighting faces |
| 54 | `(fringe ((,class (:background ,alum-2)))) | 54 | `(fringe ((,class (:background ,alum-2)))) |
| 55 | `(highlight ((,class (:background ,alum-3)))) | 55 | `(highlight ((,class (:background ,alum-3)))) |
| 56 | `(region ((,class (:background ,alum-3)))) | 56 | `(region ((,class (:background ,alum-3)))) |
| 57 | `(secondary-selection ((,class (:background ,blue-0)))) | 57 | `(secondary-selection ((,class (:background ,blue-0)))) |
| 58 | `(isearch ((,class (:foreground ,"#ffffff" :background ,orange-3)))) | 58 | `(isearch ((,class (:foreground "#ffffff" :background ,orange-3)))) |
| 59 | `(lazy-highlight ((,class (:background ,choc-1)))) | 59 | `(lazy-highlight ((,class (:background ,choc-1)))) |
| 60 | `(trailing-whitespace ((,class (:background ,red-1)))) | 60 | `(trailing-whitespace ((,class (:background ,red-1)))) |
| 61 | ;; Mode line faces | 61 | ;; Mode line faces |
| @@ -67,14 +67,14 @@ Semantic, and Ansi-Color faces are included.") | |||
| 67 | `(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3)))) | 67 | `(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3)))) |
| 68 | `(escape-glyph ((,class (:foreground ,red-3)))) | 68 | `(escape-glyph ((,class (:foreground ,red-3)))) |
| 69 | ;; Font lock faces | 69 | ;; Font lock faces |
| 70 | `(font-lock-builtin-face ((,class (:weight bold :foreground ,plum-3)))) | 70 | `(font-lock-builtin-face ((,class (:foreground ,plum-2)))) |
| 71 | `(font-lock-comment-face ((,class (:foreground ,cham-4)))) | 71 | `(font-lock-comment-face ((,class (:slant italic :foreground ,alum-5)))) |
| 72 | `(font-lock-constant-face ((,class (:weight bold :foreground ,blue-3)))) | 72 | `(font-lock-constant-face ((,class (:weight bold :foreground ,blue-3)))) |
| 73 | `(font-lock-function-name-face ((,class (:foreground ,red-3)))) | 73 | `(font-lock-function-name-face ((,class (:foreground ,red-3)))) |
| 74 | `(font-lock-keyword-face ((,class (:weight bold :foreground ,choc-2)))) | 74 | `(font-lock-keyword-face ((,class (:foreground ,cham-4)))) |
| 75 | `(font-lock-string-face ((,class (:foreground ,plum-3)))) | 75 | `(font-lock-string-face ((,class (:foreground ,plum-3)))) |
| 76 | `(font-lock-type-face ((,class (:foreground ,blue-3)))) | 76 | `(font-lock-type-face ((,class (:foreground ,blue-3)))) |
| 77 | `(font-lock-variable-name-face ((,class (:weight bold :foreground ,orange-3)))) | 77 | `(font-lock-variable-name-face ((,class (:foreground ,orange-4)))) |
| 78 | `(font-lock-warning-face ((,class (:foreground ,red-2)))) | 78 | `(font-lock-warning-face ((,class (:foreground ,red-2)))) |
| 79 | ;; Button and link faces | 79 | ;; Button and link faces |
| 80 | `(button ((,class (:underline t :foreground ,blue-3)))) | 80 | `(button ((,class (:underline t :foreground ,blue-3)))) |
| @@ -85,32 +85,32 @@ Semantic, and Ansi-Color faces are included.") | |||
| 85 | `(gnus-group-news-1-low ((,class (:foreground ,plum-3)))) | 85 | `(gnus-group-news-1-low ((,class (:foreground ,plum-3)))) |
| 86 | `(gnus-group-news-2 ((,class (:weight bold :foreground ,blue-3)))) | 86 | `(gnus-group-news-2 ((,class (:weight bold :foreground ,blue-3)))) |
| 87 | `(gnus-group-news-2-low ((,class (:foreground ,blue-3)))) | 87 | `(gnus-group-news-2-low ((,class (:foreground ,blue-3)))) |
| 88 | `(gnus-group-news-3 ((,class (:weight bold :foreground ,"#4e0a06")))) | 88 | `(gnus-group-news-3 ((,class (:weight bold :foreground ,red-3)))) |
| 89 | `(gnus-group-news-3-low ((,class (:foreground ,"#4e0a06")))) | 89 | `(gnus-group-news-3-low ((,class (:foreground ,red-3)))) |
| 90 | `(gnus-group-news-4 ((,class (:weight bold :foreground ,"#7a4c02")))) | 90 | `(gnus-group-news-4 ((,class (:weight bold :foreground ,"#7a4c02")))) |
| 91 | `(gnus-group-news-4-low ((,class (:foreground ,"#7a4c02")))) | 91 | `(gnus-group-news-4-low ((,class (:foreground ,"#7a4c02")))) |
| 92 | `(gnus-group-news-5 ((,class (:weight bold :foreground ,orange-3)))) | 92 | `(gnus-group-news-5 ((,class (:weight bold :foreground ,orange-3)))) |
| 93 | `(gnus-group-news-5-low ((,class (:foreground ,orange-3)))) | 93 | `(gnus-group-news-5-low ((,class (:foreground ,orange-3)))) |
| 94 | `(gnus-group-news-low ((,class (:foreground ,"#888a85")))) | 94 | `(gnus-group-news-low ((,class (:foreground ,alum-4)))) |
| 95 | `(gnus-group-mail-1 ((,class (:weight bold :foreground ,plum-3)))) | 95 | `(gnus-group-mail-1 ((,class (:weight bold :foreground ,plum-3)))) |
| 96 | `(gnus-group-mail-1-low ((,class (:foreground ,plum-3)))) | 96 | `(gnus-group-mail-1-low ((,class (:foreground ,plum-3)))) |
| 97 | `(gnus-group-mail-2 ((,class (:weight bold :foreground ,blue-3)))) | 97 | `(gnus-group-mail-2 ((,class (:weight bold :foreground ,blue-3)))) |
| 98 | `(gnus-group-mail-2-low ((,class (:foreground ,blue-3)))) | 98 | `(gnus-group-mail-2-low ((,class (:foreground ,blue-3)))) |
| 99 | `(gnus-group-mail-3 ((,class (:weight bold :foreground ,"#4e0a06")))) | 99 | `(gnus-group-mail-3 ((,class (:weight bold :foreground ,cham-3)))) |
| 100 | `(gnus-group-mail-3-low ((,class (:foreground ,"#4e0a06")))) | 100 | `(gnus-group-mail-3-low ((,class (:foreground ,cham-3)))) |
| 101 | `(gnus-group-mail-low ((,class (:foreground ,"#888a85")))) | 101 | `(gnus-group-mail-low ((,class (:foreground ,alum-4)))) |
| 102 | `(gnus-header-content ((,class (:foreground ,cham-3)))) | 102 | `(gnus-header-content ((,class (:foreground ,cham-3)))) |
| 103 | `(gnus-header-from ((,class (:weight bold :foreground ,butter-3)))) | 103 | `(gnus-header-from ((,class (:weight bold :foreground ,butter-3)))) |
| 104 | `(gnus-header-subject ((,class (:foreground ,"#4e0a06")))) | 104 | `(gnus-header-subject ((,class (:foreground ,red-3)))) |
| 105 | `(gnus-header-name ((,class (:foreground ,blue-3)))) | 105 | `(gnus-header-name ((,class (:foreground ,blue-3)))) |
| 106 | `(gnus-header-newsgroups ((,class (:foreground ,"#888a85")))) | 106 | `(gnus-header-newsgroups ((,class (:foreground ,alum-4)))) |
| 107 | ;; Message faces | 107 | ;; Message faces |
| 108 | `(message-header-name ((,class (:foreground ,blue-3)))) | 108 | `(message-header-name ((,class (:foreground ,blue-3)))) |
| 109 | `(message-header-cc ((,class (:foreground ,butter-3)))) | 109 | `(message-header-cc ((,class (:foreground ,butter-3)))) |
| 110 | `(message-header-other ((,class (:foreground ,choc-2)))) | 110 | `(message-header-other ((,class (:foreground ,choc-2)))) |
| 111 | `(message-header-subject ((,class (:foreground ,"#4e0a06")))) | 111 | `(message-header-subject ((,class (:foreground ,red-3)))) |
| 112 | `(message-header-to ((,class (:weight bold :foreground ,butter-3)))) | 112 | `(message-header-to ((,class (:weight bold :foreground ,butter-3)))) |
| 113 | `(message-cited-text ((,class (:foreground ,"#888a85")))) | 113 | `(message-cited-text ((,class (:slant italic :foreground ,alum-5)))) |
| 114 | `(message-separator ((,class (:weight bold :foreground ,cham-3)))) | 114 | `(message-separator ((,class (:weight bold :foreground ,cham-3)))) |
| 115 | ;; SMerge | 115 | ;; SMerge |
| 116 | `(smerge-refined-change ((,class (:background ,plum-1)))) | 116 | `(smerge-refined-change ((,class (:background ,plum-1)))) |