branch: elpa/spacemacs-theme
commit b156bcba133ad2236a9734f01e6ab6d7099e5f09
Author: Yanghao Xie <[email protected]>
Commit: Yanghao Xie <[email protected]>
add support for pdf-view-midnight-minor-mode
---
spacemacs-common.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 62cb0e8887..d2d5d76f1d 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -917,8 +917,10 @@ to 'auto, tags may not be properly aligned. "
(custom-theme-set-variables
theme-name
- `(ansi-color-names-vector [,bg4 ,red ,green ,yellow ,blue ,magenta ,cyan
,base]))
+ `(ansi-color-names-vector [,bg4 ,red ,green ,yellow ,blue ,magenta ,cyan
,base])
+;;;;; pdf-tools
+ `(pdf-view-midnight-colors '(,base . ,bg1)))
))