X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9a0115abd18f219f234d6dd460cf7f5ed3c0332f..ab422c4d6899b1442cb6954c1829c1fb656b006c:/etc/themes/tango-dark-theme.el diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index 27a8f1868b..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-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2013 Free Software Foundation, Inc. ;; Authors: Chong Yidong ;; Jan Moringen @@ -72,6 +72,9 @@ 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))))