commit e2900f8a38d57c5ef6a1e9b605d36ad963acd5e2 from: Omar Polo date: Sun Jun 26 09:50:39 2022 UTC use bg instead of fg for diffs (and tweak a bit) commit - 24ef044ef0c5491cf2fbcbe500cf0ae3a611251e commit + e2900f8a38d57c5ef6a1e9b605d36ad963acd5e2 blob - 501c1d3697d9a2e0053f0aacde216c7dad39de85 blob + e0d1c97beb74812c52298401525133789b4c81a0 --- emacs/minimal-theme.el +++ emacs/minimal-theme.el @@ -88,13 +88,15 @@ ;; diff-mode `(diff-removed ((,class (:inherit nil - :foreground "#98005D")))) + :background "#FFC9EA" + :foreground ,foreground)))) `(diff-indicator-removed ((t (:inherit diff-removed)))) `(diff-added ((,class (:inherit nil - :foreground "#009DDC")))) + :background "#C4EFFF" + :foreground ,foreground)))) `(diff-indicator-added ((t (:inherit diff-added)))) - `(diff-header ((,class (:inherit nil)))) - `(diff-file-header ((,class (:inherit nil)))) + `(diff-header ((,class (:inherit nil :background "#dddddd")))) + `(diff-file-header ((,class (:inherit diff-header)))) ;; flymake-error `(flymake-error ((,class :underline (:style line :color "Red1"))))