diff options
Diffstat (limited to 'cipher')
| -rw-r--r-- | cipher/viewer.neb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cipher/viewer.neb b/cipher/viewer.neb index ae99f29..c5d15cb 100644 --- a/cipher/viewer.neb +++ b/cipher/viewer.neb @@ -1,6 +1,4 @@ -;(func ascii-grey (inp) -; (print (concat "\033[31;1;4m" inp "\033[0m")) -; (concat "\033[90m" inp "\033[0m")) +(use "../libs/ansi.neb") (func keys (assoc) (map first assoc)) @@ -19,7 +17,7 @@ (concat out (if (in? _item_ (keys codex)) (get codex _item_) - (ascii-gray _item_))))) + (ansi-bright-black _item_))))) out) (func print-codex (codex) |
