branch: elpa/why-this
commit bc063e0b9a010623ca4f658905aa3179cfff66ce
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@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