Default image background color - Configuration

Sets the default image background color for both light mode and dark mode

2025-07-23

ITADS

Using transparent images may display bad contrasts between page background color and image colors. It it possible to set the default background color for both light mode and dark mode color schemes. Just set the following parameters into your settings.json file.

Default colors are transparent but it can be any valid CSS color:

{
    "imgBgColorLightMode": "#FFF",
    "imgBgColorDarkMode": "black"
}