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

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

[nongnu] elpa/color-theme-tangotango fad0fa5 42/58: Add org-scheduled-pr


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango fad0fa5 42/58: Add org-scheduled-previously face (fix #5)
Date: Thu, 21 Oct 2021 18:03:02 -0400 (EDT)

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

    Add org-scheduled-previously face (fix #5)
---
 color-theme-tangotango.el | 8 +++-----
 tangotango-theme.el       | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 6e31e31..f49d583 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -3,20 +3,17 @@
 ;; First derived from color-theme-tango.el,  created by danranx@gmail.com :
 ;; http://www.emacswiki.org/emacs/color-theme-tango.el
 
-;; Copyright (C) 2011, 2012 Julien Barnier <julien@nozav.org>
+;; Copyright (C) 2011, 2012, 2013, Julien Barnier <julien@nozav.org>
 
 ;; Author: Julien Barnier
 ;; Adapted-By: Yesudeep Mangalapilly
 ;; Keywords: tango palette color theme emacs
 ;; URL: https://github.com/juba/color-theme-tangotango
-;; Version: 0.0.3
+;; Version: 0.0.5
 ;; Package-Requires: ((color-theme "6.6.1"))
 
 ;; This file is NOT part of GNU Emacs.
 
-;; For screenshots and installation instructions :
-;; http://blog.nozav.org/post/2010/07/12/Updated-tangotango-emacs-color-theme
-
 ;;; License:
 
 ;; This is free software; you can redistribute it and/or modify it under
@@ -185,6 +182,7 @@
      (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-scheduled-previously ((t (:weight normal :foreground "#edd400"))))
      (org-block-begin-line ((t ( ; :underline "#426f9f" 
                                :foreground "#888a85" :background "#252b2b"))))
      (org-block-background ((t (:background "#252b2b"))))
diff --git a/tangotango-theme.el b/tangotango-theme.el
index 151c664..4ad7176 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -3,19 +3,16 @@
 ;; First derived from color-theme-tango.el,  created by danranx@gmail.com :
 ;; http://www.emacswiki.org/emacs/color-theme-tango.el
 
-;; Copyright (C) 2011, 2012 Julien Barnier <julien@nozav.org>
+;; Copyright (C) 2011, 2012, 2013 Julien Barnier <julien@nozav.org>
 
 ;; Author: Julien Barnier
 ;; Adapted-By: Yesudeep Mangalapilly
 ;; Keywords: tango palette color theme emacs
 ;; URL: https://github.com/juba/color-theme-tangotango
-;; Version: 0.0.4
+;; Version: 0.0.5
 
 ;; This file is NOT part of GNU Emacs.
 
-;; For screenshots and installation instructions :
-;; http://blog.nozav.org/post/2010/07/12/Updated-tangotango-emacs-color-theme
-
 ;;; License:
 
 ;; This is free software; you can redistribute it and/or modify it under
@@ -181,6 +178,7 @@
  `(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-scheduled-previously ((t (:weight normal :foreground "#edd400"))))
  `(org-block-begin-line ((t ( :foreground "#888a85" :background "#252b2b"))))
  `(org-block-background ((t (:background "#252b2b"))))
  `(org-block-end-line ((t ( :foreground "#888a85" :background "#252b2b"))))



reply via email to

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