tor-browser

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

border-groove-simple.yaml (312B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 500, 500]
      6      items:
      7        - type: border
      8          bounds: [ 0, 0, 50, 50 ]
      9          width: [ 12, 12, 12, 12 ]
     10          border-type: normal
     11          style: [ groove, groove, groove, groove ]
     12          color: [ blue, blue, blue, blue ]