Flatness Mac

Flatness Mac

A simple, flat, gray theme that kinda makes you think of Mac OS X.

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 Mac",
  "theme": {
    "images": {
      "theme_toolbar": "img/toolbar.png",
      "theme_frame": "img/frame.png",
      "theme_frame_inactive": "img/frame_inactive.png",
      "theme_tab_background": "img/tab_background.png",
      "theme_tab_background_incognito": "img/tab_background.png",
      "theme_window_control_background": "img/frame.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        255,
        255,
        255
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        100,
        100,
        100
      ]
    }
  }
}