# termstandard/colors

Color standards for terminal emulators

Repository: https://github.com/termstandard/colors
Canonical: https://ross.abutalabs.com/products/termstandard-colors
License: Unlicense
License Family: permissive
Last push: 2026-08-07T04:17:10+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 35, longevity 100
- inputs: {"age_days": 2746, "days_push": 26, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1500, forks 62 (observed 2026-08-28T04:04:54.127353+00:00)

## What it is
A reference document and test suite explaining terminal color standards, from 8-color ANSI palettes to 24-bit TrueColor, including detection methods like COLORTERM. It provides shell scripts to verify a terminal's color support.

## Use cases
- check if my terminal supports truecolor
- understand ansi 256-color vs 24-bit color escape sequences
- test terminal emulator color support
- detect COLORTERM support in a shell script
- learn terminal color standards

## When to choose
- you are writing a CLI tool that emits colored output and need to know which color modes to support
- you want ready-made scripts to test a terminal emulator's color capabilities
- you need a canonical reference on ANSI/TrueColor escape sequence behavior

## When to avoid
- you need a library to programmatically render colors in your app rather than documentation
- you are looking for color palette design tools or themes

## Facets
- artifact type: learning-resource
- maturity: active
- function: developer-tools, documentation, terminal-ui
- domain: developer-tools, documentation
- platform: cli, cross-platform
- tags: terminal-colors, truecolor, ansi-escape-sequences, color-standards, terminal-emulators, command-line

## Member repositories
- termstandard/colors (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:54.127353+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:01.222904+00:00, confidence not recorded.
  - readme: https://github.com/termstandard/colors (fetched 2026-08-28T04:04:54.127353+00:00, sha 48fbb8ed2ecc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
