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

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

[elpa] externals/denote f91d2472c3 128/355: Make the field delimiter fac


From: ELPA Syncer
Subject: [elpa] externals/denote f91d2472c3 128/355: Make the field delimiter face a bit more subtle
Date: Sun, 26 Jun 2022 23:58:12 -0400 (EDT)

branch: externals/denote
commit f91d2472c3c1c856c239cb0da4f2205093437c0c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make the field delimiter face a bit more subtle
---
 denote-dired.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote-dired.el b/denote-dired.el
index 2a949f65b9..fa6d1ee9e6 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -144,9 +144,9 @@ renaming attachments that the user adds to their notes."
 
 (defface denote-dired-dired-field-delimiter
   '((((class color) (min-colors 88) (background light))
-     :foreground "gray65")
+     :foreground "gray70")
     (((class color) (min-colors 88) (background dark))
-     :foreground "gray35")
+     :foreground "gray30")
     (t :inherit shadow))
   "Face for file name delimiters in `dired-mode' buffers."
   :group 'denote-dired)



reply via email to

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