emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 63ff8476a8 264/336: Merge pull request #12


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 63ff8476a8 264/336: Merge pull request #121 from yanghaoxie/support-pdf-view-midnight-minor-mode
Date: Fri, 14 Jan 2022 10:59:44 -0500 (EST)

branch: elpa/spacemacs-theme
commit 63ff8476a880ec8c7d9d5a80ee00b20cf67987d1
Merge: af8a6093cd b156bcba13
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #121 from yanghaoxie/support-pdf-view-midnight-minor-mode
    
    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)))
     ))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]