JSPM

terminal-default-colors

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14755
  • Score
    100M100P100Q143589F
  • License MIT

Default terminal colors for a variety of terminal emulators

Package Exports

  • terminal-default-colors

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (terminal-default-colors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.