diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-15 12:03:58 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-15 12:03:58 +0100 |
commit | e48f1166ae7402f973ea4aab8e53c7612459048c (patch) | |
tree | 6c097249b1f6356cc378c500d4b0d21bea9dd6bb /Source/Kernel/Config.h | |
parent | 972e9d53d243b698e9dce7125a08804a43b70534 (diff) | |
download | Melon-e48f1166ae7402f973ea4aab8e53c7612459048c.tar.gz Melon-e48f1166ae7402f973ea4aab8e53c7612459048c.zip |
LM
Diffstat (limited to 'Source/Kernel/Config.h')
-rw-r--r-- | Source/Kernel/Config.h | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/Source/Kernel/Config.h b/Source/Kernel/Config.h index 009b133..77573aa 100644 --- a/Source/Kernel/Config.h +++ b/Source/Kernel/Config.h @@ -4,14 +4,23 @@ #define OPT_DEBUG //Color scheme -#define TXTLOGO_FGCOLOR 9 +#define TXTLOGO_FGCOLOR 9 //Colors for the melon logo #define TXTLOGO_BGCOLOR 0 -#define KVT_FGCOLOR 7 + +#define KVT_FGCOLOR 7 //Colors for the vt for selecting a screen mode #define KVT_BGCOLOR 0 -#define KVT_LIGHTCOLOR 6 -#define KVT_ENTRYCOLOR 15 +#define KVT_LIGHTCOLOR 9 +#define KVT_ENTRYCOLOR 6 +//These colors are used for the shell running the init program #define SHELL_FGCOLOR 0 #define SHELL_BGCOLOR 7 +#define PANIC_BGCOLOR 4 //Colors for the panic screen +#define PANIC_FGCOLOR 15 +#define BSOD_BGCOLOR 1 //Colors for the panic_dump screen +#define BSOD_FGCOLOR 7 +#define HALT_BGCOLOR 6 //Colors for the halt screen +#define HALT_FGCOLOR 7 + #endif |