tor-browser

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

linear-reverse.yaml (258B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 50 50 200 200
      6      start: 200 100
      7      end: 000 100
      8      stops: [0.0, black, 0.25, black,
      9              0.25, blue, 0.5, blue,
     10              0.5, green, 0.75, green,
     11              0.75, red, 1.0, red]