diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-09-05 12:26:16 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-09-05 15:09:56 +0200 |
| commit | 230c85bafb25ff05cb2271c08cdfc17775b98ff9 (patch) | |
| tree | d52b6bfd83980a1a472e632e622f9358557b9d6f /gui | |
| parent | 0bccc7ec2d619c6133e78465bc4c1a9afffb7638 (diff) | |
| download | mullvadvpn-230c85bafb25ff05cb2271c08cdfc17775b98ff9.tar.xz mullvadvpn-230c85bafb25ff05cb2271c08cdfc17775b98ff9.zip | |
Update red to 227, 64, 57 / #E34039
Diffstat (limited to 'gui')
| -rwxr-xr-x | gui/assets/images/icon-fail.svg | 2 | ||||
| -rwxr-xr-x | gui/assets/images/location-marker-unsecure.svg | 4 | ||||
| -rw-r--r-- | gui/src/config.json | 8 | ||||
| -rw-r--r-- | gui/src/renderer/components/HeaderBar.tsx | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/SecuredLabel.tsx | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/gui/assets/images/icon-fail.svg b/gui/assets/images/icon-fail.svg index 3467374198..544d0d4ed7 100755 --- a/gui/assets/images/icon-fail.svg +++ b/gui/assets/images/icon-fail.svg @@ -4,5 +4,5 @@ <desc>Mullvad VPN app</desc> <defs></defs> <circle id="bg-circle" fill="#FFFFFF" fill-rule="nonzero" cx="30" cy="30" r="22"></circle> - <path d="M33.2371523,30 L41.337119,21.9033278 C42.2203329,21.020473 42.223948,19.5681264 41.3300331,18.6745751 C40.429886,17.774794 38.9899682,17.7778525 38.0999667,18.6674921 L30,26.7641643 L21.9000333,18.6674921 C21.0100318,17.7778525 19.570114,17.774794 18.6699669,18.6745751 C17.776052,19.5681264 17.7796671,21.020473 18.662881,21.9033278 L26.7628477,30 L18.662881,38.0966722 C17.7796671,38.979527 17.776052,40.4318736 18.6699669,41.3254249 C19.570114,42.225206 21.0100318,42.2221475 21.9000333,41.3325079 L30,33.2358357 L38.0999667,41.3325079 C38.9899682,42.2221475 40.429886,42.225206 41.3300331,41.3254249 C42.223948,40.4318736 42.2203329,38.979527 41.337119,38.0966722 L33.2371523,30 Z" id="icon" fill="#D0021B" fill-rule="nonzero"></path> + <path d="M33.2371523,30 L41.337119,21.9033278 C42.2203329,21.020473 42.223948,19.5681264 41.3300331,18.6745751 C40.429886,17.774794 38.9899682,17.7778525 38.0999667,18.6674921 L30,26.7641643 L21.9000333,18.6674921 C21.0100318,17.7778525 19.570114,17.774794 18.6699669,18.6745751 C17.776052,19.5681264 17.7796671,21.020473 18.662881,21.9033278 L26.7628477,30 L18.662881,38.0966722 C17.7796671,38.979527 17.776052,40.4318736 18.6699669,41.3254249 C19.570114,42.225206 21.0100318,42.2221475 21.9000333,41.3325079 L30,33.2358357 L38.0999667,41.3325079 C38.9899682,42.2221475 40.429886,42.225206 41.3300331,41.3254249 C42.223948,40.4318736 42.2203329,38.979527 41.337119,38.0966722 L33.2371523,30 Z" id="icon" fill="#E34039" fill-rule="nonzero"></path> </svg>
\ No newline at end of file diff --git a/gui/assets/images/location-marker-unsecure.svg b/gui/assets/images/location-marker-unsecure.svg index 509b8022f2..c46bdde2d7 100755 --- a/gui/assets/images/location-marker-unsecure.svg +++ b/gui/assets/images/location-marker-unsecure.svg @@ -11,9 +11,9 @@ <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix> </filter> </defs> - <circle id="outer-circle" fill-opacity="0.4" fill="#D0021B" cx="30" cy="30" r="30"></circle> + <circle id="outer-circle" fill-opacity="0.4" fill="#E34039" cx="30" cy="30" r="30"></circle> <g id="inner-circle"> <use fill="black" fill-opacity="1" filter="url(#shadow)" xlink:href="#shadow-path"></use> - <use stroke="#FFFFFF" stroke-width="2" fill="#D0021B" fill-rule="evenodd" xlink:href="#shadow-path"></use> + <use stroke="#FFFFFF" stroke-width="2" fill="#E34039" fill-rule="evenodd" xlink:href="#shadow-path"></use> </g> </svg>
\ No newline at end of file diff --git a/gui/src/config.json b/gui/src/config.json index 9e11eea254..f735175d36 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -12,7 +12,7 @@ "blue": "rgb(41, 77, 115)", "green": "rgb(68, 173, 77)", "darkGreen": "rgb(32, 84, 37)", - "red": "rgb(208, 2, 27)", + "red": "rgb(227, 64, 57)", "darkYellow": "rgb(142, 78, 19)", "yellow": "rgb(255, 213, 36)", "white": "rgb(255, 255, 255)", @@ -24,9 +24,9 @@ "blue40": "rgba(41, 77, 115, 0.4)", "blue60": "rgba(41, 77, 115, 0.6)", "blue80": "rgba(41, 77, 115, 0.8)", - "red95": "rgba(208, 2, 27, 0.95)", - "red40": "rgba(208, 2, 27, 0.40)", - "red45": "rgba(208, 2, 27, 0.45)", + "red95": "rgba(227, 64, 57, 0.95)", + "red40": "rgba(227, 64, 57, 0.40)", + "red45": "rgba(227, 64, 57, 0.45)", "green90": "rgba(68, 173, 77, 0.9)", "green40": "rgba(68, 173, 77, 0.4)" } diff --git a/gui/src/renderer/components/HeaderBar.tsx b/gui/src/renderer/components/HeaderBar.tsx index 71ef37186b..d2dc116dfb 100644 --- a/gui/src/renderer/components/HeaderBar.tsx +++ b/gui/src/renderer/components/HeaderBar.tsx @@ -42,7 +42,7 @@ const headerBarStyles = { backgroundColor: 'rgb(25, 46, 69)', // colors.darkBlue }), error: Styles.createViewStyle({ - backgroundColor: 'rgb(208, 2, 27)', // colors.red + backgroundColor: 'rgb(227, 64, 57)', // colors.red }), success: Styles.createViewStyle({ backgroundColor: 'rgb(68, 173, 77)', // colors.green diff --git a/gui/src/renderer/components/SecuredLabel.tsx b/gui/src/renderer/components/SecuredLabel.tsx index dbe1791305..fc91a97773 100644 --- a/gui/src/renderer/components/SecuredLabel.tsx +++ b/gui/src/renderer/components/SecuredLabel.tsx @@ -22,7 +22,7 @@ const styles = { color: 'rgb(68, 173, 77)', // green }), unsecured: Styles.createTextStyle({ - color: 'rgb(208, 2, 27)', // red + color: 'rgb(227, 64, 57)', // red }), }; |
