- Support for LCH color format
- Variable syntax support when the variable defines the color (e.g., --variable-lch, rgb, oklch, etc.)
- Updated node dependencies.
- Support for HSL format without
hsl()
and configuration options for it (Disabled by default) - Support for floating-point numbers in hsl and rgb (like
343.2 15.4% 34.4%
orrgb(100.4, 89.4%, 66.4%)
) - it's quite common in Tailwind
- Fix double highlighting for function
rgb()
whenrgbWithNoFunction
is enabled
- Support for css color module level 4
- "useARGB" option to toggle between RGBA and ARGB hex formats
- Build for the web
- Workspace Trust support (Supported completely in untrusted workspaces)
- Support for whitespace format
- Support for RGB format without rgb() and configuration options for it (Disabled by default)
- License
- Configuration option for marker type is now a list of options
- Fixed contrast ratio computation to follow WCAG 2.0 guidelines
- Highlight variables imported from the files (sass, scss)
- Configuration option for the sass imports lookup folders
- "dot-before" marker type
- Google form to collect the user preffered setting defaults
- Underline style: correct text color in comments
- Correct the highlighted offset if context is analyzed
- Partial variable matching in sass, less and stylus
- hsl() and hsla() support
- Description for the configuration properties
- Basic variables support within the file (for css, sass, less, stylus)
- Matches in non-color contexts like link with hashes or other places
- White in white-space is colored
- Color word matching is always "on" in the style languages (css, less, scss, sass, stylus)
- Default value for matchWords to false
- Document type filters
- Two new styles for color highlight: "dot" and "foreground"
- Moved list of changes to the CHANGELOG.md file
- Extension enabled on all documents
- Complete rewrite to gain maximum performance
- Updated to the latest vscode library
- Feat: Add stylus
- Feat: Add typescript language to the list
- Feat: Add option to disable the colors in ruler
- Feat: Support hex alpha
- Fix: Accidental highlighting of strings like "#1234567890"
- Fix: Highlights non-color array keys in Drupal PHP code
- Added new option to disable color words highlight
- New styling modes for the marker: background, underline. Default is "background" now
- Refactored code to prevent memory leaks
- Added configuration for the extension
- Added command highlight current file (if it's not configured to be highlighted automatically)