That dark theme

That dark theme

That dark theme by 8pecxstudios

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "That dark theme by 8pecxstudios",
  "manifest_version": 2,
  "name": "That dark theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        255,
        0,
        0
      ],
      "control_background": [
        255,
        255,
        255,
        0
      ],
      "frame": [
        7,
        7,
        7
      ],
      "frame_inactive": [
        122,
        122,
        122
      ],
      "frame_incognito": [
        4,
        4,
        4
      ],
      "frame_incognito_inactive": [
        54,
        54,
        54
      ],
      "ntp_background": [
        43,
        43,
        43
      ],
      "ntp_header": [
        98,
        98,
        98
      ],
      "ntp_link": [
        0,
        0,
        0,
        0.6
      ],
      "ntp_section": [
        50,
        50,
        50
      ],
      "ntp_section_link": [
        0,
        0,
        0,
        0.6
      ],
      "ntp_section_text": [
        0,
        0,
        0,
        0.6
      ],
      "ntp_link_underline": [
        0,
        0,
        0,
        0.6
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        50,
        50,
        50
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_ntp_background": "images/theme_ntp_background.jpg",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_button_background": "images/theme_button_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat-y"
    },
    "tints": {
      "background_tab": [
        0,
        0,
        0.55555555
      ],
      "buttons": [
        0,
        0,
        0.76666666666669
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        0.75
      ],
      "frame_incognito": [
        -1,
        0.2,
        0.35
      ],
      "frame_incognito_inactive": [
        -1,
        0.3,
        0.6
      ]
    }
  },
  "version": "1.1"
}