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

Different coloured background according to git status #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Different coloured background according to git status #5

wants to merge 3 commits into from

Conversation

vergissberlin
Copy link

I'm loving it. Thank you for your clean code and idea.
I have a suggestion for improvement. The background color can be dyed according to the git status.
For that, follow gitconfig setting is useful:

[color "branch"]
    current = yellow
    local = yellow
    remote = green
[color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
[color "status"]
    added = yellow
    changed = green
[color]
    ui = auto
    diff = auto
    status = auto
    branch = auto

André

@jakirkham
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants