diff options
author | jaseg <jaseg@jaseg.net> | 2014-01-29 12:45:09 +0100 |
---|---|---|
committer | jaseg <jaseg@jaseg.net> | 2014-01-29 12:45:09 +0100 |
commit | dd677c6fa77d2bc10b1640172263eb0ba5325c6c (patch) | |
tree | c12000877f6f449d881a895fdf4f7606ab11b1a6 | |
parent | d3a08c1f4892196ff1e04232174afa80cc63079b (diff) | |
download | matelight-dd677c6fa77d2bc10b1640172263eb0ba5325c6c.tar.gz matelight-dd677c6fa77d2bc10b1640172263eb0ba5325c6c.tar.bz2 matelight-dd677c6fa77d2bc10b1640172263eb0ba5325c6c.zip |
Commented genpal.py
-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), |