Skip to content

Customizations

Ant edited this page Jun 11, 2026 · 2 revisions

Color Schemes

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

  1. Create a file called custom_color_scheme.json and place it in your configuration directory:
    • On Raspberry Pi OS: ~/.local/share/240-MP/
    • On macOS: ~/Library/Application Support/240-MP/
  2. Populate that file with the following content:
    {
        "primary": "#FFFFFF",
        "secondary": "#A1A1A1",
        "tertiary": "#444444",
        "surface": "#000000",
        "accent": "#ff2c76"
    }
    
  3. Change the HEX values for each property to create your custom color scheme. HEX values must be in the standard 6 character format #RRGGBB
  4. Close/Reopen 240-MP, go to settings and change Color Scheme to Custom
    • If you don't see the custom option check that your file is in the correct location, is named correctly and is formated correctly.

Clone this wiki locally