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

Ardeshir81 picture Ardeshir81  路  3Comments

carlleeswanson picture carlleeswanson  路  3Comments

robertzauner picture robertzauner  路  3Comments

mindpivot picture mindpivot  路  4Comments

DFelten picture DFelten  路  3Comments