Improve color/weight consistency

This commit is contained in:
Jessie Hildebrandt 2022-12-22 07:01:42 -05:00
parent 59fbc1aca6
commit 785655ed1d

View File

@ -190,7 +190,7 @@
`(tooltip ((,class (:background ,base-3 :foreground ,fg)))) `(tooltip ((,class (:background ,base-3 :foreground ,fg))))
`(secondary-selection ((,class (:background ,gray)))) `(secondary-selection ((,class (:background ,gray))))
`(fill-column-indicator ((,class (:foreground ,base-3)))) `(fill-column-indicator ((,class (:foreground ,base-3))))
`(match ((,class (:background ,base-0 :foreground ,green :weight bold)))) `(match ((,class (:foreground ,green :weight bold))))
`(trailing-whitespace ((,class (:background ,red)))) `(trailing-whitespace ((,class (:background ,red))))
`(nobreak-space ((,class (:inherit default :underline t)))) `(nobreak-space ((,class (:inherit default :underline t))))
`(nobreak-hyphen ((,class (:inherit nobreak-space)))) `(nobreak-hyphen ((,class (:inherit nobreak-space))))
@ -291,7 +291,7 @@
`(custom-themed ((,class (:foreground ,yellow)))) `(custom-themed ((,class (:foreground ,yellow))))
`(custom-invalid ((,class (:foreground ,red :bold bold)))) `(custom-invalid ((,class (:foreground ,red :bold bold))))
`(custom-variable-obsolete ((,class (:foreground ,gray)))) `(custom-variable-obsolete ((,class (:foreground ,gray))))
`(custom-state ((,class (:foreground ,green :bold bold)))) `(custom-state ((,class (:foreground ,green))))
`(custom-changed ((,class (:foreground ,blue)))) `(custom-changed ((,class (:foreground ,blue))))
;; diff-mode ;; diff-mode
@ -299,7 +299,7 @@
`(diff-changed ((,class (:foreground ,yellow)))) `(diff-changed ((,class (:foreground ,yellow))))
`(diff-context ((,class (:foreground ,fg-alt)))) `(diff-context ((,class (:foreground ,fg-alt))))
`(diff-removed ((,class (:foreground ,red)))) `(diff-removed ((,class (:foreground ,red))))
`(diff-header ((,class (:foreground ,base-7 :weight bold)))) `(diff-header ((,class (:foreground ,base-8 :weight bold))))
`(diff-file-header ((,class (:foreground ,fg)))) `(diff-file-header ((,class (:foreground ,fg))))
`(diff-hunk-header ((,class (:foreground ,base-7)))) `(diff-hunk-header ((,class (:foreground ,base-7))))
`(diff-indicator-added ((,class (:inherit diff-added :bold t)))) `(diff-indicator-added ((,class (:inherit diff-added :bold t))))
@ -694,7 +694,7 @@
`(magit-reflog-remote ((,class (:foreground ,cyan)))) `(magit-reflog-remote ((,class (:foreground ,cyan))))
`(magit-reflog-reset ((,class (:inherit error)))) `(magit-reflog-reset ((,class (:inherit error))))
`(magit-refname ((,class (:foreground ,base-5)))) `(magit-refname ((,class (:foreground ,base-5))))
`(magit-section-heading ((,class (:foreground ,base-7 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button)))))) `(magit-section-heading ((,class (:foreground ,base-8 :weight bold :box ,(when flat-button-available-p '(:line-width 4 :style flat-button))))))
`(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold)))) `(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold))))
`(magit-section-highlight ((,class (:inherit hl-line)))) `(magit-section-highlight ((,class (:inherit hl-line))))
`(magit-sequence-drop ((,class (:foreground ,red)))) `(magit-sequence-drop ((,class (:foreground ,red))))