Skip to content

Commit c93af63

Browse files
committed
Widget icon color adjustments
1 parent 5c981d3 commit c93af63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gfx/gfx_widgets.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
#define BG_COLOR_PROGRESS 0x323232
5353
#define BG_COLOR_MARGIN 0xCCCCCC
5454

55-
#define ICON_COLOR_RED 0xD6160C
56-
#define ICON_COLOR_GREEN 0x00C80A
57-
#define ICON_COLOR_BLUE 0x0C99D6
58-
#define ICON_COLOR_YELLOW 0xD6C10C
55+
#define ICON_COLOR_RED 0xD82020
56+
#define ICON_COLOR_GREEN 0x20D820
57+
#define ICON_COLOR_BLUE 0x209BD8
58+
#define ICON_COLOR_YELLOW 0xD8BA20
5959

6060
RETRO_BEGIN_DECLS
6161

0 commit comments

Comments
 (0)