branch: elpa/color-theme-tangotango
commit 0c17f7a8dfaf5a6d86e4567b7efd6f579f2f1562
Author: Simon <[email protected]>
Commit: Simon <[email protected]>

    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 7e28532..dc3c5f5 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -3,7 +3,7 @@
 ;; First derived from color-theme-tango.el,  created by [email protected] :
 ;; http://www.emacswiki.org/emacs/color-theme-tango.el
 
-;; Copyright (C) 2011 Julien Barnier <[email protected]>
+;; Copyright (C) 2011, 2012 Julien Barnier <[email protected]>
 
 ;; 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)

Reply via email to