Gerrnperl / outline-map

A visual, interactive outline map that combines the clarity of the outline with the intuitive overview of the minimap. Alternative Minimap.
https://marketplace.visualstudio.com/items?itemName=Gerrnperl.outline-map
MIT License
203 stars 14 forks source link

如何自定义颜色 #44

Closed 256-7421142 closed 9 months ago

256-7421142 commented 11 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Gerrnperl commented 9 months ago

为符号设置颜色

"outline-map.color": {
    "visibleRange": "#353A48",
    "class": "#d6ffad",
    "constant": "#d6ffad",
    "function": "#97dbf3",
    "method": "#97dbf3",
    "variable": "#8bf7c7",
    "property": "#56b6c2",
    "number": "#8bf79c",
    "string": "#b6d175",
    "object": "#48bfea",
    "struct": "#48bfea",
    "enum": "#48bfea",
    "array": "#48bfea",
    "boolean": "#8bf79c",
},

或者使用自定义cssoutline-map.customCSS自定义其他样式