diff options
author | 2018-07-07 22:14:59 +0200 | |
---|---|---|
committer | 2018-07-07 22:14:59 +0200 | |
commit | 34982741e4cfab35b65368c32a00c7b581daef89 (patch) | |
tree | 63b495797c847146eb97136ba14d5534cba560f7 /Flat-Remix-Light/panel/indicator-keyboard-Vi.svg | |
parent | a49b9759a06352f0e7ff0dc0098fb82d33b62985 (diff) | |
download | flat-remix-34982741e4cfab35b65368c32a00c7b581daef89.tar.gz flat-remix-34982741e4cfab35b65368c32a00c7b581daef89.zip |
Improve kde compatibility
Diffstat (limited to '')
-rw-r--r-- | Flat-Remix-Light/panel/indicator-keyboard-Vi.svg | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Flat-Remix-Light/panel/indicator-keyboard-Vi.svg b/Flat-Remix-Light/panel/indicator-keyboard-Vi.svg index 45504f336..0c1b0c9e4 100644 --- a/Flat-Remix-Light/panel/indicator-keyboard-Vi.svg +++ b/Flat-Remix-Light/panel/indicator-keyboard-Vi.svg @@ -1,6 +1,10 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> - <g> - <path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(19.215686%,21.176471%,23.137255%)" d="M 9.03125 7.007812 L 6.53125 15.007812 L 4.03125 7.007812" transform="matrix(0.5,0,0,0.5,0.5,0.5)"/> - <path style="fill:none;stroke-width:2;stroke-linecap:round;stroke:rgb(19.215686%,21.176471%,23.137255%)" d="M 13 15 L 17 15 M 13 7 L 17 7 M 15 15 L 15 7" transform="matrix(0.5,0,0,0.5,0.5,0.5)"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + </style> + </defs> + <rect style="opacity:0" width="22" height="22" x="0" y="0"/> + <path style="fill:none;stroke:currentColor;stroke-width:1.99999976;stroke-linecap:round;stroke-linejoin:round" class="ColorScheme-Text" d="M 9.0283159,7.0069168 6.5283168,15.006917 4.0283182,7.0069168"/> + <path style="fill:none;stroke:currentColor;stroke-width:1.99999976;stroke-linecap:round" class="ColorScheme-Text" d="m 13.000301,15 3.999999,0 m -3.999999,-8.0000003 3.999999,0 M 15.000303,15 l 0,-8.0000003"/> </svg> |