diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-09-24 17:55:17 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-09-24 20:36:46 +0200 |
commit | 4e7f0727f3b25c0f317e56e852aa4c2fd39ee355 (patch) | |
tree | b6a6b96f8c89595fa7d879d9684f4f1c68174490 /icon-themes | |
parent | 48f3ee275a085fc97c156038d2423b7fb1bec6d5 (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')
-rw-r--r-- | icon-themes/breeze/sfx2/res/grip.png | bin | 157 -> 163 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark/sfx2/res/grip.png | bin | 157 -> 163 bytes | |||
-rw-r--r-- | icon-themes/breeze_dark_svg/sfx2/res/grip.svg | 2 | ||||
-rw-r--r-- | icon-themes/breeze_svg/sfx2/res/grip.svg | 2 | ||||
-rw-r--r-- | icon-themes/colibre/res/minus.png | bin | 239 -> 164 bytes | |||
-rw-r--r-- | icon-themes/colibre/res/plus.png | bin | 222 -> 173 bytes | |||
-rw-r--r-- | icon-themes/colibre_svg/res/minus.svg | 7 | ||||
-rw-r--r-- | icon-themes/colibre_svg/res/plus.svg | 7 |
8 files changed, 14 insertions, 4 deletions
diff --git a/icon-themes/breeze/sfx2/res/grip.png b/icon-themes/breeze/sfx2/res/grip.png Binary files differindex 588d7e4681d5..8a0ad5d16505 100644 --- a/icon-themes/breeze/sfx2/res/grip.png +++ b/icon-themes/breeze/sfx2/res/grip.png diff --git a/icon-themes/breeze_dark/sfx2/res/grip.png b/icon-themes/breeze_dark/sfx2/res/grip.png Binary files differindex 588d7e4681d5..383dc6d65830 100644 --- a/icon-themes/breeze_dark/sfx2/res/grip.png +++ b/icon-themes/breeze_dark/sfx2/res/grip.png diff --git a/icon-themes/breeze_dark_svg/sfx2/res/grip.svg b/icon-themes/breeze_dark_svg/sfx2/res/grip.svg index b6df27e932a0..1e06e2236e9e 100644 --- a/icon-themes/breeze_dark_svg/sfx2/res/grip.svg +++ b/icon-themes/breeze_dark_svg/sfx2/res/grip.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 1.0583333 4.2333335" width="4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="1" x2="3" y1="8" y2="8"><stop offset="0" stop-color="#22a7f0"/><stop offset="1" stop-color="#19b5fe"/></linearGradient><path d="m2 0v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1z" fill="url(#a)" transform="scale(.26458333)"/></svg>
\ No newline at end of file +<svg height="16" viewBox="0 0 4 16" width="4" xmlns="http://www.w3.org/2000/svg"><g fill="#eff0f1"><path d="m1 5h2v2h-2z"/><path d="m1 1h2v2h-2z"/><path d="m1 9h2v2h-2z"/><path d="m1 13h2v2h-2z"/></g></svg> diff --git a/icon-themes/breeze_svg/sfx2/res/grip.svg b/icon-themes/breeze_svg/sfx2/res/grip.svg index b6df27e932a0..80da8809945c 100644 --- a/icon-themes/breeze_svg/sfx2/res/grip.svg +++ b/icon-themes/breeze_svg/sfx2/res/grip.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 1.0583333 4.2333335" width="4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="1" x2="3" y1="8" y2="8"><stop offset="0" stop-color="#22a7f0"/><stop offset="1" stop-color="#19b5fe"/></linearGradient><path d="m2 0v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1zm0 1v1h1v-1zm0 1h-1v1h1z" fill="url(#a)" transform="scale(.26458333)"/></svg>
\ No newline at end of file +<svg height="16" viewBox="0 0 4 16" width="4" xmlns="http://www.w3.org/2000/svg">/><g fill="#3a3a38"><path d="m1 5h2v2h-2z"/><path d="m1 1h2v2h-2z"/><path d="m1 9h2v2h-2z"/><path d="m1 13h2v2h-2z"/></g></svg>
\ No newline at end of file diff --git a/icon-themes/colibre/res/minus.png b/icon-themes/colibre/res/minus.png Binary files differindex 63629b02f820..418382e2ac8e 100644 --- a/icon-themes/colibre/res/minus.png +++ b/icon-themes/colibre/res/minus.png diff --git a/icon-themes/colibre/res/plus.png b/icon-themes/colibre/res/plus.png Binary files differindex def0d22ec69b..5a0ba2a7b6d9 100644 --- a/icon-themes/colibre/res/plus.png +++ b/icon-themes/colibre/res/plus.png 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> |