Yivani.
YivColor
VS Code ExtensionJavaScript

A VS Code Extension that displayes color in unspportes files.

Features Display color previews for hex colors, rgb, rgba, and hsl formats Works in specific file types Automatically updates as you type Usage Simply open any supported file and YivColor will automatically detect and display color previews next to any valid color codes. Supported Color Formats: Hex colors: #ffffff, #fff RGB: rgb(255, 255, 255) RGBA: rgba(255, 255, 255, 0.5) HSL: hsl(360, 100%, 100%) Supported File Types (by default): Python (.py) Java (.java) C (.c) C++ (.cpp) C/C++ Headers (.h) Go (.go) Rust (.rs) PHP (.php) Shell Scripts (.sh) YAML (.yaml, .yml) XML (.xml) SQL (.sql) TOML (.toml) Extension Settings This extension contributes the following settings: yivcolor.enable: Enable/disable YivColor (default: true) yivcolor.supportedFileTypes: List of file extensions to enable color decorations (without the dot, e.g. 'py' for Python files) Adding Support for More File Types: Open VS Code Settings Search for "YivColor" Edit the "Yivcolor: Supported File Types" setting Add your desired file extensions (without the dot)