summaryrefslogtreecommitdiffstats
path: root/animation_template.svg
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-12-08 13:21:39 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-12-08 13:24:24 -0500
commit84ca635631ae1f7361cab9f724937f7e92f118e6 (patch)
tree0eee46833723e38ec75e859e662de3080e0e3f93 /animation_template.svg
parent164dbe66355a45b1ac8744b728cd0ebe1320904f (diff)
downloadbfs-84ca635631ae1f7361cab9f724937f7e92f118e6.tar.xz
animation: Make the background match GitHub dark
Diffstat (limited to 'animation_template.svg')
-rw-r--r--animation_template.svg4
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>