Closed cris7ea closed 6 years ago
Version 1.14.0 was just published which contains the requested feature. Example configuration:
"codemetrics.basics.ComplexityColorLow": "#333",
"codemetrics.basics.ComplexityColorNormal": "#666",
"codemetrics.basics.ComplexityColorHigh": "#999",
"codemetrics.basics.ComplexityColorExtreme": "#CCC",
Thank you!
Great work!
Question: Is there any way to customize colors?
Why: I would like to distinguish between linting errors and complexity problems. Right now they have the same colors and it's hard to make the difference right away.
Example API:
Where to add custom colors?: