aboutsummaryrefslogtreecommitdiff
path: root/internal/ansiec/colors.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ansiec/colors.go')
-rw-r--r--internal/ansiec/colors.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/ansiec/colors.go b/internal/ansiec/colors.go
index 2068e90..8e5f54b 100644
--- a/internal/ansiec/colors.go
+++ b/internal/ansiec/colors.go
@@ -3,7 +3,7 @@
package ansiec
-var (
+const (
Black = "\x1b[30m"
Red = "\x1b[31m"
Green = "\x1b[32m"
@@ -14,7 +14,7 @@ var (
White = "\x1b[37m"
)
-var (
+const (
BrightBlack = "\x1b[30;1m"
BrightRed = "\x1b[31;1m"
BrightGreen = "\x1b[32;1m"