Skip to content

Commit

Permalink
GUI/NetWatch: Use a softer/brighter green for active search field bac…
Browse files Browse the repository at this point in the history
…kground colour
  • Loading branch information
luke-jr committed Sep 29, 2021
1 parent 1401001 commit 2db8130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static const bool DEFAULT_SPLASHSCREEN = true;
/* Invalid field background style */
#define STYLE_INVALID "background:#FF8080"
/* Background style for active search in NetWatch */
#define STYLE_ACTIVE "background:#00c000"
#define STYLE_ACTIVE "background:#80FF80"

/* Transaction list -- unconfirmed transaction */
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
Expand Down

0 comments on commit 2db8130

Please sign in to comment.