summaryrefslogtreecommitdiff
path: root/Source/Kernel/Config.h
blob: 009b1332931894041c2893aba181e79fd7aaa569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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 7
#define KVT_BGCOLOR 0
#define KVT_LIGHTCOLOR 6
#define KVT_ENTRYCOLOR 15

#define SHELL_FGCOLOR 0
#define SHELL_BGCOLOR 7

#endif