Up with the birds

A minimalist and delicate theme, with a balanced combination between pastel and dark colors. Wallpaper: https://www.transparenttextures.com/foggy-birds.html Color: 182952 Can use with Tabliss extension and similars
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Up with the birds",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(24, 41, 82, 0.59)",
      "toolbar_text": "rgb(251, 207, 252)",
      "frame": "rgb(24, 41, 82)",
      "tab_background_text": "rgb(201, 171, 202)",
      "toolbar_field": "rgba(251, 207, 252, 0.25)",
      "toolbar_field_text": "rgb(251, 207, 252)",
      "tab_line": "rgb(251, 207, 252)",
      "popup": "rgb(25, 41, 101)",
      "popup_text": "rgb(201, 171, 202)",
      "tab_loading": "rgb(251, 207, 252)"
    }
  }
}