Adjust yellow color

This commit is contained in:
Jessie Hildebrandt 2022-12-22 04:49:00 -05:00
parent b52bd6d74e
commit 2df4da09f1

View File

@ -131,7 +131,7 @@
(orange (if true-color-available-p "#ffa348" "orange2")) ; #ee9a00
(green (if true-color-available-p "#54d18c" "seagreen3")) ; #43cd80
(teal (if true-color-available-p "#5bc8af" "mediumaquamarine")) ; #66cdaa
(yellow (if true-color-available-p "#f8e45c" "gold2")) ; #eec900
(yellow (if true-color-available-p "#f5d511" "gold2")) ; #eec900
(blue (if true-color-available-p "#64a6f4" "steelblue2")) ; #5cacee
(dark-blue (if true-color-available-p "#1a5fb4" "dodgerblue4")) ; #104e8b
(magenta (if true-color-available-p "#dd80de" "orchid3")) ; #cd69c9
@ -270,7 +270,7 @@
;; diff-mode
`(diff-added ((,class (:foreground ,teal))))
`(diff-changed ((,class (:foreground ,orange))))
`(diff-changed ((,class (:foreground ,yellow))))
`(diff-context ((,class (:foreground ,fg-alt))))
`(diff-removed ((,class (:foreground ,red))))
`(diff-header ((,class (:foreground ,base-7 :weight bold))))
@ -636,7 +636,7 @@
`(magit-diff-added-highlight ((,class (:inherit (magit-diff-added hl-line)))))
`(magit-diff-removed ((,class (:foreground ,red))))
`(magit-diff-removed-highlight ((,class (:inherit (magit-diff-removed hl-line)))))
`(magit-diff-base ((,class (:foreground ,orange))))
`(magit-diff-base ((,class (:foreground ,yellow))))
`(magit-diff-base-highlight ((,class (:inherit (magit-diff-base hl-line)))))
`(magit-diff-context ((,class (:foreground ,fg-alt))))
`(magit-diff-context-highlight ((,class (:inherit hl-line :foreground ,base-6))))