summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Applets
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-26 13:32:21 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-26 13:32:21 +0100
commite25dbc23d43258ad8f822bd3c5d202b51c492184 (patch)
tree87e786f872e5a9630130c1c34c047ab75c7a4c3a /Source/Applications/Shell/Applets
parentf2ccc0eaa3db7366787e2fa76ae52554e93b71f1 (diff)
downloadMelon-e25dbc23d43258ad8f822bd3c5d202b51c492184.tar.gz
Melon-e25dbc23d43258ad8f822bd3c5d202b51c492184.zip
Color changes
Diffstat (limited to 'Source/Applications/Shell/Applets')
-rw-r--r--Source/Applications/Shell/Applets/ls.cpp2
1 files changed, 1 insertions, 1 deletions
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 <App/ShellApp.proto.h>
#include <Binding/FSNode.class.h>
-#define DIR_COLOR 1
+#define DIR_COLOR 3
#define FILE_COLOR 2
#define NORMAL_COLOR 7