branch: elpa/tangotango-theme commit 3930a500a6b11271277d184280a06dbdd3a24906 Merge: e38e34937c 0c17f7a8df Author: Julien <jul...@nozav.org> Commit: Julien <jul...@nozav.org>
Merge pull request #2 from saimn/rpmspec Add faces for rpm-spec mode --- color-theme-tangotango.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el index 7e28532a58..dc3c5f59fc 100644 --- a/color-theme-tangotango.el +++ b/color-theme-tangotango.el @@ -3,7 +3,7 @@ ;; First derived from color-theme-tango.el, created by danr...@gmail.com : ;; http://www.emacswiki.org/emacs/color-theme-tango.el -;; Copyright (C) 2011 Julien Barnier <jul...@nozav.org> +;; Copyright (C) 2011, 2012 Julien Barnier <jul...@nozav.org> ;; Author: Julien Barnier ;; Adapted-By: Yesudeep Mangalapilly @@ -226,6 +226,15 @@ (mumamo-background-chunk-submode1 ((t (:background "#2E3440")))) (mumamo-background-chunk-submode2 ((t (:background "#2E4034")))) (mumamo-background-chunk-submode3 ((t (:background "#343434")))) + (rpm-spec-dir-face ((t (:foreground "#8ae234")))) + (rpm-spec-doc-face ((t (:foreground "#888a85")))) + (rpm-spec-ghost-face ((t (:foreground "tomato")))) + (rpm-spec-macro-face ((t (:foreground "#edd400")))) + (rpm-spec-obsolete-tag-face ((t (:background "#f57900" :foreground "#e3436" :weight bold)))) + (rpm-spec-package-face ((t (:foreground "tomato")))) + (rpm-spec-section-face ((t (:foreground "#8ae234" :underline t :weight bold)))) + (rpm-spec-tag-face ((t (:foreground "dodger blue" :weight bold)))) + (rpm-spec-var-face ((t (:foreground "tomato")))) ))) (provide 'color-theme-tangotango)