SHOW:
|
|
- or go back to the newest paste.
1 | if term.setPaletteColor then | |
2 | term.setPaletteColor(2^0,0xFFFFFF) | |
3 | term.setPaletteColor(2^1,0xFF6300) | |
4 | term.setPaletteColor(2^2,0xFF00DE) | |
5 | term.setPaletteColor(2^3,0x00C3FF) | |
6 | term.setPaletteColor(2^4,0xFFFF00) | |
7 | term.setPaletteColor(2^5,0x91FF00) | |
8 | term.setPaletteColor(2^6,0xFF6DA8) | |
9 | term.setPaletteColor(2^7,0x383737) | |
10 | term.setPaletteColor(2^8,0xA9A9A9) | |
11 | term.setPaletteColor(2^9,0x00FFFF) | |
12 | term.setPaletteColor(2^10,0x7700FF) | |
13 | term.setPaletteColor(2^11,0x0000FF) | |
14 | term.setPaletteColor(2^12,0x4C2700) | |
15 | term.setPaletteColor(2^13,0x00FF00) | |
16 | - | term.setPaletteColor(2^15,0x000000) |
16 | + | |
17 | term.setPaletteColor(2^15,0x000000) | |
18 | else | |
19 | error("Sorry, but this computer does not support term.setPaletteColor") | |
20 | end |