use kevacoin colors for COLOR_NEGATIVE decoration

This commit is contained in:
kvazar-network 2024-12-31 16:49:37 +02:00
parent 0a08d3a964
commit fb95b778aa

View File

@ -22,7 +22,7 @@ static const bool DEFAULT_SPLASHSCREEN = true;
/* Transaction list -- unconfirmed transaction */ /* Transaction list -- unconfirmed transaction */
#define COLOR_UNCONFIRMED QColor(128, 128, 128) #define COLOR_UNCONFIRMED QColor(128, 128, 128)
/* Transaction list -- negative amount */ /* Transaction list -- negative amount */
#define COLOR_NEGATIVE QColor(230, 120, 105) #define COLOR_NEGATIVE QColor(180, 50, 90)
/* Transaction list -- bare address (without label) */ /* Transaction list -- bare address (without label) */
#define COLOR_BAREADDRESS QColor(140, 140, 140) #define COLOR_BAREADDRESS QColor(140, 140, 140)
/* Transaction list -- TX status decoration - open until date */ /* Transaction list -- TX status decoration - open until date */