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

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

[elpa] externals/org-remark 8ae3c426e0 08/16: fix: default highlighter c


From: ELPA Syncer
Subject: [elpa] externals/org-remark 8ae3c426e0 08/16: fix: default highlighter color for dark theme
Date: Sat, 29 Jul 2023 18:58:47 -0400 (EDT)

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

    fix: default highlighter color for dark theme
    
    No functional change. Changed the default color of the highlighter to be
    more visible in the dark theme.
---
 NEWS          | 5 +++++
 org-remark.el | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cf655a1ea6..bf2ca9c79d 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,11 @@ Current development version
            user manually manages the notes file and accidentally deletes
            the beg/end props.
 
+   - fix: default highlighter color for dark theme
+
+          No functional change. Changed the default color of the
+          highlighter to be more visible in the dark theme.
+
 Version 1.1.0
 
   Features:
diff --git a/org-remark.el b/org-remark.el
index 78fbb3ef02..e1c217a5e5 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/nobiot/org-remark
 ;; Version: 1.1.0
 ;; Created: 22 December 2020
-;; Last modified: 18 July 2023
+;; Last modified: 21 July 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp,
 
@@ -53,7 +53,7 @@
   '((((class color) (min-colors 88) (background light))
      :underline "#aecf90" :background "#ecf7ed")
     (((class color) (min-colors 88) (background dark))
-     :underline "#00422a" :background "#001904")
+     :underline "#00422a" :background "#1d3c25")
     (t
      :inherit highlight))
   "Face for the default highlighter pen.")



reply via email to

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