diff options
Diffstat (limited to 'Source/Applications/Shell/Applets')
-rw-r--r-- | Source/Applications/Shell/Applets/ls.cpp | 2 |
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 |