backend for twitch chat widgets
This commit is contained in:
parent
09c11f11a1
commit
28b9492cb3
11 changed files with 725 additions and 94 deletions
11
colour/colour.go
Normal file
11
colour/colour.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package colour
|
||||
|
||||
var Reset = "\033[0m"
|
||||
var Red = "\033[31m"
|
||||
var Green = "\033[32m"
|
||||
var Yellow = "\033[33m"
|
||||
var Blue = "\033[34m"
|
||||
var Purple = "\033[35m"
|
||||
var Cyan = "\033[36m"
|
||||
var Gray = "\033[37m"
|
||||
var White = "\033[97m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue