Skip to content

Commit 2db8130

Browse files
committed
GUI/NetWatch: Use a softer/brighter green for active search field background colour
1 parent 1401001 commit 2db8130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/guiconstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static const bool DEFAULT_SPLASHSCREEN = true;
2121
/* Invalid field background style */
2222
#define STYLE_INVALID "background:#FF8080"
2323
/* Background style for active search in NetWatch */
24-
#define STYLE_ACTIVE "background:#00c000"
24+
#define STYLE_ACTIVE "background:#80FF80"
2525

2626
/* Transaction list -- unconfirmed transaction */
2727
#define COLOR_UNCONFIRMED QColor(128, 128, 128)

0 commit comments

Comments
 (0)