Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

align to Git color scheme for new untracked file #514

Open
zachvalenta opened this issue Jun 26, 2019 · 3 comments
Open

align to Git color scheme for new untracked file #514

zachvalenta opened this issue Jun 26, 2019 · 3 comments
Labels
features › ui Things to do with the UI good-first-bug Easy to fix bugs themes exa’s colour themes

Comments

@zachvalenta
Copy link

git status displays new untracked files using blue:

Screen Shot 2019-06-26 at 9 07 34 AM

but exa uses green when employing the --git option:

Screen Shot 2019-06-26 at 9 08 48 AM

Is there a way exa can be configured so that the ga attribute will line up with whatever color Git would otherwise use?

@ariasuni
Copy link
Collaborator

It’s an interesting suggestion, I think we would like to have a different color depending of the column, in order to follow git’s use of colors.

@ariasuni ariasuni added features › ui Things to do with the UI themes exa’s colour themes labels Jan 13, 2021
@ariasuni ariasuni added the good-first-bug Easy to fix bugs label Oct 25, 2021
@eproxus
Copy link

eproxus commented Mar 28, 2023

(not sure if this should be a different issue but) It would be cool if the whole column matched Git's short status color and characters (e.g. ?? instead of N):

$ git status --short
 M rebar.config
?? script.sh
$ exa --long --git
.rw-r--r--@ 3.8k user  9 Mar 16:16 -- README.md
.rw-r--r--@ 2.7k user 28 Mar 12:02 -M rebar.config
.rw-r--r--@  287 user 28 Mar 12:02 ?? script.sh
drwxr-xr-x@    - user 28 Mar 12:02 -- src
drwxr-xr-x@    - user 20 Mar 11:58 -- test
``

@eggbean
Copy link

eggbean commented Mar 28, 2023

These would be meaningful improvements to exa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features › ui Things to do with the UI good-first-bug Easy to fix bugs themes exa’s colour themes
Projects
None yet
Development

No branches or pull requests

4 participants