This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
## | |
# Test true color support for terminal emulator. | |
# | |
# To test it, `source` this file and use `print_true_color f1c40f 'something'`. | |
# | |
# @author Kutsan Kaplan <[email protected]> | |
# @license WTFPL | |
# @version 1.0.0 |