branch: externals/denote commit f91d2472c3c1c856c239cb0da4f2205093437c0c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)