Display Properties
The Display Properties aim to define the behavior of images and other pre-defined settings
NTP_LOGO_ALTERNATE
Property used to change the Google logo on the NTP.
Google changed the behavior of ntp_logo, now you can only get the original logo if you DO NOT use any visual changes to the NTP!
If you're using only colors, you'll have two options here: 1 or 0.
If you choose option 1, it means 'yes, I want the logo to be changed according to the colors. So, then Google does some calculations with your color; if it's dark, the logo will be white:
"ntp_logo_alternate": 1

And for light backgrounds:

For the original option, you have to set to 0 and can't use any of NTP change types:
"ntp_logo_alternate": 0

NTP_BACKGROUND_ALIGNMENT
Property responsible for aligning the 'theme_ntp_background' setting the initial position of the image.
The values can be: "center", "left", "right", "top" and "bottom".
"ntp_background_alignment": "center"


NTP_BACKGROUND_REPEAT
This property controls how the 'theme_ntp_background' will repeat on the screen. It can have four values: "no-repeat", "repeat-x", "repeat-y" and "repeat".
"ntp_background_repeat": "repeat-x"
You need to assign an image to 'theme_ntp_background' to be able to use this property



Last updated
Was this helpful?