update packages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "spacemacs-theme" "20250613.2113"
|
||||
(define-package "spacemacs-theme" "20251015.1823"
|
||||
"Color theme with a dark and light versions."
|
||||
()
|
||||
:url "https://github.com/nashamri/spacemacs-theme"
|
||||
:commit "2ffca41e6e9aa55d8de5c40c6fb61e0d47763b5d"
|
||||
:revdesc "2ffca41e6e9a"
|
||||
:commit "f4757d701aa64bc3e1a5963c8a4f52cfd135cfed"
|
||||
:revdesc "f4757d701aa6"
|
||||
:keywords '("color" "theme"))
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
;; Author: Nasser Alshammari
|
||||
;; URL: <https://github.com/nashamri/spacemacs-theme>
|
||||
;;
|
||||
;; Package-Version: 20250613.2113
|
||||
;; Package-Revision: 2ffca41e6e9a
|
||||
;; Package-Version: 20251015.1823
|
||||
;; Package-Revision: f4757d701aa6
|
||||
;; Keywords: color, theme
|
||||
;; Package-Requires: ((emacs "24"))
|
||||
|
||||
@@ -315,17 +315,17 @@ to `auto', tags may not be properly aligned. "
|
||||
`(corfu-current ((,class (:background ,ttip-sl :foreground ,base))))
|
||||
|
||||
;;;;; diff
|
||||
`(diff-added ((,class :background unspecified :foreground ,green :extend t)))
|
||||
`(diff-changed ((,class :background unspecified :foreground ,blue)))
|
||||
`(diff-added ((,class :background ,green-bg :extend t)))
|
||||
`(diff-changed ((,class :background ,blue-bg)))
|
||||
`(diff-header ((,class :background ,cblk-ln-bg :foreground ,func :extend t)))
|
||||
`(diff-file-header ((,class :background ,cblk-ln-bg :foreground ,cblk :extend t)))
|
||||
`(diff-indicator-added ((,class :background unspecified :foreground ,green :extend t)))
|
||||
`(diff-indicator-changed ((,class :background unspecified :foreground ,blue)))
|
||||
`(diff-indicator-removed ((,class :background unspecified :foreground ,red)))
|
||||
`(diff-refine-added ((,class :background ,green :foreground ,bg1)))
|
||||
`(diff-refine-changed ((,class :background ,blue :foreground ,bg1)))
|
||||
`(diff-refine-removed ((,class :background ,red :foreground ,bg1)))
|
||||
`(diff-removed ((,class :background unspecified :foreground ,red :extend t)))
|
||||
`(diff-indicator-added ((,class :background ,green-bg :extend t)))
|
||||
`(diff-indicator-changed ((,class :background ,blue-bg)))
|
||||
`(diff-indicator-removed ((,class :background ,red-bg)))
|
||||
`(diff-refine-added ((,class :background ,green-bg-s)))
|
||||
`(diff-refine-changed ((,class :background ,blue-bg-s)))
|
||||
`(diff-refine-removed ((,class :background ,red-bg-s)))
|
||||
`(diff-removed ((,class :background ,red-bg :extend t)))
|
||||
|
||||
;;;;; diff-hl
|
||||
`(diff-hl-insert ((,class :background ,green :foreground ,green)))
|
||||
|
||||
Reference in New Issue
Block a user