Replies: 1 comment
-
Those come from VS Code, not GitLens. I believe those are the Customizing theme colors guide: https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme Rough example: {
"workbench.colorCustomizations": {
"editorGutter.modifiedBackground": "#ffffff"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions