summaryrefslogblamecommitdiff
path: root/Source/Kernel/Config.h
blob: 656089e990ae91c301cf240a543b782ae99e585b (plain) (tree)
1
2
3
4
5
6
7
8




                               


                         


                     
                                              

                        




                          
      
#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_OKCOLOR 2
#define KVT_BLECOLOR 4	//BLE = Boot Log Entry
#define KVT_LIGHTCOLOR 8

#define SHELL_FGCOLOR 0
#define SHELL_BGCOLOR 7
#define SHELL_LIGHTCOLOR 8
#define SHELL_ENTRYCOLOR 6

#endif