Add Fishbowl archive #41

Merged
bvisness merged 10 commits from fishbowl into master 2022-06-12 12:45:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a2013040dd - Show all commits

View File

@ -5,7 +5,7 @@ import "runtime"
// See this file for a good color reference:
// https://github.com/fatih/color/blob/master/color.go
var Reset = "\033[0m" // BgBlack is here because Windows just does not care about you at all.
var Reset = "\033[0m"
var Bold = "\033[1m"
var Faint = "\033[2m"
var Italic = "\033[3m"