grey not #9e9e9e
This commit is contained in:
parent
7a0fa12f59
commit
6c3a51d59f
|
@ -127,7 +127,7 @@ class HistoryWindow:
|
|||
tag.set_property('foreground', color)
|
||||
|
||||
tag = self.history_buffer.create_tag('time_sometimes')
|
||||
tag.set_property('foreground', '#9e9e9e')
|
||||
tag.set_property('foreground', 'grey')
|
||||
tag.set_property('justification', gtk.JUSTIFY_CENTER)
|
||||
|
||||
date = time.localtime()
|
||||
|
|
Loading…
Reference in New Issue