Hi Terry,
I am sorry for the confusion but the Import Colour Scheme function hasn’t been implemented yet. I added it as a menu item in my development version, didn’t finish it, and forgot to hide it for the last release. It is on my list for future releases (either to remove the option or implement it).
The colours in the Nexus file are given as a 32-bit integer where bits 24-31 are alpha, 16-23 are red, 8-15 are green, 0-7 are blue. Because bit 31 is used this can be a negative number. This is how Java exports it and I hadn’t intended it to be editable when I originally did it. It would
be useful if these were in standard RGB hex format and I will try to switch to that in a future release.
Best,
Andrew