Advertisement
superkh

colorsC config chart

Feb 20th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. {
  2.   {
  3.     1,
  4.     "white",
  5.     32768,
  6.   },
  7.   {
  8.     2,
  9.     "orange",
  10.     32768,
  11.   },
  12.   {
  13.     4,
  14.     "magenta",
  15.     32768,
  16.   },
  17.   {
  18.     8,
  19.     "lightBlue",
  20.     32768,
  21.   },
  22.   {
  23.     16,
  24.     "yellow",
  25.     32768,
  26.   },
  27.   {
  28.     32,
  29.     "lime",
  30.     32768,
  31.   },
  32.   {
  33.     64,
  34.     "pink",
  35.     32768,
  36.   },
  37.   {
  38.     128,
  39.     "gray",
  40.     1,
  41.   },
  42.   {
  43.     256,
  44.     "lightGray",
  45.     1,
  46.   },
  47.   {
  48.     512,
  49.     "cyan",
  50.     32768,
  51.   },
  52.   {
  53.     1024,
  54.     "purple",
  55.     32768,
  56.   },
  57.   {
  58.     2048,
  59.     "blue",
  60.     32768,
  61.   },
  62.   {
  63.     4096,
  64.     "brown",
  65.     1,
  66.   },
  67.   {
  68.     8192,
  69.     "green",
  70.     32768,
  71.   },
  72.   {
  73.     16384,
  74.     "red",
  75.     32768,
  76.   },
  77.   {
  78.     32768,
  79.     "black",
  80.     1,
  81.   },
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement