-
How do I change the color of the label 'You, 2 minutes ago | 1 autho (You)'. I've tried all the color customization stated in the docs but none worked. |
Beta Was this translation helpful? Give feedback.
Answered by
eamodio
Sep 12, 2022
Replies: 2 comments 1 reply
-
Up |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thse are called CodeLens, and you can change the color by overriding the theme color via the See below to set the CodeLens to pink "workbench.colorCustomizations": {
"editorCodeLens.foreground": "#ff00ff"
}, Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mjaysona
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Hope that helps!