commit 0f289409890a1ac166861525a4843542dfe6474c parent c0c42684deda426091ff2d4f0f7ea1fbdb1e95ff Author: Alex Balgavy <alex@balgavy.eu> Date: Mon, 3 Jan 2022 12:31:43 +0100 emacs: change pdf-tools annotation colors Diffstat:
M | emacs/config.org | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -281,6 +281,20 @@ A better replacement for DocView: #+begin_src emacs-lisp (use-package pdf-tools + :config + (setq-default pdf-annot-default-annotation-properties '((t + (label . "Alex Balgavy")) + (text + (icon . "Note") + (color . "#0088ff")) + (highlight + (color . "yellow")) + (squiggly + (color . "orange")) + (strike-out + (color . "red")) + (underline + (color . "blue")))) :hook (pdf-annot-list-mode . pdf-annot-list-follow-minor-mode) (pdf-annot-edit-contents-minor-mode . org-mode)