ux-theming Skill
VS Code theming, color tokens, widget styles, focus indicators, and high-contrast theme support. Use when registering colors, styling widgets with theme tokens, or ensuring HC/focus compliance. Published by microsoft in vscode.
What is ux-theming Skill?
VS Code theming, color tokens, widget styles, focus indicators, and high-contrast theme support. Use when registering colors, styling widgets with theme tokens, or ensuring HC/focus compliance. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use ux-theming Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode
- Skill file: .github/skills/ux-theming/SKILL.md
What it does
VS Code theming, color tokens, widget styles, focus indicators, and high-contrast theme support. Use when registering colors, styling widgets with theme tokens, or ensuring HC/focus compliance.
Skill instructions
This skill covers color registration, CSS variable usage, widget style patterns, focus indicators, and high-contrast theme requirements. --- 1. Registering Colors File: src/vs/platform/theme/common/colorUtils.ts typescript export const myWidgetBackground = registerColor('myWidget.background', { light: 'ffffff', dark: '252526', hcDark: Color.black, hcLight: Color.white }, nls.localize('myWidgetBackground', "Background color of My Widget.")); Rules: - Provide defaults for all four theme types: light, dark, hcDark, hcLight. - HC themes must use solid colors (avoid transparency) and set explicit borders via contrastBorder. - Use color transforms for derived colors: transparent(), darken(), lighten(), oneOf(). - Reference existing colors when possible instead of hardcoding hex values. 2. Color Categories | File | Colors | |------|--------| | src/vs/platform/theme/common/colors/baseColors.ts | foreground, focusBorder, contrastBorder, text links | | src/vs/platform/theme/common/colors/editorC
Explore related resources
Frequently asked questions
What is ux-theming?
ux-theming is a open-source AI agent skill with Copy skill directory. VS Code theming, color tokens, widget styles, focus indicators, and high-contrast theme support. Use when registering colors, styling widgets with theme tokens, or ensuring HC/focus compliance.
Who is ux-theming best for?
ux-theming is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install ux-theming?
Install or run ux-theming using Copy skill directory. Check ux-theming for the latest setup command.
Is ux-theming actively maintained?
ux-theming may need a closer maintenance check before production use.
Auto-fetched from GitHub.