@@ -1,7 +1,7 @@ -- [ʞ] termcolors.lua -- ~ lexi hale --- © AGPLv3 +-- © EUPL v1.2 -- ? print grids comparing truecolor output to 256-color output function conv(a) return 16 + math.floor(a.r*5)*36 + math.floor(a.g*5)*6 + math.floor(a.b*5)