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

Can't (easily) see additions on certain terminal themes #675

Open
thislooksfun opened this issue Mar 22, 2024 · 0 comments
Open

Can't (easily) see additions on certain terminal themes #675

thislooksfun opened this issue Mar 22, 2024 · 0 comments

Comments

@thislooksfun
Copy link

Not sure if this is really a bug or if I'm missing some setting, but none of them seemed to apply to my situation.

I'm using the default macOS Terminal application with the Homebrew profile, which is green text on a black background for the retro terminal look, however it just does not play nice with difftastic:

Screenshot 2024-03-22 at 4 36 52 PM
/// file1.ts:
function helloWorld() {
  console.log('Hello World');
}
/// file2.ts:
function helloWorld(name: string) {
  if (name) {
    console.log(`Hello ${name}`);
  } else {
    console.log('Hello World');
  }
}

It would be nice if there was some way to override the default (unchanged) text color to be something other than the terminal default text color so I can actually see where the additions are.

Alternate solution: dim the non-relevant (non-addition/deletion) text to provide more of a visual distinction. Being able to change the base color is preferable, but this would still be an improvement.

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

No branches or pull requests

1 participant