Skip to content

Commit

Permalink
fix: update default file color to support 16-color
Browse files Browse the repository at this point in the history
Signed-off-by: jmattaa <mattajonathan1@gmail.com>
  • Loading branch information
jmattaa committed Nov 7, 2024
1 parent ac8ca04 commit 3a3a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/colors.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef struct

static const laser_color LASER_COLORS_DEFAULTS[COLOR_COUNT] = {
{"RESET", "\x1b[0m"}, {"DIR", "\x1b[34m"},
{"SYMLINK", "\x1b[36m"}, {"FILE", "\x1b[38m"},
{"SYMLINK", "\x1b[36m"}, {"FILE", "\x1b[0m"},
{"HIDDEN", "\x1b[90m"}, {"EXEC", "\x1b[32;4m"},
{"ARCHIVE", "\x1b[31m"}, {"MEDIA", "\x1b[33m"},
{"DOCUMENT", "\x1b[35;3m"}};
Expand Down

0 comments on commit 3a3a5df

Please sign in to comment.