mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.9k stars 244 forks source link

graph colors based on the colors of the Tokyo subway line map #775

Open mannfuri opened 1 year ago

mannfuri commented 1 year ago

I have set my graph colors based on the colors of the Tokyo subway line map, and I think it looks great. Perhaps you can give it a try?

    "git-graph.graph.colours": [
        "#ff9500",
        "#f62e36",
        "#b5b5ac",
        "#009bbf",
        "#00bb85",
        "#d7c447",
        "#8e4799",
        "#00ac9b",
        "#8b50a4",
        "#ffffff",
        "#007ac2",
        "#8e4799",
        "#002d62"
    ]
Alfxjx commented 1 year ago

image looks nice