Examine source code of Theme Cherries

Inspect and view changes in Theme Cherries 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,
  "name": "Theme Cherries",
  "version": "1.0",
  "description": "Tema con tematica de Cerezas",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/3.jpg"
    },
    "colors": {
      "frame": [
        223,
        255,
        252
      ],
      "tab_background_text": [
        105,
        105,
        105
      ],
      "tab_loading": [
        255,
        133,
        140
      ],
      "tab_line": [
        255,
        133,
        140
      ],
      "toolbar": [
        254,
        218,
        220
      ],
      "toolbar_field_highlight": [
        254,
        218,
        220
      ],
      "tab_text": [
        105,
        105,
        105
      ],
      "icons_attention": [
        255,
        133,
        140
      ],
      "bookmark_text": [
        105,
        105,
        105
      ],
      "ntp_background": [
        254,
        218,
        220
      ],
      "ntp_text": [
        105,
        105,
        105
      ],
      "popup": [
        223,
        255,
        252
      ],
      "popup_highlight": [
        255,
        249,
        199
      ],
      "popup_highlight_text": [
        105,
        105,
        105
      ],
      "sidebar": [
        223,
        255,
        252
      ],
      "sidebar_highlight": [
        254,
        218,
        220
      ],
      "sidebar_highlight_text": [
        105,
        105,
        105
      ],
      "sidebar_text": [
        105,
        105,
        105
      ]
    }
  }
}