Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Define a custom theme color for the inline message #168

Closed jrieken closed 5 months ago

jrieken commented 5 months ago

Today, the inline messages uses editorCodeLens.foreground. This is a good default but I would like to tweak the colour independent of code lens. I suggest to introduce a new extension specific theme color that defaults to editorCodeLens.foreground but allows to be customized. This can be done like https://code.visualstudio.com/api/references/contribution-points#contributes.colors and I am also happy to contribute a PR if desired.

Sertion commented 5 months ago

Hey Johannes! Thank you for the feature request.

I did not know about the contributes.color contribution point. It solves the issue I've had with similar requests earlier.

I'll see if I can implement it today.

Sertion commented 5 months ago

A new version has been released.