changeset 49:8f4ab482c4bd

Give better colours to magit's diff
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 16 Sep 2011 20:27:08 -0500
parents e74fcbd59355
children 5f95b63347ec
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -80,6 +80,7 @@
  '(erc-input-face ((t (:foreground "yellow"))))
  '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold))))
  '(erc-notice-face ((t (:foreground "lightgreen" :weight bold))))
+ '(magit-diff-add ((((class color) (background dark)) (:foreground "green"))))
  '(rst-level-1-face ((t (:foreground "pink"))) t)
  '(rst-level-2-face ((t (:background "grey30"))) t)
  '(show-ws-tab ((t (:background "Black"))))