Customise org-noter face colours using base16 theme

This commit is contained in:
Evie Litherland-Smith 2024-10-07 13:12:13 +01:00
parent dd418f89c0
commit 9bb373a8af

View file

@ -139,7 +139,12 @@ Configure the look and feel of Emacs
(plist-get base16-current-theme-colors :base01))
;; Set `org-hide' face to actually match background colour
(set-face-attribute 'org-hide nil :foreground
(plist-get base16-current-theme-colors :base00)))
(plist-get base16-current-theme-colors :base00))
(with-eval-after-load 'org-noter
(set-face-attribute 'org-noter-no-notes-exist-face nil :foreground
(plist-get base16-current-theme-colors :base08))
(set-face-attribute 'org-noter-notes-exist-face nil :foreground
(plist-get base16-current-theme-colors :base0B))))
(require 'server)
(add-hook 'after-init-hook