Apple mail hintergrundfarbe ändern

A very specific question!

To change the background color of the Apple Mail app on your Mac, you can follow these steps:

  1. Open Apple Mail on your Mac.
  2. Click on "Mail" in the top menu bar and select "Preferences" (or use the keyboard shortcut Command + comma).
  3. In the Preferences window, click on the "General" tab.
  4. Look for the "Background" section and click on the color swatch next to "Background color".
  5. A color picker window will appear. You can select a new background color by clicking on the color you want in the color picker window.
  6. Once you've selected a new background color, click "OK" to close the color picker window.
  7. Click "Save" to save your changes.

Alternatively, you can also change the background color of Apple Mail by using the Terminal app on your Mac. To do this:

  1. Open the Terminal app on your Mac.
  2. Type the following command and press Enter: defaults write com.apple.mail BackgroundColor -string "your_color_code"
  3. Replace "your_color_code" with the color code you want to use (e.g. "white", "black", "#FF0000" for red, etc.).
  4. Press Enter to execute the command.
  5. Restart Apple Mail by quitting and reopening the app.

Note: The color code should be in the format of a hexadecimal color code (e.g. #RRGGBB), where RR is the red value, GG is the green value, and BB is the blue value.