rgbterm

RGB colors for your terminal

  • Owner: aybabtme/rgbterm
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Owneraybabtme/rgbterm
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:Other
所有者活动
Created At2014-07-13 05:02:47
Pushed At2017-09-06 15:20:46
Last Commit At2017-09-06 11:20:45
Release Count0
用户参与
Stargazers Count250
Watchers Count7
Fork Count20
Commits Count22
Has Issues Enabled
Issues Count4
Issue Open Count4
Pull Requests Count5
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private