diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-26 11:14:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-26 11:14:37 -0400 |
commit | 51df27b8f399225af74731e784334640e3c81a2d (patch) | |
tree | e5f7386d9e28d0be8f7b83fedf349c818a57eaf6 /template-dark.svg | |
parent | 1f1bd927eb624e10a1e6b7709c21e144d224d62e (diff) | |
download | bfs-51df27b8f399225af74731e784334640e3c81a2d.tar.xz |
animation: Add a light variant
Diffstat (limited to 'template-dark.svg')
-rw-r--r-- | template-dark.svg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/template-dark.svg b/template-dark.svg new file mode 100644 index 0000000..16f0cc7 --- /dev/null +++ b/template-dark.svg @@ -0,0 +1,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> |