From fb95b778aa0c50999966bcb3cedd991698aea66c Mon Sep 17 00:00:00 2001 From: kvazar-network Date: Tue, 31 Dec 2024 16:49:37 +0200 Subject: [PATCH] use kevacoin colors for `COLOR_NEGATIVE` decoration --- src/qt/guiconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */