Examine source code of Terminal

Inspect and view changes in Terminal 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": "Terminal",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-009-f069b97f439938a011297c84464f0df6.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(0, 255, 47)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(0, 255, 47)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(0, 255, 47)",
      "tab_line": "rgb(0, 255, 47)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(0, 255, 47)",
      "button_background_active": "rgb(0, 0, 0)",
      "button_background_hover": "rgb(0, 0, 0)",
      "frame_inactive": "rgb(0, 0, 0)",
      "icons_attention": "rgb(0, 255, 47)",
      "icons": "rgb(0, 255, 47)",
      "ntp_background": "rgb(0, 0, 0)",
      "ntp_text": "rgb(0, 255, 47)",
      "popup_border": "rgb(0, 255, 47)",
      "popup_highlight_text": "rgb(0, 255, 47)",
      "popup_highlight": "rgb(0, 0, 0)",
      "sidebar_border": "rgb(0, 255, 47)",
      "sidebar_highlight_text": "rgb(0, 0, 0)",
      "sidebar_highlight": "rgb(0, 0, 0)",
      "sidebar_text": "rgb(0, 255, 47)",
      "sidebar": "rgb(0, 0, 0)",
      "tab_background_separator": "rgb(0, 255, 47)",
      "tab_loading": "rgb(0, 255, 47)",
      "tab_selected": "rgb(0, 0, 0)",
      "tab_text": "rgb(0, 255, 47)",
      "toolbar_bottom_separator": "rgb(0, 255, 47)",
      "toolbar_field_border_focus": "rgb(0, 255, 47)",
      "toolbar_field_border": "rgb(0, 255, 47)",
      "toolbar_field_focus": "rgb(0, 0, 0)",
      "toolbar_field_highlight_text": "rgb(0, 0, 0)",
      "toolbar_field_highlight": "rgb(0, 255, 47)",
      "toolbar_field_separator": "rgb(0, 255, 47)",
      "toolbar_field_text_focus": "rgb(0, 255, 47)",
      "toolbar_top_separator": "rgb(0, 255, 47)",
      "toolbar_vertical_separator": "rgb(0, 255, 47)"
    }
  }
}