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

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

[nongnu] elpa/color-theme-tangotango 4ccedeb 44/58: Add colors for which


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 4ccedeb 44/58: Add colors for which-func-mode
Date: Thu, 21 Oct 2021 18:03:02 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 4ccedeb1679e8587643f20a3593ec7ee18fbaa26
Author: Julio Castillo <juliocc@gmail.com>
Commit: Julio Castillo <juliocc@gmail.com>

    Add colors for which-func-mode
---
 color-theme-tangotango.el | 7 ++++---
 tangotango-theme.el       | 3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index f49d583..9d7313b 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -9,7 +9,7 @@
 ;; Adapted-By: Yesudeep Mangalapilly
 ;; Keywords: tango palette color theme emacs
 ;; URL: https://github.com/juba/color-theme-tangotango
-;; Version: 0.0.5
+;; Version: 0.0.6
 ;; Package-Requires: ((color-theme "6.6.1"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -183,10 +183,10 @@
      (org-agenda-date-weekend ((t (:weight normal :foreground "dodger blue"))))
      (org-agenda-date-today ((t (:weight bold :foreground "#edd400"))))
      (org-scheduled-previously ((t (:weight normal :foreground "#edd400"))))
-     (org-block-begin-line ((t ( ; :underline "#426f9f" 
+     (org-block-begin-line ((t ( ; :underline "#426f9f"
                                :foreground "#888a85" :background "#252b2b"))))
      (org-block-background ((t (:background "#252b2b"))))
-     (org-block-end-line ((t ( ; :overline "#426f9f" 
+     (org-block-end-line ((t ( ; :overline "#426f9f"
                                :foreground "#888a85" :background "#252b2b"))))
      (anything-header ((t (:bold t :background "grey15" :foreground 
"#edd400"))))
      (anything-candidate-number ((t (:background "#f57900" :foreground 
"black"))))
@@ -238,6 +238,7 @@
      (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"))))
+     (which-func ((t (:inherit 'font-lock-function-name-face :weight normal))))
 )))
 
 (provide 'color-theme-tangotango)
diff --git a/tangotango-theme.el b/tangotango-theme.el
index f99a21b..0bcbfef 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -9,7 +9,7 @@
 ;; Adapted-By: Yesudeep Mangalapilly
 ;; Keywords: tango palette color theme emacs
 ;; URL: https://github.com/juba/color-theme-tangotango
-;; Version: 0.0.5
+;; Version: 0.0.6
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -232,6 +232,7 @@
  `(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"))))
+ `(which-func ((t (:inherit (font-lock-function-name-face) :weight normal))))
  )
 
 



reply via email to

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