Skip to content

How to change the color of the block blame. #2201

Answered by eamodio
mjaysona asked this question in Q&A
Discussion options

You must be logged in to vote

Thse are called CodeLens, and you can change the color by overriding the theme color via the workbench.colorCustomizations.

See below to set the CodeLens to pink

  "workbench.colorCustomizations": {
    "editorCodeLens.foreground": "#ff00ff"
  },

Hope that helps!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mjaysona
Comment options

Answer selected by mjaysona
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants