Skip to content

Commit

Permalink
Merge pull request #898 from AlttiRi/master
Browse files Browse the repository at this point in the history
Change reference background color #894
  • Loading branch information
arsenetar authored May 26, 2021
2 parents e6c791a + 65c1d46 commit 72e0f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def reset(self):
self.details_dialog_override_theme_icons = False if not ISLINUX else True
self.details_dialog_viewers_show_scrollbars = True
self.result_table_ref_foreground_color = QColor(Qt.blue)
self.result_table_ref_background_color = QColor(Qt.darkGray)
self.result_table_ref_background_color = QColor(Qt.lightGray)
self.result_table_delta_foreground_color = QColor(255, 142, 40) # orange
self.resultWindowIsMaximized = False
self.resultWindowRect = None
Expand Down

0 comments on commit 72e0f76

Please sign in to comment.