UI/color tweaks from SD
This commit is contained in:
20
src/guiconstants.h
Normal file
20
src/guiconstants.h
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright 2019-2022 The Hush developers
|
||||
// Released under the GPLv3
|
||||
#ifndef GUICONSTANTS_H
|
||||
#define GUICONSTANTS_H
|
||||
|
||||
// Generic colors
|
||||
#define COLOR_BLACK QColor(0, 0, 0)
|
||||
#define COLOR_WHITE QColor(255, 255, 255)
|
||||
#define COLOR_UNCONFIRMED_TX QColor(255, 0, 0)
|
||||
#define COLOR_DRAGONX_TEXT QColor(145, 164, 184)
|
||||
|
||||
// Theme background colors
|
||||
#define COLOR_DEFAULT_BG QColor(229, 229, 229)
|
||||
#define COLOR_BLUE_BG QColor(229, 229, 229)
|
||||
#define COLOR_LIGHT_BG QColor(218, 218, 218)
|
||||
#define COLOR_DARK_BG QColor(48, 51, 53)
|
||||
#define COLOR_MIDNIGHT_BG QColor(17, 17, 17)
|
||||
#define COLOR_DRAGONX_BG QColor(35, 40, 52)
|
||||
|
||||
#endif // GUICONSTANTS_H
|
||||
Reference in New Issue
Block a user