Windows XP Royale Noir theme

Windows XP Royale Noir theme

Changes the look of Google Chrome to match the Royale Noir theme for Windows XP, which was not finished and not officially…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "name": "Windows XP Royale Noir theme",
  "theme": {
    "images": {
      "theme_frame": "image/frame_noir.png",
      "theme_frame_inactive": "image/frame_inactive_noir.png",
      "theme_toolbar": "image/toolbar_xp.png",
      "theme_tab_background": "image/tab_background_xp.png",
      "theme_tab_background_incognito": "image/tab_background_xp.png",
      "theme_ntp_background": "image/ntp_background_xp.png"
    },
    "colors": {
      "frame": [
        35,
        42,
        61
      ],
      "frame_inactive": [
        8,
        12,
        19
      ],
      "toolbar": [
        235,
        233,
        237
      ],
      "ntp_section": [
        51,
        65,
        82
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        0,
        0.2
      ],
      "buttons": [
        0.592,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}