diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-26 15:05:08 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-26 15:05:08 +0100 |
commit | c90f2c3ac6d12624ac596a68cf5a9f4da92eb3f6 (patch) | |
tree | 01077d7d67d08858cf2e55f2743b0285869fdf2d /launcher/resources/breeze_dark | |
parent | cbf4159c7e21c0dc70e36db5bbcc4162c72f31b5 (diff) | |
download | PrismLauncher-c90f2c3ac6d12624ac596a68cf5a9f4da92eb3f6.tar.gz PrismLauncher-c90f2c3ac6d12624ac596a68cf5a9f4da92eb3f6.tar.bz2 PrismLauncher-c90f2c3ac6d12624ac596a68cf5a9f4da92eb3f6.zip |
fix: use monochrome icon for breeze
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/resources/breeze_dark')
-rw-r--r-- | launcher/resources/breeze_dark/scalable/shortcut.svg | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/launcher/resources/breeze_dark/scalable/shortcut.svg b/launcher/resources/breeze_dark/scalable/shortcut.svg index 2f24b8c0..5559be1d 100644 --- a/launcher/resources/breeze_dark/scalable/shortcut.svg +++ b/launcher/resources/breeze_dark/scalable/shortcut.svg @@ -1,15 +1,18 @@ -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <style - type="text/css" - id="current-color-scheme"> - .ColorScheme-Text { - color:#eff0f1; - } - </style> - <rect fill="#7f8c8d" height="14" ry="2" width="22" y="4"/> - <path d="M1.818 4A1.815 1.815 0 0 0 0 5.818v10.364C0 17.189.811 18 1.818 18h18.364A1.815 1.815 0 0 0 22 16.182V5.818A1.815 1.815 0 0 0 20.182 4zM2 5h18c.554 0 1 .446 1 1v10c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1V6c0-.554.446-1 1-1z" style="fill:currentColor;fill-opacity:0.6;stroke:none" class="ColorScheme-Text"/> - <g fill="#fff"> - <path d="M4 7c-.554 0-1 .446-1 1v6c0 .554.446 1 1 1h5c.554 0 1-.446 1-1V8c0-.554-.446-1-1-1zm0 1h5v6H4zM13 7c-.554 0-1 .446-1 1v6c0 .554.446 1 1 1h5c.554 0 1-.446 1-1V8c0-.554-.446-1-1-1zm0 1h5v6h-5z"/> - <rect height="3" ry="1" width="6" x="8" y="9.5"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <defs id="defs3051"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#eff0f1; + } + </style> + </defs> + <g + transform="translate(-3,-1033.3622)"> + <path + style="fill:currentColor;fill-opacity:1;stroke:none" + d="M 4,7 C 3.4459904,7 3,7.4459904 3,8 l 0,6 c 0,0.55401 0.4459904,1 1,1 l 5,0 c 0.55401,0 1,-0.44599 1,-1 l 0,-1 2,0 0,1 c 0,0.554 0.44599,1 1,1 l 5,0 c 0.55401,0 1,-0.446 1,-1 L 19,8 C 19,7.446 18.55401,7 18,7 l -5,0 c -0.55401,0 -1,0.446 -1,1 l 0,1 -2,0 0,-1 C 10,7.4459904 9.55401,7 9,7 Z M 4,8 7,8 9,8 9,9 C 8.4459904,9 8,9.4459904 8,10 l 0,2 c 0,0.55401 0.4459904,1 1,1 l 0,1 -2,0 -3,0 z m 9,0 3,0 2,0 0,6 -2,0 -3,0 0,-1 c 0.55401,0 1,-0.44599 1,-1 l 0,-2 C 14,9.4459904 13.55401,9 13,9 Z m -4,2 4,0 0,2 -4,0 z" + transform="translate(0,1030.3622)" + id="rect4161" + class="ColorScheme-Text" /> + </g> </svg> |