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

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

[nongnu] elpa/color-theme-tangotango bf01766 19/58: Add background color


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango bf01766 19/58: Add background colors for mumamo chunks (nxhtml mode)
Date: Thu, 21 Oct 2021 18:02:58 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit bf017669eaa76bbdb53989ced4098819bdde0acd
Author: Juba <julien@nozav.org>
Commit: Juba <julien@nozav.org>

    Add background colors for mumamo chunks (nxhtml mode)
---
 color-theme-tangotango.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 400f8b0..1cf98db 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -86,7 +86,6 @@
      (isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background 
"#e9b96e"))))
      (show-paren-match-face ((t (:foreground "#2e3436" :background 
"#73d216"))))
      (show-paren-mismatch-face ((t (:background "#ad7fa8" :foreground 
"#2e3436"))))
-     (minibuffer-prompt ((t (:foreground "#729fcf" :bold t))))
      (info-xref ((t (:foreground "#729fcf"))))
      (info-xref-visited ((t (:foreground "#ad7fa8"))))
      (diary-face ((t (:bold t :foreground "IndianRed"))))
@@ -213,6 +212,11 @@
      (ediff-fine-diff-Ancestor ((t (:background "#222222"))))
      (ediff-fine-diff-B ((t (:background "#222222"))))
      (ediff-fine-diff-C ((t (:background "#222222"))))
+     (minibuffer-prompt ((t (:foreground "#729fcf" :bold t))))
+     (mumamo-background-chunk-major ((t (:background nil))))
+     (mumamo-background-chunk-submode1 ((t (:background "#2E3440"))))
+     (mumamo-background-chunk-submode2 ((t (:background "#2E4034"))))
+     (mumamo-background-chunk-submode3 ((t (:background "#343434"))))
 )))
 
 (provide 'color-theme-tangotango)



reply via email to

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