summaryrefslogtreecommitdiff
path: root/Source/Kernel/Config.h
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-14 13:35:41 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-14 13:35:41 +0100
commit6055ef45a39b62bffa5f4c194e5d62a177c3b9df (patch)
tree69125ae1ffd15b4991cd4b7901b44e6a05d26959 /Source/Kernel/Config.h
parent4d5c1fcf9b1616db662a5cab0cec5ac878ce5175 (diff)
downloadMelon-6055ef45a39b62bffa5f4c194e5d62a177c3b9df.tar.gz
Melon-6055ef45a39b62bffa5f4c194e5d62a177c3b9df.zip
Added screenshots and a grub entry for the GOL simulator.
Diffstat (limited to 'Source/Kernel/Config.h')
-rw-r--r--Source/Kernel/Config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/Source/Kernel/Config.h b/Source/Kernel/Config.h
index 149f699..009b133 100644
--- a/Source/Kernel/Config.h
+++ b/Source/Kernel/Config.h
@@ -8,13 +8,10 @@
#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 KVT_LIGHTCOLOR 6
+#define KVT_ENTRYCOLOR 15
-#define SHELL_FGCOLOR 7
-#define SHELL_BGCOLOR 0
-#define SHELL_LIGHTCOLOR 6
-#define SHELL_ENTRYCOLOR 15
+#define SHELL_FGCOLOR 0
+#define SHELL_BGCOLOR 7
#endif