« get me outta code hell

HSMusic REPL + supporting internal improvements - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/cli.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-04-16 23:37:12 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-04-16 23:37:12 -0300
commit385faccb5a5be64acd5ca65ace26d6a7db37b64f (patch)
tree3899ac7a78f66c1e7acdff9b6b29c2d3d74a2b06 /src/util/cli.js
parent700d75cacd7fee23410dcaf13531ebc2b151d56a (diff)
HSMusic REPL + supporting internal improvements
Diffstat (limited to 'src/util/cli.js')
-rw-r--r--src/util/cli.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/cli.js b/src/util/cli.js
index 4b2d349..0bbf3af 100644
--- a/src/util/cli.js
+++ b/src/util/cli.js
@@ -17,6 +17,7 @@ const C = n => (ENABLE_COLOR
 export const color = {
     bright: C('1'),
     dim: C('2'),
+    normal: C('22'),
     black: C('30'),
     red: C('31'),
     green: C('32'),