Describe the feature
I would like this extension to expose its graph colours as tokens for theme extensions to have the ability to edit, similar to how the Error Lens extension exposes colour tokens such as errorLens.errorForeground.
Problem it solves
The inability for themes to customise the colours of the Git graph, like how up to 5 colours can be set for the in-built VSCode SCM graph using the tokens scmGraph.foreground1 to scmGraph.foreground5.
Proposed solution
Provide a large number of tokens for themes to edit, and replace the neo-git-graph.graphColours setting with a single number that dictates how many of the token colours to use, wrapping around once the end of them reached.
Describe the feature
I would like this extension to expose its graph colours as tokens for theme extensions to have the ability to edit, similar to how the Error Lens extension exposes colour tokens such as
errorLens.errorForeground.Problem it solves
The inability for themes to customise the colours of the Git graph, like how up to 5 colours can be set for the in-built VSCode SCM graph using the tokens
scmGraph.foreground1toscmGraph.foreground5.Proposed solution
Provide a large number of tokens for themes to edit, and replace the
neo-git-graph.graphColourssetting with a single number that dictates how many of the token colours to use, wrapping around once the end of them reached.