summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-09-24 17:55:17 +0200
committerAndreas Kainz <kainz.a@gmail.com>2020-09-24 20:36:46 +0200
commit4e7f0727f3b25c0f317e56e852aa4c2fd39ee355 (patch)
treeb6a6b96f8c89595fa7d879d9684f4f1c68174490 /icon-themes/colibre_svg
parent48f3ee275a085fc97c156038d2423b7fb1bec6d5 (diff)
plus minus sidebar icon theme update
Change-Id: I2b6f16b7c3ed6ca44ff166fcd30c16ec47376667 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103324 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/colibre_svg')
-rw-r--r--icon-themes/colibre_svg/res/minus.svg7
-rw-r--r--icon-themes/colibre_svg/res/plus.svg7
2 files changed, 12 insertions, 2 deletions
diff --git a/icon-themes/colibre_svg/res/minus.svg b/icon-themes/colibre_svg/res/minus.svg
index 966a8a0ef50e..404609b39ade 100644
--- a/icon-themes/colibre_svg/res/minus.svg
+++ b/icon-themes/colibre_svg/res/minus.svg
@@ -1 +1,6 @@
-<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><path d="m.5 3.5 5 5 5-5" fill="none" stroke="#505050" stroke-linecap="round" stroke-linejoin="round"/></svg> \ No newline at end of file
+<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#3a3a38"
+ d="M 1 5 L 1 6 L 10 6 L 10 5 L 1 5 z "
+ />
+</svg>
diff --git a/icon-themes/colibre_svg/res/plus.svg b/icon-themes/colibre_svg/res/plus.svg
index 5312a9fe7686..23660b55ea99 100644
--- a/icon-themes/colibre_svg/res/plus.svg
+++ b/icon-themes/colibre_svg/res/plus.svg
@@ -1 +1,6 @@
-<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><path d="m2.5.5 4.9995186 5-4.9995186 5" fill="none" stroke="#505050" stroke-linecap="round" stroke-linejoin="round"/></svg> \ No newline at end of file
+<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg">
+ <path
+ style="fill:#3a3a38"
+ d="m5 1v4h-4v1h4v4h1v-4h4v-1h-4v-4z"
+ />
+</svg>