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

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

[nongnu] elpa/color-theme-tangotango 78bab30 31/58: Fix org-block colors


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 78bab30 31/58: Fix org-block colors and rpm-spec-obsolete-tag-face foreground
Date: Thu, 21 Oct 2021 18:03:00 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 78bab30f431580c049e825b3240f518a67935a94
Author: Julien Barnier <julien@nozav.org>
Commit: Julien Barnier <julien@nozav.org>

    Fix org-block colors and rpm-spec-obsolete-tag-face foreground
---
 color-theme-tangotango.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index eb68d94..7b78ef3 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -185,11 +185,11 @@
      (org-agenda-date ((t (:foreground "#6ac214"))))
      (org-agenda-date-weekend ((t (:weight normal :foreground "dodger blue"))))
      (org-agenda-date-today ((t (:weight bold :foreground "#edd400"))))
-     (org-block-begin-line ((t ( ;:underline "#888a85" 
-                               :foreground "#a8aaa5" :background "#262c2c"))))
-     (org-block-background ((t (:background "#1e2424"))))
-     (org-block-end-line ((t ( ;:overline "#888a85" 
-                             :foreground "#a8aaa5" :background "#262c2c"))))
+     (org-block-begin-line ((t ( ; :underline "#426f9f" 
+                               :foreground "#729fcf" :background "#2e3455"))))
+     (org-block-background ((t (:background "#2e3445"))))
+     (org-block-end-line ((t ( ; :overline "#426f9f" 
+                               :foreground "#729fcf" :background "#2e3455"))))
      (anything-header ((t (:bold t :background "grey15" :foreground 
"#edd400"))))
      (anything-candidate-number ((t (:background "#f57900" :foreground 
"black"))))
      (ess-jb-comment-face ((t (:background "#2e3436" :foreground "#888a85" 
:slant italic))))
@@ -235,7 +235,7 @@
      (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-obsolete-tag-face ((t (:background "#f57900" :foreground 
"#ee3436" :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))))



reply via email to

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