tor-browser

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

gradient_cache_hardstop.yaml (422B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 0 0 960 540
      6      start: 0 0
      7      end: 960 0
      8      stops: [0.0, red,
      9              0.125, yellow,
     10              0.25, red,
     11              0.25, green,
     12              0.375, yellow,
     13              0.5, green,
     14              0.5, blue,
     15              0.625, yellow,
     16              0.75, blue,
     17              0.75, white,
     18              1.0, [100,200,50,1]]