Guest User

vicol

a guest
Jun 28th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1. term.setPaletteColor(2^0,0xFFFFFF)
  2. term.setPaletteColor(2^1,0xFF6300)
  3. term.setPaletteColor(2^2,0xFF00DE)
  4. term.setPaletteColor(2^3,0x00C3FF)
  5. term.setPaletteColor(2^4,0xFFFF00)
  6. term.setPaletteColor(2^5,0x91FF00)
  7. term.setPaletteColor(2^6,0xFF6DA8)
  8. term.setPaletteColor(2^7,0x383737)
  9. term.setPaletteColor(2^8,0xA9A9A9)
  10. term.setPaletteColor(2^9,0x00FFFF)
  11. term.setPaletteColor(2^10,0x7700FF)
  12. term.setPaletteColor(2^11,0x0000FF)
  13. term.setPaletteColor(2^12,0x4C2700)
  14. term.setPaletteColor(2^13,0x00FF00)
  15. term.setPaletteColor(2^14,0xFF0000)
  16. term.setPaletteColor(2^15,0x000000)
Advertisement
Add Comment
Please, Sign In to add comment