Terminal

Terminal

A firefox theme inspired to linux terminal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Terminal",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(27, 28, 29)",
      "toolbar_text": "rgb(0, 255, 0)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(226, 219, 219)",
      "toolbar_field": "rgb(46, 48, 49)",
      "toolbar_field_text": "rgb(0, 255, 0)",
      "tab_line": "rgb(0, 255, 0)",
      "popup": "rgb(27, 28, 29)",
      "popup_text": "rgb(226, 219, 219)",
      "tab_loading": "rgb(0, 255, 0)"
    }
  }
}