tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

decorations-ref.yaml (494B)


      1 ---
      2 root:
      3  items:
      4    - type: rect                    # short, horizontal
      5      bounds: [ 4, 2, 5, 1 ]
      6      color: green
      7    - type: rect                    # short, vertical
      8      bounds: [ 12, 14, 1, 5 ]
      9      color: red
     10      style: solid
     11    - type: rect                    # long, horizontal
     12      bounds: [ 34, 32, 200, 3 ]
     13      color: blue
     14      style: solid
     15    - type: rect                    # long, vertical
     16      bounds: [ 52, 54, 3, 200 ]
     17      color: black
     18      style: solid