From e25dbc23d43258ad8f822bd3c5d202b51c492184 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sat, 26 Dec 2009 13:32:21 +0100 Subject: Color changes --- Melon.img | Bin 1474560 -> 1474560 bytes Source/Applications/Shell/Applets/ls.cpp | 2 +- Source/Applications/Shell/Shell.class.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Melon.img b/Melon.img index eb6c04f..d273e1f 100644 Binary files a/Melon.img and b/Melon.img differ diff --git a/Source/Applications/Shell/Applets/ls.cpp b/Source/Applications/Shell/Applets/ls.cpp index 3d05de4..8d34986 100644 --- a/Source/Applications/Shell/Applets/ls.cpp +++ b/Source/Applications/Shell/Applets/ls.cpp @@ -1,7 +1,7 @@ #include #include -#define DIR_COLOR 1 +#define DIR_COLOR 3 #define FILE_COLOR 2 #define NORMAL_COLOR 7 diff --git a/Source/Applications/Shell/Shell.class.h b/Source/Applications/Shell/Shell.class.h index 9bd6524..dd7ef34 100644 --- a/Source/Applications/Shell/Shell.class.h +++ b/Source/Applications/Shell/Shell.class.h @@ -8,7 +8,7 @@ #include -#define PROMPTS_COLOR 1 +#define PROMPTS_COLOR 5 #define PROMPTV_COLOR 9 #define ENTRY_COLOR 6 #define NORMAL_COLOR 7 -- cgit v1.2.3