git @ Cat's Eye Technologies tideay / 547826f
Revert unintentional change to this colour descriptor. Chris Pressey 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
10921092
10931093 editor.buffer.connect('mark-set', self.refresh)
10941094
1095 editor.buffer.create_tag('found', background='lighe')
1095 editor.buffer.create_tag('found', background='light blue')
10961096
10971097 editor.view.connect('focus-out-event', self.unfocus)
10981098