Vscode-gitlens: How to change the blame line color

Created on 7 Aug 2020  路  2Comments  路  Source: eamodio/vscode-gitlens

Hi, I can't change the blame line color. I'd read readme, and tried change Gutter Heatmap settings but nothing was changed.

image

Where is there that settings?

question

Most helpful comment

try adding this to your local settings.json:

"workbench.colorCustomizations": {
  "gitlens.trailingLineForegroundColor":"#ff0000"
}

After reviewing the documentation, I had to do some trail and error to figure out which one actually targeted the correct type of text.

https://github.com/eamodio/vscode-gitlens#themable-colors-

All 2 comments

try adding this to your local settings.json:

"workbench.colorCustomizations": {
  "gitlens.trailingLineForegroundColor":"#ff0000"
}

After reviewing the documentation, I had to do some trail and error to figure out which one actually targeted the correct type of text.

https://github.com/eamodio/vscode-gitlens#themable-colors-

try adding this to your local settings.json:

"workbench.colorCustomizations": {
  "gitlens.trailingLineForegroundColor":"#ff0000"
}

After reviewing the documentation, I had to do some trail and error to figure out which one actually targeted the correct type of text.

https://github.com/eamodio/vscode-gitlens#themable-colors-

Yes, it works, thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

derrickstolee picture derrickstolee  路  3Comments

DavidBabel picture DavidBabel  路  3Comments

DFelten picture DFelten  路  3Comments

roblourens picture roblourens  路  4Comments

JP-Ellis picture JP-Ellis  路  3Comments