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

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

[nongnu] elpa/why-this bc063e0b9a 16/59: Change heat map colors for matc


From: ELPA Syncer
Subject: [nongnu] elpa/why-this bc063e0b9a 16/59: Change heat map colors for matching with light theme
Date: Sun, 27 Nov 2022 16:02:49 -0500 (EST)

branch: elpa/why-this
commit bc063e0b9a010623ca4f658905aa3179cfff66ce
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Change heat map colors for matching with light theme
---
 why-this.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/why-this.el b/why-this.el
index 63bf3ae453..1ddba85ab2 100644
--- a/why-this.el
+++ b/why-this.el
@@ -114,13 +114,13 @@ NICK."
   :package-version '(why-this "1.0")
   :group 'why-this)
 
-(defcustom why-this-annotate-heat-map-cold "blue"
+(defcustom why-this-annotate-heat-map-cold "#dde3f4"
   "Cold background for heat map in annotation buffer."
   :type 'color
   :package-version '(why-this "1.0")
   :group 'why-this)
 
-(defcustom why-this-annotate-heat-map-warm "red"
+(defcustom why-this-annotate-heat-map-warm "#f0e0d4"
   "Warm background for heat map in annotation buffer."
   :type 'color
   :package-version '(why-this "1.0")



reply via email to

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