Examine source code of Ladybug style

Inspect and view changes in Ladybug style source codes across current and past versions
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": "Ladybug style",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(255, 0, 0)",
      "frame": "rgb(255, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 192, 224)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(255, 192, 224)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(21, 255, 0)",
      "ntp_background": "rgb(255, 192, 224)",
      "ntp_text": "rgb(64, 64, 64)",
      "toolbar_field_border": "rgb(255, 255, 255)",
      "toolbar_field_focus": "rgb(255, 255, 255)",
      "toolbar_field_highlight_text": "rgb(0, 0, 0)",
      "toolbar_field_highlight": "rgb(255, 192, 224)",
      "tab_loading": "rgb(255, 192, 224)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{97ac75a1-c2a5-4684-b92c-48f2fa372f0c}"
    }
  }
}