summaryrefslogtreecommitdiff
path: root/Color.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Color.hs')
-rw-r--r--Color.hs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Color.hs b/Color.hs
deleted file mode 100644
index 1d63fcd..0000000
--- a/Color.hs
+++ /dev/null
@@ -1,13 +0,0 @@
-module Color where
-
-red :: String -> String
-red s = "\x001b[31m" ++ s ++ "\x001b[0m"
-
-green :: String -> String
-green s = "\x001b[32m" ++ s ++ "\x001b[0m"
-
-yellow :: String -> String
-yellow s = "\x001b[33m" ++ s ++ "\x001b[0m"
-
-blue :: String -> String
-blue s = "\x001b[34m" ++ s ++ "\x001b[0m"