💎
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
  • BACKGROUND_TAB
  • BUTTONS
  • FRAME
  • FRAME_INACTIVE

Was this helpful?

  1. Theme Properties

Tints

PreviousColorsNextDisplay Properties

Last updated 1 year ago

Was this helpful?

BACKGROUND_TAB


If you have set an image for on IMAGES the image will take priority!

If you have set a color for on COLORS the color will take priority!

Some properties are disabled when images or colors have been assigned to the element (tab, frame, etc).

"background_tab": [ 0.8889, 1, 0.8 ]

BUTTONS


Some properties are disabled when images or colors have been assigned to the element (tab, frame, etc).

FRAME


FRAME_INACTIVE


If you have set a color for on COLORS the color will take priority!

This frame is located behind the tabs and TAKES PRIORITY over the others! It is also different from the and in COLORS, as it is the first layer.

This frame is located behind the tabs and TAKES PRIORITY over the others! It is also different from the and in COLORS, as it is the first layer.

📲
Printscreen of tabs, showing the background_tab in Pink
'theme_tab_background'
'background_tab'
'toolbar_button_icon'
"frame"
"frame_inactive"
"frame"
"frame_inactive"