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
+1
-1
script/tideay
less
more
1092
1092
1093
1093
editor.buffer.connect('mark-set', self.refresh)
1094
1094
1095
editor.buffer.create_tag('found', background='lighe')
1095
editor.buffer.create_tag('found', background='light blue')
1096
1096
1097
1097
editor.view.connect('focus-out-event', self.unfocus)
1098
1098