~lthms/colorless-themes.el

92ae2775ac9ae2fd3d1172ffdf706e18db55963c — Thomas Letan 3 years ago c4b404e
Further customization for Magit
1 files changed, 5 insertions(+), 0 deletions(-)

M colorless-themes.el
M colorless-themes.el => colorless-themes.el +5 -0
@@ 190,6 190,11 @@ WARNING, YELLOW and GREEN are pretty self-explanatory."
      '(magit-diff-removed ((t (:foreground ,red))))
      '(magit-diff-added-highlight ((t (:foreground ,green))))
      '(magit-diff-added ((t (:foreground ,green))))
      '(magit-log-author ((t (:foreground ,fg))))
      '(magit-log-date ((t (:foreground ,fade))))
      '(magit-branch-local ((t (:foreground ,docs))))
      '(magit-branch-remote ((t (:foreground ,warning))))
      '(magit-hash ((t (:foreground ,fade))))
      '(diff-refine-added ((t (:foreground ,bg :background ,green))))
      '(diff-refine-removed ((t (:foreground ,bg :background ,red))))
      '(markdown-header-delimiter-face ((t (:foreground ,docs :weight bold))))