Flatness

Flatness

A simple flat white theme that specifies no other colors. The background is determined by the OS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Flatness",
  "theme": {
    "images": {
      "theme_toolbar": "img/toolbar.png"
    },
    "colors": {
      "toolbar": [
        240,
        240,
        240
      ],
      "ntp_text": [
        64,
        64,
        64
      ],
      "ntp_link": [
        64,
        64,
        64
      ],
      "ntp_section": [
        168,
        168,
        168
      ],
      "tab_text": [
        64,
        64,
        64
      ]
    }
  }
}