Color‐palette loader
Replace the on‑device color palette in RAM — resets to default on reboot.
- Device: Nano 6th Generation only
- Installed on device
ipod_sun - PC:
sg3_utils
The palette is defined in the script as a list of hex strings.
colors = [
'000000ff', 'e0e0e0ff', ...
]Each string is hex in BGRA order (blue, green, red, alpha).
Save your changes and re-run the script to load your custom palette.
# Download n6g_dark.py
# Linux users install sg3_utils if you don’t have it
sudo apt-get update
sudo apt-get install -y sg3-utils
# sg3_utils for Windows
https://sg.danny.cz/sg/p/sg3_utils148mingw64.zip
# Launch script
Windows (need admin rights): python script.py \\.\PhysicalDriveX OR PDx
Linux: sudo python script.py /dev/sdX