tor-browser

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

decorations.yaml (758B)


      1 ---
      2 root:
      3  items:
      4    - type: line                    # short, horizontal
      5      baseline: 2
      6      start: 4
      7      end: 9
      8      width: 1
      9      orientation: horizontal
     10      color: green
     11      style: solid
     12    - type: line                    # short, vertical
     13      baseline: 12
     14      start: 14
     15      end: 19
     16      width: 1
     17      orientation: vertical
     18      color: red
     19      style: solid
     20    - type: line                    # long, horizontal
     21      baseline: 32
     22      start: 34
     23      end: 234
     24      width: 3
     25      orientation: horizontal
     26      color: blue
     27      style: solid
     28    - type: line                    # long, vertical
     29      baseline: 52
     30      start: 54
     31      end: 254
     32      width: 3
     33      orientation: vertical
     34      color: black
     35      style: solid