tor-browser

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

linear-reverse-3.yaml (262B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 50 50 100 100
      6      start: 0 0
      7      end: 110 0
      8      stops: [0.0, white, 1.0, black]
      9    - type: gradient
     10      bounds: 150 50 100 100
     11      start: 110 0
     12      end: 0 0
     13      stops: [0.0, white, 1.0, black]