Examine source code of Dark Lime - Super Dark Theme

Inspect and view changes in Dark Lime - Super Dark Theme source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dark Lime - Super Dark Theme",
  "description": "Simple, minimal, & high contrast super dark color theme created by GoSuraj for the Google Chrome web browser.",
  "version": "1.1",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "background_tab": [
        0,
        0,
        0
      ],
      "background_tab_inactive": [
        0,
        0,
        0
      ],
      "background_tab_incognito": [
        0,
        0,
        0
      ],
      "background_tab_incognito_inactive": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        244,
        88
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "toolbar_inactive": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ]
    }
  }
}