update packages

This commit is contained in:
2021-01-08 19:32:30 +01:00
parent ce8f24d28a
commit f5649dceab
467 changed files with 26642 additions and 22487 deletions

View File

@@ -623,6 +623,12 @@ to 'auto, tags may not be properly aligned. "
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))
;;;;; lsp
`(lsp-ui-doc-background ((,class (:background ,bg2))))
`(lsp-ui-doc-header ((,class (:foreground ,head1 :background ,head1-bg))))
`(lsp-ui-sideline-code-action ((,class (:foreground ,comp))))
;;;;; magit
`(magit-blame-culprit ((,class :background ,yellow-bg :foreground ,yellow)))
`(magit-blame-date ((,class :background ,yellow-bg :foreground ,green)))
@@ -789,6 +795,12 @@ to 'auto, tags may not be properly aligned. "
`(outline-7 ((,class (:inherit org-level-7))))
`(outline-8 ((,class (:inherit org-level-8))))
;;;;; parinfer
`(parinfer-pretty-parens:dim-paren-face ((,class (:foreground ,base-dim))))
;;;;; parinfer-rust-mode
`(parinfer-rust-dim-parens ((,class (:foreground ,base-dim))))
;;;;; perspective
`(persp-selected-face ((,class (:inherit bold :foreground ,func))))
@@ -918,6 +930,12 @@ to 'auto, tags may not be properly aligned. "
`(treemacs-git-modified-face ((,class (:foreground ,blue :background ,blue-bg))))
`(treemacs-git-untracked-face ((,class (:foreground ,aqua :background ,aqua-bg))))
;;;;; tab-bar-mode
`(tab-bar ((,class (:foreground ,base :background ,bg1))))
`(tab-bar-tab ((,class (:foreground ,base :background ,bg1 :weight bold))))
`(tab-line ((,class (:foreground ,base :background ,bg1))))
`(tab-bar-tab-inactive ((,class (:foreground ,base-dim :background ,bg2 :weight light))))
;;;;; web-mode
`(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
`(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))

View File

@@ -1,6 +1,4 @@
(define-package "spacemacs-theme" "20200615.1304" "Color theme with a dark and light versions" 'nil :commit "e39254159a4fa99a1a92037e4ae23216d362aab1" :keywords
'("color" "theme")
:url "https://github.com/nashamri/spacemacs-theme")
(define-package "spacemacs-theme" "20200825.1818" "Color theme with a dark and light versions" 'nil :commit "1f5b03254de6bfa9645711f2b79781f5cca8d203")
;; Local Variables:
;; no-byte-compile: t
;; End: