update packages

This commit is contained in:
2025-12-25 11:44:13 +01:00
parent 059fa06572
commit 1dab1fe4ab
144 changed files with 19985 additions and 1331 deletions

View File

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

View File

@@ -5,8 +5,8 @@
;; Author: Nasser Alshammari
;; URL: <https://github.com/nashamri/spacemacs-theme>
;;
;; Package-Version: 20251015.1823
;; Package-Revision: f4757d701aa6
;; Package-Version: 20251221.1656
;; Package-Revision: 5635d6bbc76e
;; Keywords: color, theme
;; Package-Requires: ((emacs "24"))
@@ -343,6 +343,22 @@ to `auto', tags may not be properly aligned. "
`(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit bold))))
`(dired-warning ((,class (:foreground ,war))))
;;;;; diredfl
`(diredfl-file-name ((,class (:foreground ,base))))
`(diredfl-file-suffix ((,class (:foreground ,magenta))))
`(diredfl-dir-name ((,class (:foreground ,keyword :inherit bold))))
`(diredfl-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit bold))))
`(diredfl-deletion-file-name ((,class (:foreground ,red))))
`(diredfl-ignored-file-name ((,class (:inherit shadow))))
`(diredfl-dir-heading ((,class (:foreground ,comp :inherit bold))))
`(diredfl-date-time ((,class (:foreground ,yellow))))
`(diredfl-number ((,class (:foreground ,keyword))))
`(diredfl-write-priv ((,class (:foreground ,magenta))))
`(diredfl-exec-priv ((,class (:foreground ,cyan))))
`(diredfl-read-priv ((,class (:foreground ,aqua))))
`(diredfl-no-priv ((,class (:foreground ,base))))
`(diredfl-dir-priv ((,class (:foreground ,type))))
;;;;; dired-subtree
`(dired-subtree-depth-1-face ((,class (:background ,bg1))))
`(dired-subtree-depth-2-face ((,class (:background ,bg1))))