blob: 27671045f246ce7fbf138a3a1091184c621f7ed6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef DEF_MELON_KERNEL_CONFIG
#define DEF_MELON_KERNEL_CONFIG
#define OPT_DEBUG
//Color scheme
#define TXTLOGO_FGCOLOR 9
#define TXTLOGO_BGCOLOR 0
#define KVT_FGCOLOR 0
#define KVT_BGCOLOR 7
#define KVT_OKCOLOR 1
#define KVT_BLECOLOR 4 //BLE = Boot Log Entry
#define KVT_ENTRYCOLOR 6
#define KVT_LIGHTCOLOR 8
#endif
|