diff options
Diffstat (limited to 'Flat-Remix/panel/gitter-indicator.svg')
-rw-r--r-- | Flat-Remix/panel/gitter-indicator.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix/panel/gitter-indicator.svg b/Flat-Remix/panel/gitter-indicator.svg index 0a1f2422e..49340c3b5 100644 --- a/Flat-Remix/panel/gitter-indicator.svg +++ b/Flat-Remix/panel/gitter-indicator.svg @@ -1,5 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> - <g> - <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 3 2.5 L 3 7 L 4 7 L 4 2.5 Z M 4.5 3.5 L 4.5 9.5 L 5.5 9.5 L 5.5 3.5 Z M 6 3.5 L 6 9.5 L 7 9.5 L 7 3.5 Z M 7.5 3.5 L 7.5 7 L 8.5 7 L 8.5 3.5 Z M 7.5 3.5"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> + <defs> + <style type="text/css"> + .ColorScheme-Text { color:#d3dae3; } .ColorScheme-Highlight { color:#5294e2; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Text" d="m5 4v9h2v-9zm3 2v12h2v-12zm3 0v12h2v-12zm3 0v7h2v-7z"/> </svg> |