Commit 08c0751c authored by henry's avatar henry Committed by morgan
Browse files

fixup! TB 2176: Rebrand Firefox to TorBrowser

TB 44998: Tidy up branding assets.

+ We drop the assets that we expect to be unused.
+ We update `about-logo.png` and `about-logo@2x.png` based on
  `about-logo.svg` using `rsvg-convert`.
+ We drop our override of the about dialog logo.
+ We add `about-logo-small.svg`, which is a copy of `about-logo.svg`
  excluding the "alpha" and "moon" bitmaps. And we use this in place of
  `about-logo.png` in `about:preferences`, `about:addons`, and other
  consumers of `moz-page-nav`.
parent 3b2c273c
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M24 46.5C36.4264 46.5 46.5 36.4264 46.5 24C46.5 11.5736 36.4264 1.5 24 1.5C11.5736 1.5 1.5 11.5736 1.5 24C1.5 36.4264 11.5736 46.5 24 46.5Z" fill="url(#paint0_linear_1920_3895)"/>
<path d="M24 5.54297C34.1935 5.54297 42.457 13.8065 42.457 24C42.457 34.1935 34.1935 42.457 24 42.457V39.6445C32.6402 39.6445 39.6445 32.6402 39.6445 24C39.6445 15.3598 32.6402 8.35547 24 8.35547V5.54297Z" fill="#CCFFEE"/>
<path d="M24 12.4424C30.3831 12.4424 35.5576 17.6169 35.5576 24C35.5576 30.3831 30.3831 35.5576 24 35.5576V32.7451C28.8298 32.7451 32.7451 28.8298 32.7451 24C32.7451 19.1702 28.8298 15.2549 24 15.2549V12.4424Z" fill="#CCFFEE"/>
<path d="M24 19.21C26.6455 19.21 28.79 21.3545 28.79 24C28.79 26.6455 26.6455 28.79 24 28.79V19.21Z" fill="#CCFFEE"/>
<path d="M24 1.5C12.7386 1.5 3.60938 10.6685 3.60938 21.9785C3.60938 33.2885 12.7386 42.457 24 42.457V1.5Z" fill="#0BDA95" fill-opacity="0.4"/>
<path d="M24 1.5C32.2194 1.5 39.4094 5.90728 43.3357 12.4875V21.9785C43.3892 33.2884 34.6788 42.457 24 42.457L24 1.5Z" fill="url(#paint1_linear_1920_3895)"/>
<defs>
<linearGradient id="paint0_linear_1920_3895" x1="24" y1="46.5" x2="24" y2="1.5" gradientUnits="userSpaceOnUse">
<stop offset="0.333333" stop-color="#08917A"/>
<stop offset="1" stop-color="#17CF91"/>
</linearGradient>
<linearGradient id="paint1_linear_1920_3895" x1="24" y1="21.9785" x2="43.3359" y2="21.9785" gradientUnits="userSpaceOnUse">
<stop stop-color="#008055" stop-opacity="0.4"/>
<stop offset="0.166667" stop-color="#008055" stop-opacity="0.4"/>
<stop offset="0.333333" stop-color="#008055" stop-opacity="0.2"/>
<stop offset="0.5" stop-color="#008055" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>
−4.88 KiB (15.8 KiB)
Loading image diff...
−15 KiB (35.1 KiB)
Loading image diff...
−18.1 KiB
Loading image diff...
+0 −5
Original line number Diff line number Diff line
@@ -9,8 +9,3 @@
  --about-dialog-background-color-bottom: hsla(235, 43%, 10%, 0.5);
  --about-dialog-text-color-trademark: #999999;
}

#leftBox {
  background-image: url("chrome://branding/content/icon256.png");
  background-position-y: 0;
}
Loading