tor-browser

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

tiling-linear-3-ref.yaml (320B)


      1 ---
      2 root:
      3  items:
      4    # top left and bottom left
      5    - type: gradient
      6      bounds: 50 50 200 300
      7      start: 0 100
      8      end: 200 100
      9      stops: [0, red, 1, blue]
     10    # top right and bottom right
     11    - type: gradient
     12      bounds: 250 50 200 300
     13      start: 0 100
     14      end: 200 100
     15      stops: [0, red, 1, blue]