https://github.com/pablopunk/truecolor
`npx truecolor` - Test if your terminal supports true color
https://github.com/pablopunk/truecolor
Last synced: 8 months ago
JSON representation
`npx truecolor` - Test if your terminal supports true color
- Host: GitHub
- URL: https://github.com/pablopunk/truecolor
- Owner: pablopunk
- Created: 2019-06-08T00:04:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T00:23:59.000Z (about 7 years ago)
- Last Synced: 2025-04-10T08:05:15.985Z (about 1 year ago)
- Language: HTML
- Homepage: https://pablopunk.com
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# truecolor
Quickly check if your terminal supports true color
## Install
You need to have `bash`, `ruby` and `npm` installed.
```bash
$ npx truecolor
```
You could also do it without `npm`. Just download [the script](https://github.com/pablopunk/truecolor/blob/master/truecolor) and execute it.
## How does it work
If your terminal **does** support true color, you will see this smooth transition:

Otherwise, if it's **not** supported, you'll see something like:

# Related
* Quickly show all your terminal colors: [colortest](https://github.com/pablopunk/colortest)
* Hyper theme: [hyper-native-dark](https://github.com/pablopunk/hyper-native-dark)
* NPM package generator: [miny](https://github.com/pablopunk/miny)
* Fast bash propmt: [bashy](https://github.com/pablopunk/bashy)
* Fast and lightweight tests: [myass](https://github.com/pablopunk/myass)
## License
The original code can be found [here](https://twitter.com/josh_cheek/status/1116321447234940928)
## Author
|  |
| --------------------------------- |
| [Pablo Varela](https://pablo.life) |