-
Notifications
You must be signed in to change notification settings - Fork 8
Customizations
Ant edited this page Jun 11, 2026
·
2 revisions
240-MP has a set of color schemes that you can change directly in settings...
| Video 1 | Late Night |
|---|---|
![]() |
![]() |
| Synthwave | Terminal | T-120 |
|---|---|---|
![]() |
![]() |
![]() |
| Amber | Kinescope |
|---|---|
![]() |
![]() |
It also supports the display of a user supplied color scheme...
Steps
- Create a file called
custom_color_scheme.jsonand place it in your configuration directory:- On Raspberry Pi OS:
~/.local/share/240-MP/ - On macOS:
~/Library/Application Support/240-MP/
- On Raspberry Pi OS:
- Populate that file with the following content:
{ "primary": "#FFFFFF", "secondary": "#A1A1A1", "tertiary": "#444444", "surface": "#000000", "accent": "#ff2c76" } - Change the HEX values for each property to create your custom color scheme. HEX values must be in the standard 6 character format
#RRGGBB - Close/Reopen 240-MP, go to settings and change
Color SchemetoCustom- If you don't see the custom option check that your file is in the correct location, is named correctly and is formated correctly.






