diff options
| author | Chong Yidong | 2013-12-21 21:43:11 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-12-21 21:43:11 +0800 |
| commit | c2790aecc822314f5c1e5f28f76ada1572301eb3 (patch) | |
| tree | 09660ab1110ecc96365502962b8ea7209b5c9ddd | |
| parent | 7667eeb9b5e1b1a63bc6cbe63cfc1d8c695cdcfb (diff) | |
| download | emacs-c2790aecc822314f5c1e5f28f76ada1572301eb3.tar.gz emacs-c2790aecc822314f5c1e5f28f76ada1572301eb3.zip | |
* themes/tango-dark-theme.el: Minor color tweak.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/themes/tango-dark-theme.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 8001735615f..2a9ffcd05df 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-21 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * themes/tango-dark-theme.el: Minor color tweak. | ||
| 4 | |||
| 1 | 2013-12-13 David Engster <deng@randomsample.de> | 5 | 2013-12-13 David Engster <deng@randomsample.de> |
| 2 | 6 | ||
| 3 | * NEWS: Add sections for CEDET and EIEIO. | 7 | * NEWS: Add sections for CEDET and EIEIO. |
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index 347e5655a0a..1792858484c 100644 --- a/etc/themes/tango-dark-theme.el +++ b/etc/themes/tango-dark-theme.el | |||
| @@ -39,12 +39,12 @@ Semantic, and Ansi-Color faces are included.") | |||
| 39 | (choc-1 "#e9b96e") (choc-2 "#c17d11") (choc-3 "#8f5902") | 39 | (choc-1 "#e9b96e") (choc-2 "#c17d11") (choc-3 "#8f5902") |
| 40 | (cham-1 "#8ae234") (cham-2 "#73d216") (cham-3 "#4e9a06") | 40 | (cham-1 "#8ae234") (cham-2 "#73d216") (cham-3 "#4e9a06") |
| 41 | (blue-1 "#729fcf") (blue-2 "#3465a4") (blue-3 "#204a87") | 41 | (blue-1 "#729fcf") (blue-2 "#3465a4") (blue-3 "#204a87") |
| 42 | (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") | 42 | (plum-1 "#e090d7") (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 "#555753") (alum-6 "#2e3436") |
| 46 | ;; Not in Tango palette; used for better contrast. | 46 | ;; Not in Tango palette; used for better contrast. |
| 47 | (cham-0 "#b4fa70") (blue-0 "#8cc4ff") (plum-0 "#e6a8df") | 47 | (cham-0 "#b4fa70") (blue-0 "#8cc4ff") (plum-0 "#e9b2e3") |
| 48 | (red-0 "#ff4b4b") (alum-5.5 "#41423f") (alum-7 "#212526")) | 48 | (red-0 "#ff4b4b") (alum-5.5 "#41423f") (alum-7 "#212526")) |
| 49 | 49 | ||
| 50 | (custom-theme-set-faces | 50 | (custom-theme-set-faces |