Material Alt

Material Alt

Just a really simple swap of the toolbar background to the dark grey color of that in Android M. Titlebar area is unthemed and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Material Alt",
  "theme": {
    "colors": {
      "tab_text": [
        225,
        225,
        225
      ],
      "tab_background_text": [
        85,
        85,
        85
      ],
      "bookmark_text": [
        225,
        225,
        225
      ],
      "toolbar": [
        34,
        39,
        44
      ]
    },
    "images": {
      "theme_toolbar": "images/toolbar.png"
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        1
      ]
    }
  },
  "version": "1.0",
  "manifest_version": 2
}