what black magic is this?
This commit is contained in:
parent
0104e411ae
commit
052bbb4fa6
5
color.go
5
color.go
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue