Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable qtlib: override color.py's definition for status.deleted color (closes #106)

'cyan bold underline' is not very readable in a QTreeView

Changeset 1d113569d4b6

Parent 2d08113c8bc5

by Steve Borho

Changes to one file · Browse files at 1d113569d4b6 Showing diff from parent 2d08113c8bc5 Diff from another changeset...

 
58
59
60
 
61
62
63
 
58
59
60
61
62
63
64
@@ -58,6 +58,7 @@
  'log.modified': 'black #ffddaa_background',   'log.added': 'black #aaffaa_background',   'log.removed': 'black #ffcccc_background', + 'status.deleted': 'red bold',   'ui.error': 'red bold #ffcccc_background',   'control': 'black bold #dddddd_background',  }