From dd677c6fa77d2bc10b1640172263eb0ba5325c6c Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 29 Jan 2014 12:45:09 +0100 Subject: Commented genpal.py --- host/genpal.py | 1 + 1 file changed, 1 insertion(+) 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), -- cgit