Skip to content

Commit

Permalink
fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
LdBeth committed Aug 19, 2023
1 parent 69da503 commit 478488d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions core/spacemacs-theme/spacemacs-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ to 'auto, tags may not be properly aligned. "
'(avy-lead-face-2 ((,class (:background ,green-bg :foreground ,blue))))

;;;;; cider
'(cider-enlightened ((,class (:background nil :box (:color ,yellow :line-width -1 :style nil) :foreground ,yellow))))
'(cider-enlightened ((,class (:background unspecified :box (:color ,yellow :line-width -1 :style nil) :foreground ,yellow))))
'(cider-enlightened-local ((,class (:foreground ,yellow))))
'(cider-instrumented-face ((,class (:background nil :box (:color ,red :line-width -1 :style nil) :foreground ,red))))
'(cider-result-overlay-face ((,class (:background nil :box (:color ,blue :line-width -1 :style nil) :foreground ,blue))))
'(cider-instrumented-face ((,class (:background unspecified :box (:color ,red :line-width -1 :style nil) :foreground ,red))))
'(cider-result-overlay-face ((,class (:background unspecified :box (:color ,blue :line-width -1 :style nil) :foreground ,blue))))
'(cider-test-error-face ((,class (:background ,war :foreground ,bg1))))
'(cider-test-failure-face ((,class (:background ,err :foreground ,bg1))))
'(cider-test-success-face ((,class (:background ,suc :foreground ,bg1))))
Expand All @@ -275,18 +275,18 @@ to 'auto, tags may not be properly aligned. "
'(company-tooltip-selection ((,class (:background ,ttip-sl :foreground ,base))))

;;;;; diff
'(diff-added ((,class :background nil :foreground ,green :extend t)))
'(diff-error ((,class :background nil :foreground ,err)))
'(diff-changed ((,class :background nil :foreground ,blue)))
'(diff-added ((,class :background unspecified :foreground ,green :extend t)))
'(diff-error ((,class :background unspecified :foreground ,err)))
'(diff-changed ((,class :background unspecified :foreground ,blue)))
'(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 nil :foreground ,green :extend t)))
'(diff-indicator-changed ((,class :background nil :foreground ,blue)))
'(diff-indicator-removed ((,class :background nil :foreground ,red)))
'(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 nil :foreground ,red :extend t)))
'(diff-removed ((,class :background unspecified :foreground ,red :extend t)))

;;;;; diff-hl
'(diff-hl-insert ((,class :background ,green :foreground ,green)))
Expand Down Expand Up @@ -326,7 +326,7 @@ to 'auto, tags may not be properly aligned. "
'(ediff-even-diff-B ((,class(:background ,bg3 :extend t))))
'(ediff-even-diff-C ((,class(:background ,bg3 :extend t))))
'(ediff-fine-diff-A ((,class(:background ,red :foreground ,bg1 :extend t))))
'(ediff-fine-diff-Ancestor ((,class(:background nil :inherit bold :extend t))))
'(ediff-fine-diff-Ancestor ((,class(:background unspecified :inherit bold :extend t))))
'(ediff-fine-diff-B ((,class(:background ,green :foreground ,bg1))))
'(ediff-fine-diff-C ((,class(:background ,blue :foreground ,bg1))))
'(ediff-odd-diff-A ((,class(:background ,bg4 :extend t))))
Expand Down Expand Up @@ -503,7 +503,7 @@ to 'auto, tags may not be properly aligned. "
'(info-menu ((,class (:foreground ,suc))))
'(info-node ((,class (:foreground ,func :inherit bold))))
'(info-quoted-name ((,class (:foreground ,keyword))))
'(info-reference-item ((,class (:background nil :underline t :inherit bold))))
'(info-reference-item ((,class (:background unspecified :underline t :inherit bold))))
'(info-string ((,class (:foreground ,str))))
'(info-title-1 ((,class (:height 1.4 :inherit bold))))
'(info-title-2 ((,class (:height 1.3 :inherit bold))))
Expand Down Expand Up @@ -740,7 +740,7 @@ to 'auto, tags may not be properly aligned. "
'(show-paren-mismatch ((,class (:foreground ,err :inherit bold :underline ,(when spacemacs-theme-underline-parens t)))))

;;;;; smartparens
'(sp-pair-overlay-face ((,class (:background ,highlight :foreground nil))))
'(sp-pair-overlay-face ((,class (:background ,highlight :foreground unspecified))))
'(sp-show-pair-match-face ((,class (:foreground ,mat :inherit bold :underline ,(when spacemacs-theme-underline-parens t)))))

;;;;; smerge
Expand All @@ -759,7 +759,7 @@ to 'auto, tags may not be properly aligned. "
'(solaire-org-hide-face ((,class (:inherit org-hide :background ,bg2))))

;;;;; spacemacs-specific
'(spacemacs-transient-state-title-face ((,class (:background nil :foreground ,comp :box nil :inherit bold))))
'(spacemacs-transient-state-title-face ((,class (:background unspecified :foreground ,comp :box nil :inherit bold))))

;;;;; swiper
'(swiper-line-face ((,class (:background ,highlight :inherit bold))))
Expand Down Expand Up @@ -854,21 +854,21 @@ to 'auto, tags may not be properly aligned. "
'(which-key-command-description-face ((,class (:foreground ,base))))
'(which-key-group-description-face ((,class (:foreground ,keyword))))
'(which-key-key-face ((,class (:foreground ,func :inherit bold))))
'(which-key-separator-face ((,class (:background nil :foreground ,str))))
'(which-key-separator-face ((,class (:background unspecified :foreground ,str))))
'(which-key-special-key-face ((,class (:background ,func :foreground ,bg1))))

;;;;; which-function-mode
'(which-func ((,class (:foreground ,func))))

;;;;; whitespace-mode
'(whitespace-empty ((,class (:background nil :foreground ,yellow))))
'(whitespace-indentation ((,class (:background nil :foreground ,war))))
'(whitespace-line ((,class (:background nil :foreground ,comp))))
'(whitespace-newline ((,class (:background nil :foreground ,comp))))
'(whitespace-space ((,class (:background nil :foreground ,act2))))
'(whitespace-space-after-tab ((,class (:background nil :foreground ,yellow))))
'(whitespace-space-before-tab ((,class (:background nil :foreground ,yellow))))
'(whitespace-tab ((,class (:background nil :foreground ,act2))))
'(whitespace-empty ((,class (:background unspecified :foreground ,yellow))))
'(whitespace-indentation ((,class (:background unspecified :foreground ,war))))
'(whitespace-line ((,class (:background unspecified :foreground ,comp))))
'(whitespace-newline ((,class (:background unspecified :foreground ,comp))))
'(whitespace-space ((,class (:background unspecified :foreground ,act2))))
'(whitespace-space-after-tab ((,class (:background unspecified :foreground ,yellow))))
'(whitespace-space-before-tab ((,class (:background unspecified :foreground ,yellow))))
'(whitespace-tab ((,class (:background unspecified :foreground ,act2))))
'(whitespace-trailing ((,class (:background ,err :foreground ,war))))

;;;;; other, need more work
Expand All @@ -890,7 +890,7 @@ to 'auto, tags may not be properly aligned. "
'(js3-jsdoc-tag-face ((,class (:foreground ,keyword))))
'(js3-warning-face ((,class (:underline ,keyword))))
'(slime-repl-inputed-output-face ((,class (:foreground ,comp))))
'(trailing-whitespace ((,class :foreground nil :background ,err)))
'(trailing-whitespace ((,class :foreground unspecified :background ,err)))
'(undo-tree-visualizer-current-face ((,class :foreground ,keyword)))
'(undo-tree-visualizer-default-face ((,class :foreground ,base)))
'(undo-tree-visualizer-register-face ((,class :foreground ,comp)))
Expand Down

0 comments on commit 478488d

Please sign in to comment.