Minimal Sakura V2

Minimal Sakura V2

A minimal dark theme with Light Sakura color & pattern. #Modern #Gray

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A minimal dark theme with Light Sakura color & pattern. #Modern #Gray",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Minimal Sakura V2",
  "theme": {
    "colors": {
      "bookmark_text": [
        200,
        200,
        200
      ],
      "frame": [
        29,
        29,
        29
      ],
      "frame_inactive": [
        29,
        29,
        29
      ],
      "frame_incognito": [
        29,
        29,
        29
      ],
      "frame_incognito_inactive": [
        29,
        29,
        29
      ],
      "ntp_background": [
        242,
        196,
        202
      ],
      "ntp_text": [
        40,
        40,
        40
      ],
      "tab_background_text": [
        178,
        178,
        178
      ],
      "tab_background_text_inactive": [
        168,
        168,
        168
      ],
      "tab_text": [
        210,
        210,
        210
      ],
      "toolbar": [
        50,
        50,
        50
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/dark_refresh_grey.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0.98,
        1,
        0.8838
      ],
      "frame_inactive": [
        0.5833,
        0.18,
        0.5
      ],
      "frame_incognito_inactive": [
        0.5833,
        0.18,
        0.5
      ]
    }
  },
  "version": "2.0.0"
}