summaryrefslogtreecommitdiff
path: root/colors/example.ts
diff options
context:
space:
mode:
Diffstat (limited to 'colors/example.ts')
-rw-r--r--colors/example.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/example.ts b/colors/example.ts
new file mode 100644
index 000000000..d60ecc31c
--- /dev/null
+++ b/colors/example.ts
@@ -0,0 +1,3 @@
+import { color } from "main.ts";
+
+console.log(color.bgBlue.red.bold("Hello world!"));