diff options
-rwxr-xr-x | host/genpal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/genpal.py b/host/genpal.py index 01fe611..b8e550b 100755 --- a/host/genpal.py +++ b/host/genpal.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# Generate an XTerm-256 color RGB palette xterm_colors = [ (0x00, 0x00, 0x00), |