emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/color-theme-tangotango 3930a50 29/58: Merge pull request #


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 3930a50 29/58: Merge pull request #2 from saimn/rpmspec
Date: Thu, 21 Oct 2021 18:03:00 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 3930a500a6b11271277d184280a06dbdd3a24906
Merge: e38e349 0c17f7a
Author: Julien <julien@nozav.org>
Commit: Julien <julien@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 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 danranx@gmail.com :
 ;; http://www.emacswiki.org/emacs/color-theme-tango.el
 
-;; Copyright (C) 2011 Julien Barnier <julien@nozav.org>
+;; Copyright (C) 2011, 2012 Julien Barnier <julien@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]