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

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

[elpa] externals/org-remark 2f25bd97bc 15/37: refactor: change the defau


From: ELPA Syncer
Subject: [elpa] externals/org-remark 2f25bd97bc 15/37: refactor: change the default colors of yellow pen #52
Date: Sat, 14 Jan 2023 10:58:01 -0500 (EST)

branch: externals/org-remark
commit 2f25bd97bc4d568120cba98aa2f263cc247251c4
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    refactor: change the default colors of yellow pen #52
    
    Changing the default colors of the yellow pen to be legible for both
    light and dark themes by removing the background color.
---
 org-remark.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org-remark.el b/org-remark.el
index f3ec7a2891..2606804385 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -391,11 +391,11 @@ marginal notes file.  The expected values are nil, :load 
and
 (when org-remark-create-default-pen-set
   ;; Create default pen set.
   (org-remark-create "red-line"
-                     `(:underline (:color "dark red" :style wave))
-                     `(CATEGORY "review" help-echo "Review this"))
+                     '(:underline (:color "dark red" :style wave))
+                     '(CATEGORY "review" help-echo "Review this"))
   (org-remark-create "yellow"
-                     `(:underline "gold" :background "lemon chiffon")
-                     `(CATEGORY "important")))
+                     '(:inherit default :underline "gold2")
+                     '(CATEGORY "important")))
 
 (defun org-remark-save ()
   "Save all the highlights tracked in current buffer to notes buffer.



reply via email to

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