Color Tracker is a Visual Studio Code extension that helps developers identify and track hardcoded hexadecimal color values in their codebase. It encourages better coding practices by highlighting static hex colors and promoting the use of centralized theme variables or design tokens.
Features
🔍 Detects hardcoded hexadecimal color values (e.g. Colors.WHITE, Colors.OUTRAGEOUS_ORANGE)
🎨 Highlights static hex colors directly in the editor
⚡ Encourages using centralized color constants instead of inline hex values
🧹 Helps maintain cleaner and more scalable codebases
📱 Useful for React, React Native, Web, and UI development