// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef GUICONSTANTS_H #define GUICONSTANTS_H #define COLOR_BLACK QColor(0, 0, 0) #define COLOR_WHITE QColor(255, 255, 255) #define COLOR_UNCONFIRMED_TX QColor(255, 0, 0) #endif // GUICONSTANTS_H