Dark Theme v3

Dark Theme v3

Dark Theme v3 Resolution optimized for 4K Marco De la Cruz For questions, suggestions or issues please use the Support tab on the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png"
    },
    "colors": {
      "frame": [
        66,
        116,
        201
      ],
      "toolbar": [
        54,
        54,
        54
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        209,
        209,
        209
      ],
      "bookmark_text": [
        209,
        209,
        209
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        209,
        209,
        209
      ],
      "button_background": [
        48,
        48,
        48,
        1
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.86
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat"
    }
  },
  "name": "Dark Theme v3",
  "version": "3",
  "description": ""
}