Parchment Rose

Inspired by the theme "Paper Roses" by MaDonna (https://addons.mozilla.org/en-US/firefox/addon/paper-roses/), but created in a way to be more minimal, while standing out from similar desktop backgrounds.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Parchment Rose",
  "manifest_version": 2,
  "version": "2.0",
  "theme": {
    "images": {
      "theme_frame": "Parchment Rose Header _ resize.png"
    },
    "colors": {
      "toolbar": "rgba(229, 212, 183, 0.5)",
      "toolbar_field": "rgba(242, 224, 193, 0.9)",
      "toolbar_field_text": "rgba(64, 64, 64, 1)",
      "frame": "rgba(216, 194, 157, 1)",
      "tab_background_text": "rgba(100, 0, 0, 0.5)",
      "bookmark_text": "rgba(100, 0, 0, 1)"
    }
  }
}