Night Owl

Night Owl

Night Owl Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Night Owl",
  "description": "Night Owl Theme",
  "version": "2.4",
  "author": "Mallowigi",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wall.png",
      "theme_toolbar": "topbar.png",
      "theme_tab_background": "tab.png"
    },
    "colors": {
      "background_tab": [
        1,
        22,
        39
      ],
      "background_tab_inactive": [
        11,
        41,
        66
      ],
      "background_tab_incognito": [
        1,
        14,
        26
      ],
      "background_tab_incognito_inactive": [
        11,
        41,
        66
      ],
      "bookmark_text": [
        214,
        222,
        235
      ],
      "button_background": [
        11,
        37,
        58
      ],
      "frame": [
        1,
        14,
        26
      ],
      "frame_inactive": [
        11,
        41,
        66
      ],
      "frame_incognito": [
        1,
        14,
        26
      ],
      "frame_incognito_inactive": [
        11,
        41,
        66
      ],
      "ntp_background": [
        1,
        14,
        26
      ],
      "ntp_header": [
        11,
        41,
        66
      ],
      "ntp_link": [
        126,
        87,
        194
      ],
      "ntp_text": [
        214,
        222,
        235
      ],
      "omnibox_background": [
        1,
        14,
        26
      ],
      "omnibox_text": [
        214,
        222,
        235
      ],
      "tab_background_text": [
        214,
        222,
        235
      ],
      "tab_background_text_inactive": [
        95,
        126,
        151
      ],
      "tab_background_text_incognito": [
        214,
        222,
        235
      ],
      "tab_background_text_incognito_inactive": [
        95,
        126,
        151
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        1,
        22,
        39
      ],
      "toolbar_button_icon": [
        95,
        126,
        151
      ],
      "toolbar_text": [
        214,
        222,
        235
      ]
    }
  }
}