enyancc / vscode-ext-color-highlight

Extension adds colored border around css/web colors in the editor
GNU General Public License v3.0
263 stars 84 forks source link

Disable color highlights in minimap/scrollbar/ruler #168

Closed nermin99 closed 2 years ago

nermin99 commented 2 years ago

I love this extension. But I don't like or need that it takes up space in the minimap/scrollbar/ruler.

How do I disable this?

For example in this screenshot, I am confused what are blue colors and what are git changes. (Spoilers: it's the last two)

image

I only want to see the git changes.

xiangdongbu commented 2 years ago

settings.json

"color-highlight.markRuler": false

nermin99 commented 2 years ago

Perfect, thanks!