dark-mode-image

Convert raster images to dark-mode variants while preserving original dimensions.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/nkabbara/dotfiles --skill dark-mode-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dark-mode-image
Source: https://github.com/nkabbara/dotfiles/tree/main/exact_dot_agents/exact_skills/exact_ui.sh/exact_dark-mode-image
Command: npx skills add https://github.com/nkabbara/dotfiles --skill dark-mode-image

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for creating dark-mode compatible versions of raster images, ensuring they present correctly on dark backgrounds.

Core Features & Use Cases

  • Dark Mode Conversion: Converts raster images into dark-mode suitable versions.
  • Dimension Preservation: Ensures the dark-mode image maintains the same dimensions as the original.
  • Color Palette Adjustment: Adjusts the color palette to ensure the image is readable on dark backgrounds.
  • Use Case: Ideal for designers and developers who need to adapt UI assets for dark-mode interfaces.

Quick Start

Generate a dark-mode image variant for 'example.jpg' using the dark-mode-image skill.

Frequently Asked Questions about dark-mode-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert raster images to dark mode for UI assets?

To convert raster images to dark mode, this Skill adjusts the color palette and applies color inversion logic while maintaining the original dimensions. It generates dark-mode compatible variants suitable for dark backgrounds.

What is dark mode image conversion and when do I need it?

Dark mode image conversion is the process of adjusting a raster image's color palette so it remains readable on dark backgrounds. You need it when adapting UI assets for dark-mode interfaces to ensure visual compatibility.

Does dark mode image conversion preserve original image dimensions?

Yes, dark mode image conversion preserves the original dimensions. The generated dark-mode variant maintains the exact same height and width as the original raster image, preventing layout shifts in UI assets.

Can I batch process multiple UI assets for dark mode compatibility?

The metadata does not explicitly confirm batch processing capabilities. It focuses on generating a dark-mode image variant for individual raster images by adjusting the color palette and maintaining dimensions.

How does color palette adjustment work for dark mode raster images?

Color palette adjustment works by applying color inversion logic to raster images. This process modifies the colors to ensure the image presents correctly and remains readable when placed on dark backgrounds.