Commit Diff


commit - ab6c641f9da3e4c4da53c1790dab121f8462c4cf
commit + 24ef044ef0c5491cf2fbcbe500cf0ae3a611251e
blob - cea1007df4e1bbcdab77ebb4f4bbe9dcfe6f616c
blob + 501c1d3697d9a2e0053f0aacde216c7dad39de85
--- emacs/minimal-theme.el
+++ emacs/minimal-theme.el
@@ -86,6 +86,16 @@
    `(lazy-highlight
      ((,class (:foreground ,foreground :background ,region))))
 
+   ;; diff-mode
+   `(diff-removed ((,class (:inherit nil
+                                     :foreground "#98005D"))))
+   `(diff-indicator-removed ((t (:inherit diff-removed))))
+   `(diff-added ((,class (:inherit nil
+                                   :foreground "#009DDC"))))
+   `(diff-indicator-added ((t (:inherit diff-added))))
+   `(diff-header ((,class (:inherit nil))))
+   `(diff-file-header ((,class (:inherit nil))))
+
    ;; flymake-error
    `(flymake-error ((,class :underline (:style line :color "Red1"))))