Skip to content

Commit 8af7da3

Browse files
committed
change separation colors to green and magenta
1 parent a3eceba commit 8af7da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/urh/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def get_qt_settings_filename():
5757
NOISE_OPACITY = 0.33
5858

5959
# SEPARATION COLORS
60-
ONES_AREA_COLOR = Qt.darkGreen
61-
ZEROS_AREA_COLOR = Qt.darkRed
62-
SEPARATION_OPACITY = 0.25
60+
ONES_AREA_COLOR = Qt.green
61+
ZEROS_AREA_COLOR = Qt.magenta
62+
SEPARATION_OPACITY = 0.15
6363
SEPARATION_PADDING = .05 # percent
6464

6565
# PROTOCOL TABLE COLORS

0 commit comments

Comments
 (0)