Examine source code of Blue-Green Geometry

Inspect and view changes in Blue-Green Geometry 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": "Blue & Green Simplicity",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center bottom"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(229, 234, 232)",
      "toolbar_text": "rgb(127, 127, 127)",
      "frame": "rgb(210, 212, 212)",
      "tab_background_text": "rgb(74, 74, 74)",
      "toolbar_field": "rgba(255, 255, 255, 0.49)",
      "toolbar_field_text": "rgba(123, 127, 90, 0.69)",
      "tab_line": "rgba(253, 217, 119, 0)",
      "popup": "rgb(242, 245, 244)",
      "popup_text": "rgba(123, 127, 90, 0.69)",
      "icons_attention": "rgb(129, 131, 191)",
      "icons": "rgb(127, 127, 127)",
      "ntp_background": "rgb(229, 234, 232)",
      "ntp_text": "rgb(33, 33, 33)",
      "sidebar_border": "rgba(123, 127, 90, 0.69)",
      "sidebar_text": "rgb(74, 74, 74)",
      "sidebar": "rgb(229, 234, 232)",
      "tab_background_separator": "rgba(253, 217, 119, 0)",
      "tab_loading": "rgb(129, 131, 191)",
      "tab_selected": "rgba(253, 217, 119, 0)",
      "tab_text": "rgb(127, 127, 127)",
      "toolbar_bottom_separator": "rgb(229, 234, 232)",
      "toolbar_field_border_focus": "rgba(253, 217, 119, 0)",
      "toolbar_field_border": "rgba(253, 217, 119, 0)",
      "toolbar_field_focus": "rgba(255, 255, 255, 0)",
      "toolbar_field_highlight_text": "rgb(255, 255, 255)",
      "toolbar_field_highlight": "rgba(150, 199, 176, 0.68)",
      "toolbar_field_separator": "rgba(255, 255, 255, 0)",
      "toolbar_field_text_focus": "rgba(255, 255, 255, 0.66)",
      "toolbar_top_separator": "rgb(229, 234, 232)",
      "toolbar_vertical_separator": "rgb(210, 212, 212)"
    }
  }
}