Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

stable repomodel: remove yellow from author color list

It is very difficult to read yellow text written on white background.

Changeset 4d6cf57994bf

Parent ec625507fa75

by André Sintzoff

Changes to one file · Browse files at 4d6cf57994bf Showing diff from parent ec625507fa75 Diff from another changeset...

 
35
36
37
38
 
39
40
41
 
35
36
37
 
38
39
40
41
@@ -35,7 +35,7 @@
 # TODO: Remove these two when we adopt GTK author color scheme  COLORS = [ "blue", "darkgreen", "red", "green", "darkblue", "purple",   "cyan", Qt.darkYellow, "magenta", "darkred", "darkmagenta", - "darkcyan", "gray", "yellow", ] + "darkcyan", "gray", ]  COLORS = [str(QColor(x).name()) for x in COLORS]    COLUMNHEADERS = (