X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f619ad4ca2ce943d53589469c010e451afab97dd..ab422c4d6899b1442cb6954c1829c1fb656b006c:/etc/themes/tango-dark-theme.el diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index a5731ab7d7..347e5655a0 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-2013 Free Software Foundation, Inc. ;; Authors: Chong Yidong ;; Jan Moringen @@ -28,7 +28,7 @@ ;;; Code: (deftheme tango-dark - "Theme for faces, based on the Tango palette with a dark background. + "Face colors using the Tango palette (dark background). Basic, Font Lock, Isearch, Gnus, Message, Ediff, Flyspell, Semantic, and Ansi-Color faces are included.") @@ -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