Skip to content

Commit

Permalink
removed reference of white
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Dec 28, 2020
1 parent e0da5f5 commit 77afdeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/ctw/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ import "strings"

var (
noColor string = "\033[0m"
white string = "\033[38;2;255;255;255m" // not used anymore
green string = "\033[38;2;055;183;021m"
brown string = "\033[38;2;192;154;107m"
brailEmpty string = "\u2800"
)

func DisplayColor(b bool) {
if b == false {
white = ""
noColor = ""
green = ""
brown = ""
}
Expand Down

0 comments on commit 77afdeb

Please sign in to comment.