Аудит тёмной темы в SCSS и TSX

testing

dark-mode-check is a Claude Code skill that audits SCSS and TSX files in the Anytype-TS codebase for dark mode correctness. It detects hardcoded colors (hex, rgb/rgba values), missing CSS variable usage across families like `--color-text-*`, `--color-bg-*`, and `--color-shape-*`, absent icon dark variants in `src/img/theme/dark/`, and inline `html.themeDark` overrides placed outside the dedicated `src/scss/theme/dark/` folder. The skill is built around Anytype-TS architecture: dark mode is toggled via the `themeDark` class on the `<html>` element, with light defaults in `_vars.scss` and overrides spread across six files in the theme folder. Developers adding new components or tracking down visual bugs that appear only in dark mode will find it especially useful for enforcing consistent theming patterns.