diff options
Diffstat (limited to 'colorcube.py')
-rwxr-xr-x | colorcube.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colorcube.py b/colorcube.py index dc84e2e..ebf36b9 100755 --- a/colorcube.py +++ b/colorcube.py @@ -2,6 +2,8 @@ import os, sys, argparse, os.path, json +# Display an xterm-256color color palette on the terminal, including color ids + reset_sequence = '\033[39;49m' def esc(i): |