gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.97k stars 1.3k forks source link

Make blame heatmap color configurable #419

Closed AndreasBackx closed 6 years ago

AndreasBackx commented 6 years ago

The heatmap in the git blame adds a red border for the heatmap which currently is not configurable. It would be nice to add make this configurable.

Related: #360.

AndreasBackx commented 6 years ago

Thank you for the quick implementation! I hope to add support for it soon in Rubecula.

eamodio commented 6 years ago

No problem. Unfortunately I wasn't able to expose the new colors as theme colors. Because vscode doesn't provide a way to get access to the actual color behind a theme color, which is required for the heatmap

AndreasBackx commented 6 years ago

Is there an issue of that on the VS Code repo?

eamodio commented 6 years ago

There is: https://github.com/Microsoft/vscode/issues/32813

AndreasBackx commented 6 years ago

Awesome, thank you. I'll keep an eye on it as well.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.