blob: 5f9969ec887edde3ff670f00a4bb19bd0171881f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="utf-8"?>
<svg id="terminal" baseProfile="full" viewBox="0 0 838 289" width="838" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<termtosvg:template_settings xmlns:termtosvg="https://github.com/nbedos/termtosvg">
<termtosvg:screen_geometry columns="96" rows="15"/>
<termtosvg:animation type="css"/>
</termtosvg:template_settings>
<style type="text/css" id="generated-style">
<!-- [snip!] -->
</style>
<style type="text/css" id="user-style">
.foreground { fill: #000000; }
.background { fill: #f6f8fa; }
.color0 { fill: #181818; }
.color1 { fill: #b21818; }
.color2 { fill: #18b218; }
.color3 { fill: #b26818; }
.color4 { fill: #1818b2; }
.color5 { fill: #b218b2; }
.color6 { fill: #18b2b2; }
.color7 { fill: #b2b2b2; }
.color8 { fill: #686868; }
.color9 { fill: #b21818; }
.color10 { fill: #18b218; }
.color11 { fill: #b2b218; }
.color12 { fill: #1818b2; }
.color13 { fill: #b218b2; }
.color14 { fill: #18b2b2; }
.color15 { fill: #000000; }
</style>
</defs>
<rect x="0" y="0" rx="6" width="100%" height="100%" fill="#f6f8fa" />
<svg x="16" y="16" id="screen" width="768" viewBox="0 0 768 257" preserveAspectRatio="xMidYMin meet">
<!-- [snip!] -->
</svg>
</svg>
|