update packages

This commit is contained in:
2026-06-27 11:34:21 +02:00
parent 4be4f859c4
commit 1aaef48596
246 changed files with 7997 additions and 4359 deletions
+16 -2
View File
@@ -5,8 +5,8 @@
;; Author: Nasser Alshammari
;; URL: <https://github.com/nashamri/spacemacs-theme>
;;
;; Package-Version: 20251221.1656
;; Package-Revision: 5635d6bbc76e
;; Package-Version: 20260523.1256
;; Package-Revision: cbd290dfde96
;; Keywords: color, theme
;; Package-Requires: ((emacs "24"))
@@ -725,6 +725,13 @@ to `auto', tags may not be properly aligned. "
`(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))))
`(lsp-ui-peek-header ((,class (:foreground ,bg1 :background ,base))))
`(lsp-ui-peek-peek ((,class (:background ,bg2))))
`(lsp-ui-peek-list ((,class (:background ,bg2))))
`(lsp-ui-peek-highlight ((,class (:background ,highlight))))
`(lsp-ui-peek-line-number ((,class (:foreground ,base))))
`(lsp-ui-peek-selection ((,class (:background ,bg3))))
`(lsp-ui-peek-filename ((,class (:foreground ,base))))
;;;;; magit
`(magit-blame-culprit ((,class :background ,yellow-bg :foreground ,yellow)))
@@ -1068,6 +1075,13 @@ to `auto', tags may not be properly aligned. "
`(web-mode-type-face ((,class (:inherit ,font-lock-type-face))))
`(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
;;;;; wgrep
`(wgrep-face ((,class (:foreground ,green))))
`(wgrep-delete-face ((,class (:foreground ,red))))
`(wgrep-reject-face ((,class (:foreground ,red))))
`(wgrep-file-face ((,class (:foreground ,green))))
`(wgrep-done-face ((,class (:foreground ,blue))))
;;;;; which-key
`(which-key-command-description-face ((,class (:foreground ,base))))
`(which-key-group-description-face ((,class (:foreground ,keyword))))