ichaida / rgbterm

RGB colors for your terminal

Home Page:http://godoc.org/github.com/aybabtme/rgbterm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RGB terminal

Have you had enough of the same 16 colors in your terminal?

Welcome to a new world. A new world where colors are plentyful. A world in 256 colors.

so many colors!

Usage

// pick a color
var r, g, b uint8
r, g, b = 252, 255, 43
// choose a word
word := "=)"
// colorize it!
coloredWord := rgbterm.FgString(word, r, g, b)
// print it!
fmt.Println("Oh!", coloredWord, "hello!")

screen shot 2014-07-13 at 0 56 44

Also, to be correct: there are 216 colors and 16 grey scales. For more details, Xterm.

About

RGB colors for your terminal

http://godoc.org/github.com/aybabtme/rgbterm

License:Other


Languages

Language:Go 100.0%