]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added colordiff configuration file.
authorSimon Ruderich <simon@ruderich.org>
Tue, 2 Sep 2008 18:25:18 +0000 (20:25 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 2 Sep 2008 18:25:18 +0000 (20:25 +0200)
It uses diff colors similar to TextMate.

colordiffrc [new file with mode: 0644]

diff --git a/colordiffrc b/colordiffrc
new file mode 100644 (file)
index 0000000..8848094
--- /dev/null
@@ -0,0 +1,9 @@
+# Colordiff configuration file.
+
+
+# Custom colors for the diff output which is more similar to TextMate's output
+# (new: green, old: red).
+newtext=green
+oldtext=red
+diffstuff=magenta
+cvsstuff=yellow