1616 .main_text {
1717 transform : translateX (38px );
1818 }
19+
20+ .path {
21+ filter : brightness (1.4 );
22+ font-size : .8rem ;
23+ }
24+
25+ .path_icon {
26+ font-size : .7rem ;
27+ }
1928 </style >
2029 <rect width =" 800" height =" {{ height_ }} " style =" fill: {{ background_color }} ;" />
2130 <rect width =" 673" height =" 40" x =" 127" style =" fill: {{ header_color }} ;" />
22- <rect width =" 1" height =" {{ height_main_line }} " x =" 40" y =" 65 " fill =" {{ indent_color }} " />
31+ <rect width =" 1" height =" {{ height_main_line }} " x =" 40" y =" 90 " fill =" {{ indent_color }} " />
2332
24- <text y =" 60 " font-family =" Consolas, monospace" class =" indexes" fill =" {{ main_color }} " >
33+ <text y =" 85 " font-family =" Consolas, monospace" class =" indexes" fill =" {{ main_color }} " >
2534 {{{ indexes }}}
2635 </text >
36+
2737 <text y =" 25" class =" filename" font-family =" Segoe WPC, Segoe UI, sans-serif" fill =" {{ main_color }} " >
2838 <tspan fill =" {{ icon_color }} " font-family =" Consolas, monospace" >{}</tspan > info.json
2939 <tspan font-family =" Consolas, monospace" style =" font-size: .8rem;" > ✕ </tspan >
3040 </text >
31- <text y =" 60" font-family =" Consolas, monospace" class =" main_text" fill =" {{ main_color }} " >
41+
42+ <text x =" 8" y =" 60" fill =" {{ line_index_color }} " font-family =" Consolas, monospace" class =" path" >
43+ <tspan >github.com > {{ name }} ></tspan >
44+ <tspan fill =" {{ icon_color }} " font-family =" Consolas, monospace" class =" path_icon" >{}</tspan >
45+ <tspan >info.json</tspan >
46+ </text >
47+
48+ <text y =" 85" font-family =" Consolas, monospace" class =" main_text" fill =" {{ main_color }} " >
3249 {{{ json }}}
3350 </text >
3451
35- <g style =" transform: translate({{ indent_x }} px, 45px );" >
52+ <g style =" transform: translate({{ indent_x }} px, 68px );" >
3653 {{{ indents }}}
3754 </g >
3855</svg >
0 commit comments