💅 Styled-Colors
🌈 Key Features
⚙️ Options (settings)The following Visual Studio Code settings are available for the Styled-Colors extension. These can be set in user preferences 🗣 styled-colors.languages ARRAYConfigure a list of languages that should be styled. You can learn more about languages at https://code.visualstudio.com/docs/languages/overview. If you want to add more languages, for example, if you want styled-colors colors in
🔍 styled-colors.enable_search_variables BOOLEAN default: trueBy default, Styled-Colors read and parse all files in your workspace that are targeted by the settings styled-colors.languages, styled-colors.include, and styled-colors.exclude to extract all variables. Thanks to this behavior, all variables will have colored background even if you never open the file containing the declaration. ⚠️ This setting can slow down VS Code at opening 📚 colorize.includeConfigure glob patterns for including files and folders. By default, Styled-Colors is enabled for files matching one of the languages defined in the styled-colors.languages config. With this config, you can enable Styled-Colors for other files or folders. Read more about glob patterns here. ❌ styled-colors.excludeConfigure glob patterns for excluding files and folders. Styled-Colors will not colorize colors in these files and folders and it'll also not search for variables inside. Read more about glob patterns here. 👀 styled-colors.hide_current_line_decorations BOOLEAN default: trueBy default, decorations for the current line are hidden. Set this setting to 🎨 styled-colors.styled_colors ARRAYThis options allow you to enable/disable colorization for a type of colors. Available colors are :
For example, if you want to only styled-colors hexa colors (
🎨 styled-colors.styled_variablesThis options allow you to enable/disable colorization for a type of variables. For example if you use less in your project you setup the option like this
This way all @variables will be styled 🤝💰 Sponsors📜 LicenseMIT 💚 License © 2023 Dennis Ollhoff |