what black magic is this?

This commit is contained in:
Jeff Carr 2024-02-16 11:41:57 -06:00
parent 0104e411ae
commit 052bbb4fa6
1 changed files with 5 additions and 0 deletions

View File

@ -179,6 +179,11 @@ func (w *guiWidget) redoColor(draw bool) {
// what genius figured this out?
// originally from github.com/dimasma0305/GoFetch
func get_teminal_color_palette() string {
// var runes rune
// color1 := "\x1b[0;29m  \x1b[0m"
// runes = []rune(color1)
// view.WriteRunes(runes)
color1 := "\x1b[0;29m  \x1b[0m"
color2 := "\x1b[0;31m  \x1b[0m"
color3 := "\x1b[0;32m  \x1b[0m"