Simple Black

Simple Black

This is a Chrome theme that is all black and easy on your eyes. Only texts are white. No extra background image. No decoration.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.1",
  "name": "Simple Black",
  "theme": {
    "images": {
      "theme_frame": "theme_frame_default.png",
      "theme_frame_inactive": "theme_frame_default_inactive.png",
      "theme_frame_incognito": "theme_frame_incognito.png",
      "theme_frame_incognito_inactive": "theme_frame_incognito_inactive.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_tab_background_incognito": "theme_tab_background_incognito.png",
      "theme_toolbar": "theme_toolbar_default.png"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        220,
        220,
        220
      ],
      "tab_background_text": [
        140,
        140,
        140
      ],
      "bookmark_text": [
        220,
        220,
        220
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        220,
        220,
        220
      ],
      "ntp_link": [
        0,
        255,
        220
      ],
      "ntp_link_underline": [
        0,
        255,
        220
      ],
      "ntp_header": [
        220,
        220,
        220
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        220,
        220,
        220
      ],
      "ntp_section_link_underline": [
        220,
        220,
        220
      ],
      "control_background": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        0.62
      ],
      "frame_incognito": [
        -1,
        -1,
        0.62
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        0.65
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {}
  }
}