~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to colordiff.py

  • Committer: Aaron Bentley
  • Date: 2006-07-05 05:32:42 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060705053242-b9bbea9d1acd32d6
Make Ellerman's cdiff colours the default

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    colors = {
44
44
        'metaline':    'darkyellow',
45
 
        'plain':       None,
46
 
        'newtext':     'darkgreen',
47
 
        'oldtext':     'red',
48
 
        'diffstuff':   'darkblue'
 
45
        'plain':       'darkwhite',
 
46
        'newtext':     'darkblue',
 
47
        'oldtext':     'darkred',
 
48
        'diffstuff':   'darkgreen'
49
49
    }
50
50
 
51
51
    def __init__(self, target):