X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e8f2a944716884ba72b9ef3a49db2d5bca428ac9..7e09ef09a479731d01b1ca46e94ddadd73ac98e3:/etc/themes/tango-dark-theme.el diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index b5621d1032..fba579fd17 100644 --- a/etc/themes/tango-dark-theme.el +++ b/etc/themes/tango-dark-theme.el @@ -1,6 +1,6 @@ ;;; tango-dark-theme.el --- Tango-based custom theme for faces -;; Copyright (C) 2010-2011 Free Software Foundation, Inc. +;; Copyright (C) 2010-2015 Free Software Foundation, Inc. ;; Authors: Chong Yidong ;; Jan Moringen @@ -39,12 +39,12 @@ Semantic, and Ansi-Color faces are included.") (choc-1 "#e9b96e") (choc-2 "#c17d11") (choc-3 "#8f5902") (cham-1 "#8ae234") (cham-2 "#73d216") (cham-3 "#4e9a06") (blue-1 "#729fcf") (blue-2 "#3465a4") (blue-3 "#204a87") - (plum-1 "#ad7fa8") (plum-2 "#75507b") (plum-3 "#5c3566") + (plum-1 "#e090d7") (plum-2 "#75507b") (plum-3 "#5c3566") (red-1 "#ef2929") (red-2 "#cc0000") (red-3 "#a40000") (alum-1 "#eeeeec") (alum-2 "#d3d7cf") (alum-3 "#babdb6") (alum-4 "#888a85") (alum-5 "#555753") (alum-6 "#2e3436") ;; Not in Tango palette; used for better contrast. - (cham-0 "#b4fa70") (blue-0 "#8cc4ff") (plum-0 "#e6a8df") + (cham-0 "#b4fa70") (blue-0 "#8cc4ff") (plum-0 "#e9b2e3") (red-0 "#ff4b4b") (alum-5.5 "#41423f") (alum-7 "#212526")) (custom-theme-set-faces @@ -56,7 +56,7 @@ Semantic, and Ansi-Color faces are included.") (:foreground ,alum-1 :background "#222")) (,class (:foreground ,alum-1 :background "black")))) - `(cursor ((,class (:foreground ,alum-6 :background ,butter-1)))) + `(cursor ((,class (:background ,butter-1)))) ;; Highlighting faces `(fringe ((,class (:background ,alum-7)))) `(highlight ((,class (:foreground ,alum-6 :background ,butter-2)))) @@ -72,9 +72,15 @@ Semantic, and Ansi-Color faces are included.") `(mode-line-inactive ((,class (:box (:line-width -1 :style released-button) :background ,alum-5 :foreground ,alum-1)))) + `(compilation-mode-line-fail ((,class (:foreground ,red-3)))) + `(compilation-mode-line-run ((,class (:foreground ,orange-3)))) + `(compilation-mode-line-exit ((,class (:foreground ,cham-3)))) ;; Escape and prompt faces `(minibuffer-prompt ((,class (:foreground ,cham-0)))) `(escape-glyph ((,class (:foreground ,butter-3)))) + `(error ((,class (:foreground ,red-0)))) + `(warning ((,class (:foreground ,orange-1)))) + `(success ((,class (:foreground ,cham-1)))) ;; Font lock faces `(font-lock-builtin-face ((,class (:foreground ,plum-1)))) `(font-lock-comment-face ((,class (:foreground ,cham-2)))) @@ -84,9 +90,7 @@ Semantic, and Ansi-Color faces are included.") `(font-lock-string-face ((,class (:foreground ,choc-1)))) `(font-lock-type-face ((,class (:foreground ,blue-0)))) `(font-lock-variable-name-face ((,class (:foreground ,orange-1)))) - `(font-lock-warning-face ((,class (:foreground ,red-0)))) ;; Button and link faces - `(button ((,class (:underline t :foreground ,blue-1)))) `(link ((,class (:underline t :foreground ,blue-1)))) `(link-visited ((,class (:underline t :foreground ,blue-2)))) ;; Gnus faces