Examine source code of Luna Color

Inspect and view changes in Luna Color 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": "Luna Color",
  "version": "1.0.1",
  "description": "Themes for people who like Luna.",
  "theme": {
    "colors": {
      "frame": [
        210,
        198,
        243
      ],
      "frame_inactive": [
        210,
        198,
        243
      ],
      "toolbar": [
        236,
        182,
        219
      ],
      "tab_text": [
        195,
        88,
        154
      ],
      "tab_background_text": [
        195,
        88,
        154
      ],
      "bookmark_text": [
        195,
        88,
        154
      ],
      "ntp_background": [
        249,
        237,
        230
      ],
      "ntp_text": [
        195,
        88,
        154
      ],
      "ntp_link": [
        195,
        88,
        154
      ],
      "button_background": [
        246,
        242,
        255
      ],
      "toolbar_button_icon": [
        243,
        227,
        166
      ],
      "background_tab": [
        246,
        242,
        255
      ],
      "background_tab_inactive": [
        246,
        242,
        255
      ],
      "tab_background_text_inactive": [
        236,
        182,
        219
      ]
    }
  }
}