Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jul 2, 2024
1 parent 1768977 commit 674eb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ typedef enum _ENUM_INFO_DATA2
#define STATUSBAR_PARTS_COUNT 3

// notifications
#define NOTIFY_TIMER_SAFETY_ID 666
#define NOTIFY_TIMER_SAFETY_TIMEOUT 900
#define NOTIFY_TIMER_SAFETY_ID 666

#define NOTIFY_TIMEOUT_DEFAULT 60 // sec.

Expand All @@ -174,7 +174,7 @@ typedef enum _ENUM_INFO_DATA2
#define LV_COLOR_SPECIAL RGB (255, 255, 170)
#define LV_COLOR_SIGNED RGB (175, 228, 163)
#define LV_COLOR_PICO RGB (51, 153, 255)
#define LV_COLOR_SYSTEM RGB(151, 196, 251)
#define LV_COLOR_SYSTEM RGB (151, 196, 251)
#define LV_COLOR_CONNECTION RGB(255, 168, 242)
#define LV_COLOR_UNDELETE RGB(211, 211, 211)

Expand Down

0 comments on commit 674eb30

Please sign in to comment.