Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 757 Bytes

COLORIZE-SETTINGS.md

File metadata and controls

18 lines (11 loc) · 757 Bytes

Colorize Settings

This is just a suggestion and a personal preference.

Style inline with colorize

In order to have the following effect in your HTML file, make sure colorize is installed, and then, make the following changes in your settings.json file:

  • Add "html" to your "colorize.languages" array.

It should look something like this:

"colorize.languages": ["css", "scss", "less", "styl", "html"],
"colorize.colorized_variables": ["CSS", "SASS", "LESS", "STYLUS"],

Your style tags, inline styles and non-string SVG attributes should display their selected colors now.