@hackage print-console-colors0.1.0.0

Print all ANSI console colors

print-console-colors

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

Print all the ANSI console colors for your terminal.

Picture showing how the program looks

This program is useful when trying to set your terminal emulator colors, for instance, when configuring Termonad.

Installation

print-console-colors is available on Hackage. You can install it with stack, cabal, or nix.

  • Stack:

    $ stack install print-console-colors
    
  • Cabal:

    $ cabal install print-console-colors
    
  • Nix:

    $ nix-env -f '<nixpkgs>' -iA haskellPackages.print-console-colors
    

Usage

After installing it, just run the print-console-colors command!