-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Color customization #51
Copy link
Copy link
Closed
Labels
enhancementAn enhancement to the functionality of the software.An enhancement to the functionality of the software.
Description
Metadata
Metadata
Assignees
Labels
enhancementAn enhancement to the functionality of the software.An enhancement to the functionality of the software.
We should definitely try to support customizing colors in the output similar to how
agdoes it. Currently they support 3 color customizations, as per this issue:--colors-match--colors-path--colors-line-numberImplementing the part where we set colors based on an argument is not particularly hard (just a matter of translating user input to
term::Attrenums). Parsing input in the bash terminal format likeagdoes was not difficult to implement. However, this limits Windows usage because we don't have an easy translation between those colors.How should we go about supporting these color customizations for both Linux, Mac and Windows?