color-palette

Displays 78 vertical color gradients using ANSI 256 and True Color (24-bit RGB).

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/tankygranny05/agent-box --skill color-palette-tankygranny05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: color-palette
Source: https://github.com/tankygranny05/agent-box/tree/main/agent-box/seed/codex-skills/color-palette
Command: npx skills add https://github.com/tankygranny05/agent-box --skill color-palette-tankygranny05

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users visualize and select terminal colors by displaying a wide range of ANSI 256 and True Color (RGB) gradients, making it easier to choose colors for shell configurations and terminal themes.

Core Features & Use Cases

  • Comprehensive Color Gradients: Displays 78 vertical color gradients using both ANSI 256 and True Color (24-bit RGB).
  • Visual Comparison: Aids in selecting colors for terminal prompts (e.g., Powerlevel10k, zsh themes), shell configurations, or any application requiring ANSI color codes.
  • Color Code Reference: Provides the specific ANSI 256 and True Color escape sequences for each displayed color.

Quick Start

Run the python script to display all 78 color gradients vertically.

Frequently Asked Questions about color-palette

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

FAQPage Schema
How do I visualize terminal colors for selecting shell themes?

You can visualize terminal colors by running a python script that displays 78 vertical gradients using both ANSI 256 and True Color (24-bit RGB). This provides a visual reference to help select colors for shell configurations.

Can I get the specific ANSI 256 and RGB escape sequences for displayed colors?

Yes, the script provides the specific ANSI 256 and True Color (24-bit RGB) escape sequences for each displayed color gradient. You can copy these codes directly into your terminal or shell configuration files.

Does this tool work for customizing Powerlevel10k and zsh theme colors?

Yes, it aids in selecting colors for terminal prompts like Powerlevel10k and zsh themes. By displaying comprehensive color gradients, it helps you match and apply specific ANSI color codes to your shell configuration.

What is the difference between ANSI 256 and True Color (24-bit RGB) in terminal palettes?

ANSI 256 limits terminal palettes to 256 predefined colors, while True Color (24-bit RGB) allows for displaying over 16 million precise color gradients. The script visualizes both formats side-by-side for comparison.

Do I need any dependencies to display these terminal color gradients?

No dependencies are required to display the terminal color gradients. The Skill consists of standalone scripts that you run directly in your terminal environment to visualize the 78 color palettes.