tor-browser

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

linear.yaml (256B)


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