Skip to content

koyeung/colors-by-example

Repository files navigation

colors-by-example

Select ANSI-256 colors on terminal emulator by color indexes example on perceived lightness, chroma or hue.

Features:

  • Find similar colors by Oklch attributes
  • Oklch attributes are provided by example ANSI-256 color indexes
  • Predefined system dependent 4-bit colors for common platforms, e.g. Terminal.app
  • Show sample text with selected colors as foreground or background

Usage

  • Find colors with similar hue to color 148, sort by hue: select_colors -H148 |sort -g -k8

  • Show more similar colors by using --hue-extent: select_colors -H148 --hue-extent 5 |sort -g -k8

    Colors similar to color 148 by hue

  • Show colors opposite in hue to the reference color: select_colors -H148 --hue-extent 5 --opposite|sort -g -k8

    Colors opposite to color 148 by hue

  • Colors with similar lightness to color 148: select_colors -L148|sort -g -k8

    Colors similar to color 148 by lightness

  • Colors similar or brighter than color 148: select_colors -L148 --brighten true |sort -g -k8

    Colors similar or brighter than color 148

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages