update packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(define-package "spacemacs-theme" "20230530.1751" "Color theme with a dark and light versions" 'nil :commit "319ad1cd6aa05dcb43e4edca50eca339892e0865" :keywords
|
||||
(define-package "spacemacs-theme" "20241101.1030" "Color theme with a dark and light versions" 'nil :commit "6c74684c4d55713c8359bedf1936e429918a8c33" :keywords
|
||||
'("color" "theme")
|
||||
:url "https://github.com/nashamri/spacemacs-theme")
|
||||
;; Local Variables:
|
||||
|
||||
@@ -170,6 +170,7 @@ to 'auto, tags may not be properly aligned. "
|
||||
theme-name
|
||||
|
||||
;;;;; basics
|
||||
`(completions-common-part ((,class (:foreground ,keyword :weight bold))))
|
||||
`(cursor ((,class (:background ,cursor))))
|
||||
`(custom-button ((,class :background ,bg2 :foreground ,base :box (:line-width 2 :style released-button))))
|
||||
`(default ((,class (:background ,bg1 :foreground ,base))))
|
||||
@@ -192,10 +193,11 @@ to 'auto, tags may not be properly aligned. "
|
||||
`(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
|
||||
`(fringe ((,class (:background ,bg1 :foreground ,base))))
|
||||
`(header-line ((,class :background ,bg2)))
|
||||
`(help-key-binding ((,class :foreground ,blue :box (:line-width 1 :color ,blue-bg-s))))
|
||||
`(highlight ((,class (:foreground ,base :background ,highlight))))
|
||||
`(hl-line ((,class (:background ,bg2 :extend t))))
|
||||
`(isearch ((,class (:foreground ,bg1 :background ,mat))))
|
||||
`(lazy-highlight ((,class (:background ,green-bg-s :weight normal))))
|
||||
`(lazy-highlight ((,class (:background ,green-bg-s))))
|
||||
`(link ((,class (:foreground ,comment :underline t))))
|
||||
`(link-visited ((,class (:foreground ,comp :underline t))))
|
||||
`(match ((,class (:background ,highlight :foreground ,mat))))
|
||||
@@ -332,6 +334,14 @@ to 'auto, tags may not be properly aligned. "
|
||||
`(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit bold))))
|
||||
`(dired-warning ((,class (:foreground ,war))))
|
||||
|
||||
;;;;; dired-subtree
|
||||
`(dired-subtree-depth-1-face ((,class (:background ,bg1))))
|
||||
`(dired-subtree-depth-2-face ((,class (:background ,bg1))))
|
||||
`(dired-subtree-depth-3-face ((,class (:background ,bg1))))
|
||||
`(dired-subtree-depth-4-face ((,class (:background ,bg1))))
|
||||
`(dired-subtree-depth-5-face ((,class (:background ,bg1))))
|
||||
`(dired-subtree-depth-6-face ((,class (:background ,bg1))))
|
||||
|
||||
;;;;; doom-modeline
|
||||
`(doom-modeline-bar ((,class (:background ,keyword))))
|
||||
|
||||
@@ -568,6 +578,19 @@ to 'auto, tags may not be properly aligned. "
|
||||
`(helm-swoop-target-line-face ((,class (:background ,highlight))))
|
||||
`(helm-swoop-target-word-face ((,class (:background ,highlight :foreground ,mat))))
|
||||
|
||||
;;;;; helm-rg
|
||||
`(helm-rg-active-arg-face ((,class (:foreground ,green))))
|
||||
`(helm-rg-base-rg-cmd-face ((,class (:foreground ,keyword :inherit bold))))
|
||||
`(helm-rg-colon-separator-ripgrep-output-face ((,class (:foreground ,border))))
|
||||
`(helm-rg-directory-cmd-face ((,class (:inherit helm-rg-base-rg-cmd-face))))
|
||||
`(helm-rg-directory-header-face ((,class (:inherit helm-rg-base-rg-cmd-face))))
|
||||
`(helm-rg-error-message ((,class (:foreground ,red :inherit bold))))
|
||||
`(helm-rg-extra-arg-face ((,class (:foreground ,yellow :inherit bold))))
|
||||
`(helm-rg-file-match-face ((,class (:foreground ,blue :inherit bold))))
|
||||
`(helm-rg-inactive-arg-face ((,class (:foreground ,base-dim :inherit bold))))
|
||||
`(helm-rg-line-number-match-face ((,class (:foreground ,base :inherit bold))))
|
||||
`(helm-rg-title-face ((,class (:foreground ,bg4 :inherit bold))))
|
||||
|
||||
;;;;; highlights
|
||||
`(hi-green ((,class (:foreground ,green :background ,green-bg))))
|
||||
`(hi-yellow ((,class (:foreground ,yellow :background ,yellow-bg))))
|
||||
@@ -1004,6 +1027,11 @@ to 'auto, tags may not be properly aligned. "
|
||||
`(whitespace-tab ((,class (:background unspecified :foreground ,act2))))
|
||||
`(whitespace-trailing ((,class (:background ,err :foreground ,war))))
|
||||
|
||||
;;;;; window-tool-bar-mode
|
||||
`(window-tool-bar-button ((,class (:foreground ,base :background ,bg1 :weight bold :box (:line-width -1 :style released-button)))))
|
||||
`(window-tool-bar-button-hover ((,class (:inherit window-tool-bar-button :inverse-video t))))
|
||||
`(window-tool-bar-button-disabled ((,class (:inherit window-tool-bar-button :foreground ,base-dim :background ,bg2))))
|
||||
|
||||
;;;;; other, need more work
|
||||
`(ac-completion-face ((,class (:underline t :foreground ,keyword))))
|
||||
`(ffap ((,class (:foreground ,base))))
|
||||
|
||||
Reference in New Issue
Block a user