Integrate new colors table

This commit is contained in:
Marco Pesenti Gritti
2006-09-08 13:53:55 +02:00
parent 7abb2f7387
commit 8d27527fd9
5 changed files with 579 additions and 115 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import sys
result = 'colors_dict = {\n'
result = 'table = {\n'
result += '\'white\' : \'black\' , \\\n'
hex_file = open(sys.argv[1], 'r')