diff options
Diffstat (limited to 'animation_template.svg')
-rw-r--r-- | animation_template.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animation_template.svg b/animation_template.svg index 54d0ea8..fe62da9 100644 --- a/animation_template.svg +++ b/animation_template.svg @@ -11,7 +11,7 @@ </style> <style type="text/css" id="user-style"> .foreground { fill: #b2b2b2; } - .background { fill: #181818; } + .background { fill: #0d1117; } .color0 { fill: #181818; } .color1 { fill: #b21818; } .color2 { fill: #18b218; } @@ -30,7 +30,7 @@ .color15 { fill: #ffffff; } </style> </defs> - <rect x="0" y="0" width="100%" height="100%" fill="#181818" stroke="#343434" stroke-width="1px" /> + <rect x="0" y="0" width="100%" height="100%" fill="#0d1117" stroke="#30363d" stroke-width="1px" /> <svg x="3" y="3" id="screen" width="768" viewBox="0 0 768 257" preserveAspectRatio="xMidYMin meet"> <!-- [snip!] --> </svg> |