Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable status: show ignored files in dark gray

The color extension also uses gray (bold black of ansi color.)

Changeset 4f989b278461

Parent 6e0c1f3fa8f8

by Yuya Nishihara

Changes to one file · Browse files at 4f989b278461 Showing diff from parent 6e0c1f3fa8f8 Diff from another changeset...

 
923
924
925
926
 
927
928
929
 
923
924
925
 
926
927
928
929
@@ -923,7 +923,7 @@
  elif stat == '?':   text_renderer.set_property('foreground', '#AA5000')   elif stat == 'I': - text_renderer.set_property('foreground', 'black') + text_renderer.set_property('foreground', '#404040')   else:   text_renderer.set_property('foreground', 'black')