Examine source code of Theme with Orange highlighted active tab

Inspect and view changes in Theme with Orange highlighted active tab 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
{
  "manifest_version": 3,
  "name": "Theme with Orange highlighted active tab",
  "description": "Black theme with Orange highlighted active tab.",
  "version": "2.04",
  "author": "stikle@gmail.com",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkfclfRH6ZkGmQ5iPYfq6pwvGaO6BCne5jQRwoaC1wYREGT06tKroxCVSeasT1Lslj6MDyLGyjKZXJ0KNpaxLZWv/PlrBzRJIcQySI75omlBpoMtjqfxgPNgvzY6/uEMclBsp3cGuEKoAc25lLjZews6vXjFOaPQIQuISnIUqxs0kNsvPzF8dLwd64cAAW+FMGp2/f+LTYr5NnaAwr0icLnGXyXBZ9h4BW4e8GrKn6ejdLYYbipPC3w3nEg++Ug1PMcNYzjUBKZ4AtoPjn/XB5LQruY7jt74odsTnQZNMeEki12+ZvPxeU8+F5+u97k3A6jb3Wg9nr1hLLaIZ6OhZyQIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "ntp_attribution_text": [
        0,
        55,
        213
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        0,
        0,
        0
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        170,
        170,
        170
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        50,
        50,
        50
      ]
    },
    "images": {
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_inactive": "images/theme_tab_background_inactive.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "middle",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.75
      ],
      "frame_inactive": [
        0,
        0,
        0
      ]
    }
  }
}