tor-browser

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

transparent-composite-2.yaml (413B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 100, 100]
      6      mix-blend-mode: darken
      7      items:
      8        - type: stacking-context
      9          bounds: [0, 0, 100, 100]
     10          mix-blend-mode: darken
     11          items:
     12            - type: gradient
     13              bounds: [0, 0, 100, 100]
     14              start: [0, 0]
     15              end: [0, 100]
     16              stops: [0.0, [0,0,0,0], 1.0, green]