Skip to content
Snippets Groups Projects
Commit 6c3a51d5 authored by nkour's avatar nkour
Browse files

grey not #9e9e9e

parent 7a0fa12f
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment