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

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

[elpa] externals/org-remark 927bcd3ee6: refactor: change the default col


From: ELPA Syncer
Subject: [elpa] externals/org-remark 927bcd3ee6: refactor: change the default colors of yellow pen #52
Date: Sun, 8 Jan 2023 12:58:05 -0500 (EST)

branch: externals/org-remark
commit 927bcd3ee66cf6bb66b7db86834b7a22c40ea167
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 46ba002e99..3df57784f5 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -382,11 +382,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 file.



reply via email to

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