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

View File

@@ -1,8 +1,8 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "spacemacs-theme" "20251221.1656"
(define-package "spacemacs-theme" "20260523.1256"
"Color theme with a dark and light versions."
()
:url "https://github.com/nashamri/spacemacs-theme"
:commit "5635d6bbc76e6f06b99fa5dac6e6fd6675459ca6"
:revdesc "5635d6bbc76e"
:commit "cbd290dfde96f53a7b41730c7840850a8a7b8a02"
:revdesc "cbd290dfde96"
:keywords '("color" "theme"))

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))))