hgext/color.py
changeset 17806 dc7010ed0101
parent 17424 e7cfe3587ea4
child 18290 323e1267de36
equal deleted inserted replaced
17805:21c93988ca70 17806:dc7010ed0101
   222                         'white': (False, curses.COLOR_WHITE)}
   222                         'white': (False, curses.COLOR_WHITE)}
   223 except ImportError:
   223 except ImportError:
   224     _terminfo_params = False
   224     _terminfo_params = False
   225 
   225 
   226 _styles = {'grep.match': 'red bold',
   226 _styles = {'grep.match': 'red bold',
       
   227            'grep.linenumber': 'green',
       
   228            'grep.rev': 'green',
       
   229            'grep.change': 'green',
       
   230            'grep.sep': 'cyan',
       
   231            'grep.filename': 'magenta',
       
   232            'grep.user': 'magenta',
       
   233            'grep.date': 'magenta',
   227            'bookmarks.current': 'green',
   234            'bookmarks.current': 'green',
   228            'branches.active': 'none',
   235            'branches.active': 'none',
   229            'branches.closed': 'black bold',
   236            'branches.closed': 'black bold',
   230            'branches.current': 'green',
   237            'branches.current': 'green',
   231            'branches.inactive': 'none',
   238            'branches.inactive': 'none',