Examine source code of darklee - dark color theme

Inspect and view changes in darklee - dark color 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": "darklee - dark color theme",
  "short_name": "darklee",
  "version": "0.2",
  "author": "jamespaulp",
  "description": "A dark color theme complementing my other themes with the same name, including one for VS Code.",
  "theme": {
    "colors": {
      "bookmark_text": [
        191,
        191,
        187
      ],
      "button_background": [
        4,
        4,
        2
      ],
      "frame": [
        4,
        4,
        2
      ],
      "frame_inactive": [
        12,
        12,
        8
      ],
      "frame_incognito": [
        4,
        4,
        2
      ],
      "frame_incognito_inactive": [
        12,
        12,
        8
      ],
      "ntp_background": [
        12,
        12,
        8
      ],
      "ntp_link": [
        191,
        191,
        187
      ],
      "ntp_link_underline": [
        191,
        191,
        187
      ],
      "ntp_section": [
        74,
        74,
        74
      ],
      "ntp_section_link": [
        6,
        55,
        116
      ],
      "ntp_section_link_underline": [
        191,
        191,
        187
      ],
      "ntp_section_text": [
        191,
        191,
        187
      ],
      "ntp_text": [
        191,
        191,
        187
      ],
      "omnibox_background": [
        4,
        4,
        2
      ],
      "omnibox_text": [
        191,
        191,
        187
      ],
      "tab_background_text": [
        191,
        191,
        187
      ],
      "tab_text": [
        191,
        191,
        187
      ],
      "toolbar": [
        41,
        41,
        45
      ],
      "toolbar_button_icon": [
        191,
        191,
        187
      ],
      "toolbar_text": [
        191,
        191,
        187
      ]
    },
    "images": {
      "theme_frame": "images/img-001.png",
      "theme_frame_inactive": "images/img-004.png",
      "theme_frame_incognito": "images/img-001.png",
      "theme_frame_incognito_inactive": "images/img-004.png",
      "theme_toolbar": "images/img-003.png",
      "theme_ntp_background": "images/img-004.png",
      "theme_frame_overlay": "images/img-003.png",
      "theme_frame_overlay_inactive": "images/img-003.png",
      "theme_button_background": "images/img-003.png",
      "theme_ntp_attribution": "images/img-003.png",
      "theme_window_control_background": "images/img-003.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}