Skip to content

Commit 31ba8fb

Browse files
committed
src/qt/mempoolconstants.h:more colors
1 parent 25e690d commit 31ba8fb

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/qt/mempoolconstants.h

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,32 @@ QColor(139, 69, 19, 255), // Saddle Brown
5656
QColor(105, 105, 105, 255), // Dim Gray
5757
QColor(70, 130, 180, 255), // Steel Blue
5858
QColor(112, 128, 144, 255), // Slate Gray
59-
QColor(47, 79, 79, 255) // Dark Slate Gray (very high fee, almost black)
59+
QColor(47, 79, 79, 255), // Dark Slate Gray (very high fee, almost black)
60+
QColor(112, 128, 144, 255), // Slate Gray
61+
QColor(70, 130, 180, 255), // Steel Blue
62+
QColor(105, 105, 105, 255), // Dim Gray
63+
QColor(139, 69, 19, 255), // Saddle Brown
64+
QColor(160, 82, 45, 255), // Sienna
65+
QColor(128, 0, 0, 255), // Maroon
66+
QColor(139, 0, 0, 255), // Dark Red
67+
QColor(178, 34, 34, 255), // Firebrick
68+
QColor(220, 20, 60, 255), // Crimson
69+
QColor(255, 0, 0, 255), // Red
70+
QColor(255, 69, 0, 255), // Orange Red
71+
QColor(255, 99, 71, 255), // Tomato
72+
QColor(255, 140, 0, 255), // Dark Orange
73+
QColor(255, 165, 0, 255), // Orange
74+
QColor(255, 215, 0, 255), // Gold
75+
QColor(255, 255, 0, 255), // Yellow
76+
QColor(173, 255, 47, 255), // Green Yellow
77+
QColor(124, 252, 0, 255), // Lawn Green
78+
QColor(34, 139, 34, 255), // Forest Green
79+
QColor(50, 205, 50, 255), // Lime Green
80+
QColor(0, 255, 127, 255), // Spring Green
81+
QColor(0, 139, 139, 255), // Dark Cyan
82+
QColor(0, 128, 128, 255), // Teal
83+
QColor(0, 191, 255, 255), // Deep Sky Blue
84+
QColor(0, 0, 205, 255), // Medium Blue
85+
QColor(65, 105, 225, 255), // Royal Blue
86+
QColor(100, 149, 237, 255), // Cornflower Blue (very low fee)
6087
};

0 commit comments

Comments
 (0)