Examine source code of Terminal Green

Inspect and view changes in Terminal Green 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": "2.0",
  "name": "Terminal Green",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(38, 54, 40)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(89, 221, 118)",
      "tab_line": "rgb(85, 192, 108)",
      "popup": "rgb(6, 12, 9)",
      "popup_text": "rgb(32, 158, 63)",
      "tab_loading": "rgb(85, 192, 108)",
      "bookmark_text": "rgb(101, 210, 126)",
      "frame": "rgb(6, 12, 9)",
      "tab_background_text": "rgb(54, 97, 65)"
    }
  }
}