Minimal Mauve

Minimal Mauve

A minimal pale mauve theme with gray accent. #Modern #Material #Simple

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Minimal Mauve",
  "description": "A minimal pale mauve theme with gray accent. #Modern #Material #Simple",
  "version": "8.0.7",
  "icons": {
    "128": "images/icon128.png"
  },
  "theme": {
    "images": {
      "theme_window_control_background": "images/theme_window_control_background.png",
      "theme_ntp_background": "images/dark_refresh_grey.png"
    },
    "colors": {
      "frame": [
        56,
        56,
        56
      ],
      "frame_inactive": [
        56,
        56,
        56
      ],
      "frame_incognito": [
        56,
        56,
        56
      ],
      "frame_incognito_inactive": [
        56,
        56,
        56
      ],
      "toolbar": [
        200,
        188,
        205
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        200,
        200,
        200
      ],
      "tab_background_text_inactive": [
        200,
        200,
        200
      ],
      "bookmark_text": [
        40,
        40,
        40
      ],
      "ntp_background": [
        200,
        188,
        205
      ],
      "ntp_text": [
        40,
        40,
        40
      ]
    },
    "tints": {
      "buttons": [
        0.95,
        0,
        0.282
      ],
      "frame_inactive": [
        0.5833,
        0.18,
        0.5
      ],
      "frame_incognito_inactive": [
        0.5833,
        0.18,
        0.5
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1,
      "ntp_background_repeat": "repeat"
    }
  }
}