Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiri/nippon-colors
Traditional Japan colors for 24bit terminal
https://github.com/eiri/nippon-colors
Last synced: 28 days ago
JSON representation
Traditional Japan colors for 24bit terminal
- Host: GitHub
- URL: https://github.com/eiri/nippon-colors
- Owner: eiri
- License: mit
- Created: 2021-11-11T15:51:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T17:46:36.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T04:52:35.723Z (5 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nippon-colors
Traditional Japan colors for 24bit terminal## Overview
[Nippon colors](https://nipponcolors.com) is a collection of colors traditionally used in Japanese arts and crafts. This library exposes those colors for 24bit terminal output as a collection of wrappers of [gookit.Color](https://github.com/gookit/color) types. The color list and data taken from [nipponcolor](https://github.com/ssshooter/nippon-color) PWA repository.
## Usage
```
import (
color "github.com/eiri/nippon-colors"
)func main() {
color.Tsutsuji.Print("Azalea")
}
```## License
[MIT](https://github.com/eiri/nippon-colors/blob/main/LICENSE)