Evening News

Evening News

A dark and subtle theme for Chrome based on patterns from subtlepatterns.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A dark and subtle theme for Chrome based on patterns from subtlepatterns.com",
  "theme": {
    "tints": {},
    "colors": {
      "ntp_text": [
        100,
        100,
        100
      ],
      "bookmark_text": [
        49,
        49,
        49
      ],
      "tab_background_text": [
        70,
        70,
        70
      ],
      "tab_text": [
        75,
        75,
        75
      ],
      "frame": [
        49,
        49,
        49
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_header": [
        95,
        133,
        159
      ]
    },
    "images": {
      "theme_frame_incognito_inactive": "images/escheresque_ste_incognito_inactive.png",
      "theme_ntp_background": "images/debut_light.png",
      "theme_toolbar": "images/white_carbonfiber.png",
      "theme_frame_incognito": "images/escheresque_ste_incognito.png",
      "theme_tab_background_incognito": "images/white_carbonfiber_inactive.png",
      "theme_tab_background": "images/white_carbonfiber_inactive.png",
      "theme_frame": "images/escheresque_ste.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat"
    }
  },
  "name": "Evening News",
  "manifest_version": 2,
  "version": "0.3"
}