use transparent line background by default
This commit is contained in:
@@ -118,7 +118,7 @@ class NewHighlightingDialog(QDialog):
|
|||||||
|
|
||||||
def _new_highlighter(self):
|
def _new_highlighter(self):
|
||||||
highlight_regex = HighlightRegex("", ignore_case=True, is_regex=True, hit_background_color="ccb400",
|
highlight_regex = HighlightRegex("", ignore_case=True, is_regex=True, hit_background_color="ccb400",
|
||||||
line_background_color="fff080")
|
line_background_color="None")
|
||||||
self._add_highlight_regex_to_list(highlight_regex, select=True)
|
self._add_highlight_regex_to_list(highlight_regex, select=True)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user