about summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-30 17:41:52 -0500
committerCase Duckworth2021-04-30 17:41:52 -0500
commit938f82f6ac536d2bf5efc7163284fd27d89d46eb (patch)
treec6da89bffcb6c76d1f21291e4a1fe90731887bdb /lisp/acdw.el
parentTry to improve gnus HTML handling (diff)
downloademacs-938f82f6ac536d2bf5efc7163284fd27d89d46eb.tar.gz
emacs-938f82f6ac536d2bf5efc7163284fd27d89d46eb.zip
Change the fringe face
"dim gray" looks good on both black and white.
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el4
1 files changed, 3 insertions, 1 deletions
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."
230 2 8 '(top t)) 230 2 8 '(top t))
231 (setq-local indicate-empty-lines nil 231 (setq-local indicate-empty-lines nil
232 indicate-buffer-boundaries '((top . right) 232 indicate-buffer-boundaries '((top . right)
233 (bottom . right)))) 233 (bottom . right)))
234 (custom-set-faces '(fringe
235 ((t (:foreground "dim gray"))))))
234 236
235 237
236;;; Keymaps 238;;; Keymaps