use blue for selection
reserve yellow for search hits
This commit is contained in:
@@ -37,6 +37,6 @@ class HighlightSelection(Highlight):
|
|||||||
else:
|
else:
|
||||||
length = Settings.max_line_length() -start
|
length = Settings.max_line_length() -start
|
||||||
|
|
||||||
return [HighlightedRange(start, length, brush=QBrush(QColor(255, 255, 0)), pen=Qt.PenStyle.NoPen)]
|
return [HighlightedRange(start, length, brush=QBrush(QColor(156, 215, 255)), pen=Qt.PenStyle.NoPen)]
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user