💎
Chrome Theme Documentation
Mepa
  • ☑️Introduction
    • Chrome Themes Overview
    • Manifest.json v3
    • Deploying and Testing Chrome Themes
    • API REFERENCE
  • 📲Theme Properties
    • Images
    • Colors
    • Tints
    • Display Properties
  • 🗃️References
    • Old References
    • [CODE] - Theme Properties - C++
    • [CODE] - Theme Default Values - C++
    • Google Theme Documentation
    • Glossary
Powered by GitBook
On this page
  • NTP_LOGO_ALTERNATE
  • NTP_BACKGROUND_ALIGNMENT
  • NTP_BACKGROUND_REPEAT

Was this helpful?

  1. Theme Properties

Display Properties

The Display Properties aim to define the behavior of images and other pre-defined settings

PreviousTintsNextOld References

Last updated 1 year ago

Was this helpful?

NTP_LOGO_ALTERNATE


Property used to change the Google logo on the .

If you use "theme_ntp_background", the value will always be 1 (white) !

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 !

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:

"ntp_logo_alternate": 0

NTP_BACKGROUND_ALIGNMENT


The values can be: "center", "left", "right", "top" and "bottom".

"ntp_background_alignment": "center"

NTP_BACKGROUND_REPEAT


"ntp_background_repeat": "repeat-x"

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

Property responsible for aligning the setting the initial position of the image.

You need to assign an image to to be able to use this property

This property controls how the will repeat on the screen. It can have four values: "no-repeat", "repeat-x", "repeat-y" and "repeat".

You need to assign an image to to be able to use this property

📲
'theme_ntp_background'
'theme_ntp_background'
'theme_ntp_background'
'theme_ntp_background'
NTP
NTP
NTP
Google Logo for dark backgrounds
Google Logo for light backgrounds
Google's Logo without changes on
Background align to Center
Background align to Bottom
Printscreen of with Goku's PNG repeated on X axis
Printscreen of with Goku's PNG repeated on Y axis
Printscreen of with Goku's PNG repeated on all axis
NTP
NTP
NTP
NTP