branch: externals/org-remark commit 927bcd3ee66cf6bb66b7db86834b7a22c40ea167 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@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.