diff options
Diffstat (limited to 'color.go')
| -rw-r--r-- | color.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |
