Skip to content

sindresorhus/xterm-colors

Repository files navigation

xterm-colors

xterm 256 color palette

The color palette is just a JSON file and can be used anywhere.

Install

npm install xterm-colors

Usage

import xtermColors from 'xterm-colors';

xtermColors[7];
//=> 'c0c0c0'