Customise org-noter face colours using base16 theme
This commit is contained in:
parent
dd418f89c0
commit
9bb373a8af
|
@ -139,7 +139,12 @@ Configure the look and feel of Emacs
|
||||||
(plist-get base16-current-theme-colors :base01))
|
(plist-get base16-current-theme-colors :base01))
|
||||||
;; Set `org-hide' face to actually match background colour
|
;; Set `org-hide' face to actually match background colour
|
||||||
(set-face-attribute 'org-hide nil :foreground
|
(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)
|
(require 'server)
|
||||||
(add-hook 'after-init-hook
|
(add-hook 'after-init-hook
|
||||||
|
|
Loading…
Reference in a new issue