diff --git a/style/style.go b/style/style.go index 2a4a303..6e66896 100644 --- a/style/style.go +++ b/style/style.go @@ -12,7 +12,7 @@ import ( const KEY_STYLE_NAME = 0 const KEY_STYLE_COLOR = 1 const KEY_STYLE_OPTION = 2 -const COLOR_OFF = "\\033[m" +const COLOR_OFF = "\x1b[0m" var defStyle *Style = &Style{color: color.HEXStyle("#ffffff"), Name: "default"}