Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 641 Bytes

nippon-colors

Traditional Japan colors for 24bit terminal

Overview

Nippon colors 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 types. The color list and data taken from nipponcolor PWA repository.

Usage

import (
	color "github.com/eiri/nippon-colors"
)

func main() {
    color.Tsutsuji.Print("Azalea")
}

License

MIT