diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-17 15:26:09 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-17 15:26:09 +0200 |
commit | 8862994499de563b763607fff3f39a8a28c553b3 (patch) | |
tree | a0556b392e49971a0c2237a26c579a59b7986805 /Source/Kernel/Config.h | |
parent | 5f88058644587aa255d453eee74c212e53cf9ade (diff) | |
download | Melon-8862994499de563b763607fff3f39a8a28c553b3.tar.gz Melon-8862994499de563b763607fff3f39a8a28c553b3.zip |
Color scheme is now configured in Config.h
Diffstat (limited to 'Source/Kernel/Config.h')
-rw-r--r-- | Source/Kernel/Config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Kernel/Config.h b/Source/Kernel/Config.h index e4726a2..2767104 100644 --- a/Source/Kernel/Config.h +++ b/Source/Kernel/Config.h @@ -3,4 +3,14 @@ #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 |