From 938f82f6ac536d2bf5efc7163284fd27d89d46eb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 30 Apr 2021 17:41:52 -0500 Subject: Change the fringe face "dim gray" looks good on both black and white. --- lisp/acdw.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/acdw.el b/lisp/acdw.el index dac91b7..ab02a9e 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -230,7 +230,9 @@ Prompt only if there are unsaved changes." 2 8 '(top t)) (setq-local indicate-empty-lines nil indicate-buffer-boundaries '((top . right) - (bottom . right)))) + (bottom . right))) + (custom-set-faces '(fringe + ((t (:foreground "dim gray")))))) ;;; Keymaps -- cgit 1.4.1-21-gabe81