nyx: Add theme colors for highlight text

This commit is contained in:
CTCaer
2020-04-30 04:04:24 +03:00
parent f540c8250b
commit 523c81f797
5 changed files with 44 additions and 18 deletions

View File

@@ -44,6 +44,7 @@ typedef struct _hekate_config
typedef struct _nyx_config
{
u32 themecolor;
u32 verification;
} nyx_config;