diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 34cf27a17..ec2172a77 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -22,7 +22,7 @@ static const bool DEFAULT_SPLASHSCREEN = true; /* Transaction list -- unconfirmed transaction */ #define COLOR_UNCONFIRMED QColor(128, 128, 128) /* Transaction list -- negative amount */ -#define COLOR_NEGATIVE QColor(230, 120, 105) +#define COLOR_NEGATIVE QColor(180, 50, 90) /* Transaction list -- bare address (without label) */ #define COLOR_BAREADDRESS QColor(140, 140, 140) /* Transaction list -- TX status decoration - open until date */