terminal-default-colors

1.0.2 • Public • Published

Default terminal colors for a variety of terminal emulators as defined here

terminal-default-colors

npm install terminal-default-colors

Usage

const {terminal} = require('terminal-default-colors');
 
/* 
{
    displayName: 'Terminal.app',
    name: 'terminal', 
    colors: [
        {
            id: 0, 
            name: 'brightBlack', 
            displayName: 'Bright Black', 
            rgb: [85, 85, 85]
        }
    ]
*/

Scraping

yarn install
yarn scrape

License

terminal-default-colors is released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i terminal-default-colors

Weekly Downloads

455

Version

1.0.2

License

MIT

Last publish

Collaborators

  • marionebl