Examine source code of R Dark Pro Theme

Inspect and view changes in R Dark Pro 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": 3,
  "name": "R Dark Pro Theme",
  "description": "A dark and minimal color theme for Google Chrome.",
  "version": "1.1",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "theme": {
    "colors": {
      "background_tab": [
        19,
        20,
        26
      ],
      "background_tab_inactive": [
        19,
        20,
        26
      ],
      "frame": [
        19,
        20,
        26
      ],
      "frame_inactive": [
        19,
        20,
        26
      ],
      "frame_incognito": [
        69,
        71,
        90
      ],
      "frame_incognito_inactive": [
        69,
        71,
        90
      ],
      "bookmark_text": [
        248,
        237,
        254
      ],
      "tab_background_text": [
        132,
        137,
        163
      ],
      "tab_background_text_inactive": [
        77,
        79,
        99
      ],
      "tab_background_text_incognito": [
        248,
        237,
        254
      ],
      "tab_background_text_incognito_inactive": [
        108,
        112,
        134
      ],
      "tab_text": [
        248,
        237,
        254
      ],
      "toolbar": [
        29,
        30,
        38
      ],
      "toolbar_button_icon": [
        248,
        237,
        254
      ],
      "omnibox_text": [
        248,
        237,
        254
      ],
      "omnibox_background": [
        19,
        20,
        26
      ],
      "ntp_background": [
        19,
        20,
        26
      ],
      "ntp_header": [
        248,
        237,
        254
      ],
      "ntp_link": [
        248,
        237,
        254
      ],
      "ntp_text": [
        248,
        237,
        254
      ],
      "button_background": [
        19,
        20,
        26
      ]
    }
  }
}