blob: 16f0cc7b5271b2c20cceeaae73df6804e562a975 (
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: #b2b2b2; }
.background { fill: #161b22; }
.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: #ff5454; }
.color10 { fill: #54ff54; }
.color11 { fill: #ffff54; }
.color12 { fill: #5454ff; }
.color13 { fill: #ff54ff; }
.color14 { fill: #54ffff; }
.color15 { fill: #ffffff; }
</style>
</defs>
<rect x="0" y="0" rx="6" width="100%" height="100%" fill="#161b22" />
<svg x="16" y="16" id="screen" width="768" viewBox="0 0 768 257" preserveAspectRatio="xMidYMin meet">
<!-- [snip!] -->
</svg>
</svg>
|