cui/inc/strings.hrc                               |    2 
 cui/source/dialogs/about.cxx                      |   11 -
 cui/uiconfig/ui/aboutdialog.ui                    |   20 +-
 icon-themes/colibre/brand/intro-highres.png       |binary
 icon-themes/colibre/brand/intro.png               |binary
 icon-themes/colibre/brand/shell/logo.svg          |  188 ----------------------
 icon-themes/colibre/brand/shell/logo_inverted.svg |  188 ----------------------
 icon-themes/colibre/brand_dev/intro-highres.png   |binary
 icon-themes/colibre/brand_dev/intro.png           |binary
 setup_native/source/packinfo/osxdndinstall.png    |binary
 10 files changed, 21 insertions(+), 388 deletions(-)

New commits:
commit 1bc96e1d9c4d372761ac4b6a2891cbcc3768a60f
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Mon May 4 21:48:17 2020 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue May 5 07:52:28 2020 +0200

    Some improvements to About box and branding
    
    * Label left-aligned (tdf#132322)
    * Long build string cut at 25 chars
    * Extra text such as Tinderbox info wraps now at Misc
    * UI-Language shortened to just UI
    * More padding between about image and text
    
    * Splash screen uses Vegur font
    * Splash with small border
    * Non-TDF logos have a "Community Edition" text
    
    Change-Id: I1ec31e22052e365f28fe91de3e083252975911c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93444
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index df99edb217b2..fb5a67ef015d 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -386,7 +386,7 @@
 #define RID_SVXSTR_ABOUT_VENDOR                     NC_("aboutdialog|vendor", 
"This release was supplied by %OOOVENDOR.")
 #define RID_SVXSTR_ABOUT_BASED_ON                   
NC_("aboutdialog|libreoffice", "LibreOffice was based on OpenOffice.org.")
 #define RID_SVXSTR_ABOUT_DERIVED                    NC_("aboutdialog|derived", 
"%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org")
-#define RID_SVXSTR_ABOUT_UILOCALE                   
NC_("aboutdialog|uilocale", "UI-Language: $LOCALE")
+#define RID_SVXSTR_ABOUT_UILOCALE                   
NC_("aboutdialog|uilocale", "UI: $LOCALE")
 
 #define RID_SVXSTR_EDIT_PATHS                       
NC_("optpathspage|editpaths", "Edit Paths: %1")
 
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index c07a8c964586..953670ffa7ae 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -71,10 +71,13 @@ AboutDialog::AboutDialog(weld::Window *pParent)
   m_pVersionLabel->set_label(GetVersionString());
 
   OUString sbuildId = GetBuildString();
+  const long nMaxChar = 25;
   if (IsStringValidGitHash(sbuildId)) {
-    m_pBuildLabel->set_label(sbuildId);
-    m_pBuildLabel->set_uri(
-        "https://gerrit.libreoffice.org/gitweb?p=core.git;a=log;h="; + 
sbuildId);
+    
m_pBuildLabel->set_uri("https://gerrit.libreoffice.org/gitweb?p=core.git;a=log;h=";
+                           + sbuildId);
+    m_pBuildLabel->set_label(sbuildId.getLength() > nMaxChar ? 
sbuildId.replaceAt(
+                                 nMaxChar, sbuildId.getLength() - nMaxChar, 
"...")
+                                                             : sbuildId);
   } else {
     m_pBuildCaption->hide();
     m_pBuildLabel->hide();
@@ -104,7 +107,7 @@ AboutDialog::AboutDialog(weld::Window *pParent)
     m_pBrandImage->set_image(m_pVirDev.get());
     m_pVirDev.disposeAndClear();
   }
-  if (SfxApplication::loadBrandSvg("shell/about", aBackgroundBitmap, nWidth)) {
+  if (SfxApplication::loadBrandSvg("shell/about", aBackgroundBitmap, nWidth * 
0.9)) {
     ScopedVclPtr<VirtualDevice> m_pVirDev =
         m_pAboutImage->create_virtual_device();
     m_pVirDev->SetOutputSizePixel(aBackgroundBitmap.GetSizePixel());
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 5f3610856e34..9c4dee2e2d70 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -76,7 +76,7 @@
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="margin_left">12</property>
-                <property name="margin_right">12</property>
+                <property name="margin_right">24</property>
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
               </object>
@@ -116,8 +116,7 @@
                     <property name="hexpand">True</property>
                     <property name="label" translatable="yes" 
context="aboutdialog|lbVersion">Version:</property>
                     <property name="wrap">True</property>
-                    <property name="max_width_chars">50</property>
-                    <property name="xalign">1</property>
+                    <property name="xalign">0</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -130,7 +129,7 @@
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
                     <property name="label" translatable="yes" 
context="aboutdialog|lbBuild">Build:</property>
-                    <property name="xalign">1</property>
+                    <property name="xalign">0</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -143,7 +142,7 @@
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
                     <property name="label" translatable="yes" 
context="aboutdialog|lbEnvironment">Environment:</property>
-                    <property name="xalign">1</property>
+                    <property name="xalign">0</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -196,7 +195,8 @@
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
                     <property name="label" translatable="yes" 
context="aboutdialog|lbExtra">Misc:</property>
-                    <property name="xalign">1</property>
+                    <property name="xalign">0</property>
+                    <property name="yalign">0</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -209,6 +209,8 @@
                     <property name="can_focus">False</property>
                     <property name="xpad">6</property>
                     <property name="label">Calc</property>
+                    <property name="wrap">True</property>
+                    <property name="max_width_chars">25</property>
                     <property name="xalign">0</property>
                   </object>
                   <packing>
@@ -222,7 +224,7 @@
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
                     <property name="label" translatable="yes" 
context="aboutdialog|lbLocale">Locale:</property>
-                    <property name="xalign">1</property>
+                    <property name="xalign">0</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -247,7 +249,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" 
context="aboutdialog|lbUI">User Interface:</property>
-                    <property name="xalign">1</property>
+                    <property name="xalign">0</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -319,10 +321,10 @@ LibreOffice was based on OpenOffice.org</property>
               <object class="GtkBox">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="homogeneous">True</property>
                 <child>
                   <object class="GtkLinkButton" id="btnCredits">
                     <property name="label" translatable="yes" 
context="aboutdialog|credits">Credits</property>
+                    <property name="name">lbCredit</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
diff --git a/icon-themes/colibre/brand/intro-highres.png 
b/icon-themes/colibre/brand/intro-highres.png
index 4a24c08d1124..44fcca26a248 100644
Binary files a/icon-themes/colibre/brand/intro-highres.png and 
b/icon-themes/colibre/brand/intro-highres.png differ
diff --git a/icon-themes/colibre/brand/intro.png 
b/icon-themes/colibre/brand/intro.png
index 869d7893a86c..9f394337441b 100644
Binary files a/icon-themes/colibre/brand/intro.png and 
b/icon-themes/colibre/brand/intro.png differ
diff --git a/icon-themes/colibre/brand/shell/logo.svg 
b/icon-themes/colibre/brand/shell/logo.svg
index 0be64efdaf55..877f7ded9c8e 100644
--- a/icon-themes/colibre/brand/shell/logo.svg
+++ b/icon-themes/colibre/brand/shell/logo.svg
@@ -1,187 +1 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:ooo="http://xml.openoffice.org/svg/export";
-   xmlns:dc="http://purl.org/dc/elements/1.1/";
-   xmlns:cc="http://creativecommons.org/ns#";
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-   xmlns:svg="http://www.w3.org/2000/svg";
-   xmlns="http://www.w3.org/2000/svg";
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   version="1.2"
-   width="91.442924mm"
-   height="17.53381mm"
-   viewBox="0 0 9144.2926 1753.381"
-   preserveAspectRatio="xMidYMid"
-   xml:space="preserve"
-   id="svg2"
-   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
-   sodipodi:docname="logo.svg"
-   
style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
-     id="metadata2770"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; /><dc:title 
/></cc:Work></rdf:RDF></metadata><sodipodi:namedview
-     pagecolor="#000000"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="2933"
-     inkscape:window-height="1131"
-     id="namedview2768"
-     showgrid="false"
-     inkscape:zoom="5.4194062"
-     inkscape:cx="108.1132"
-     inkscape:cy="38.17298"
-     inkscape:window-x="274"
-     inkscape:window-y="77"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="g57"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:pagecheckerboard="true"
-     showguides="false" /><defs
-     class="ClipPathGroup"
-     id="defs4"><clipPath
-       id="presentation_clip_path"
-       clipPathUnits="userSpaceOnUse"><rect
-         x="0"
-         y="0"
-         width="17145"
-         height="2822"
-         id="rect7" /></clipPath><clipPath
-       id="presentation_clip_path_shrink"
-       clipPathUnits="userSpaceOnUse"><rect
-         x="17"
-         y="2"
-         width="17111"
-         height="2817"
-         id="rect10" /></clipPath></defs><defs
-     class="TextShapeIndex"
-     id="defs12"><g
-       ooo:slide="id1"
-       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 
id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 
id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 
id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 
id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 
id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 
id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 
id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 
id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 
id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 
id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 
id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 
id175 id176 id177 id178 id179 id180 id181 id182 i
 d183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 
id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 
id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 
id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 
id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 
id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 
id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 
id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 
id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 
id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 
id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 
id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 
id339 id340 id341 id342 id343 id344 id345 id346 id347 id348 id
 349 id350 id351 id352 id353 id354 id355 id356 id357 id358 id359 id360 id361 
id362 id363 id364 id365 id366 id367 id368 id369 id370 id371 id372 id373 id374 
id375 id376 id377 id378 id379 id380 id381 id382 id383 id384 id385 id386 id387 
id388 id389 id390 id391 id392 id393"
-       id="g14" /></defs><defs
-     class="EmbeddedBulletChars"
-     id="defs16"><g
-       id="bullet-char-template-57356"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 580,1141 1163,571 580,0 -4,571 Z"
-         id="path19"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-57354"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 8,1128 H 1137 V 0 H 8 Z"
-         id="path22"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10146"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
-         id="path25"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10132"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 
557 z"
-         id="path28"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10007"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 
0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 
64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 
594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 
641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 
-7,9 -10,24 -10,44 0,9 1,19 2,30 z"
-         id="path31"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10004"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 
14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 
59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 
-30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
-         id="path34"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-9679"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 
53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 
162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
-         id="path37"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-8226"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 
27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 
0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
-         id="path40"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-8211"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M -4,459 H 1135 V 606 H -4 Z"
-         id="path43"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-61548"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 
302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 
1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
-         id="path46"
-         inkscape:connector-curvature="0" /></g></defs><defs
-     class="TextEmbeddedBitmaps"
-     id="defs48" /><g
-     id="g50"
-     transform="translate(-3622.3661,-544.21894)"><g
-       id="id2"
-       class="Master_Slide"><g
-         id="bg-id2"
-         class="Background" /><g
-         id="bo-id2"
-         class="BackgroundObjects" /></g></g><g
-     class="SlideGroup"
-     id="g55"
-     transform="translate(-3622.3661,-544.21894)"><g
-       id="g57"><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2296"
-         d="m 5805.8552,1250.5354 v 1032.3801 h 666.052 v -156.522 h -462.906 
v -875.8581 z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2310"
-         d="m 6591.7962,2284.5805 h 204.811 v -744.3121 h -204.811 z m 
103.238,-807.5871 c 63.275,0 116.559,-51.619 116.559,-118.224 0,-63.275 
-53.284,-116.559 -116.559,-116.559 -66.605,0 -118.224,53.284 -118.224,116.559 
0,66.605 51.619,118.224 118.224,118.224 z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2324"
-         d="m 7149.6142,1626.8544 h -3.3299 v -439.594 h -203.146 v 1095.6551 
h 199.816 l 3.33,-86.587 h 3.3299 c 63.2741,71.601 128.2141,101.573 
231.4521,101.573 198.151,0 328.031,-178.169 328.031,-399.631 0,-214.801 
-116.559,-372.9891 -318.04,-372.9891 -108.233,0 -171.508,31.638 
-241.4431,101.573 z m -3.3299,268.0861 c 0,-128.215 58.28,-213.137 
166.513,-213.137 121.554,0 183.164,86.587 183.164,228.123 0,139.871 
-59.945,231.453 -179.834,231.453 -104.903,0 -169.843,-81.591 -169.843,-213.137 
z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2338"
-         d="m 8253.5943,1523.6164 c -96.577,6.66 -189.824,64.94 
-233.118,148.1971 h -1.66 l -4.99,-133.2111 h -199.815 v 744.3131 h 204.811 v 
-281.407 c 0,-148.196 26.642,-201.48 73.265,-234.783 41.628,-29.972 
89.917,-41.628 156.522,-44.958 z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2352"
-         d="m 8999.5725,1866.6335 c 0,-184.83 -113.2293,-343.0171 
-306.3841,-343.0171 -234.7831,0 -384.6451,161.5181 -384.6451,406.2921 0,239.778 
154.8571,367.993 384.6451,367.993 108.2328,0 183.1639,-16.651 254.7649,-49.954 
l -21.6469,-151.527 c -66.6051,28.308 -134.875,44.959 -208.1411,44.959 
-123.2191,0 -201.481,-56.614 -209.8061,-173.173 h 481.2221 c 6.66,-26.643 
9.9901,-69.936 9.9901,-101.573 z m -328.0313,-186.495 c 88.2521,0 129.88,71.601 
131.545,148.197 h -286.4019 c 14.9871,-84.922 74.9311,-148.197 
154.8569,-148.197 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2366"
-         d="m 9612.339,1235.5494 c -271.416,0 -496.207,199.815 
-496.207,531.1761 0,331.361 224.791,531.176 496.207,531.176 274.746,0 
497.874,-199.815 497.874,-531.176 0,-331.3611 -223.128,-531.1761 
-497.874,-531.1761 z m 0,103.238 c 204.811,0 358.004,153.192 358.004,427.9381 
0,276.411 -153.193,427.938 -358.004,427.938 -201.481,0 -356.338,-151.527 
-356.338,-427.938 0,-274.7461 154.857,-427.9381 356.338,-427.9381 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2380"
-         d="m 10303.369,1498.6394 v 46.624 h -119.89 v 96.5771 h 119.89 v 
639.41 h 128.214 v -639.41 h 188.159 v -96.5771 h -188.159 v -66.605 c 
0,-133.21 54.949,-211.471 158.187,-211.471 46.625,0 76.597,8.32 104.904,18.316 
l 13.32,-93.247 c -28.306,-11.656 -79.926,-21.647 -119.889,-21.647 -181.498,0 
-284.736,116.559 -284.736,328.03 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2394"
-         d="m 10724.646,1498.6394 v 46.624 h -119.89 v 96.5771 h 119.89 v 
639.41 h 128.214 v -639.41 h 188.161 v -96.5771 h -188.161 v -66.605 c 
0,-133.21 54.95,-211.471 158.189,-211.471 46.623,0 76.595,8.32 104.903,18.316 l 
13.321,-93.247 c -26.642,-11.656 -78.262,-21.647 -119.891,-21.647 -181.498,0 
-284.736,116.559 -284.736,328.03 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2408"
-         d="m 11185.887,2282.9155 h 129.88 v -737.6521 h -129.88 z m 
64.939,-845.8851 c 44.959,0 79.927,-34.968 79.927,-78.261 0,-44.959 
-34.968,-79.927 -79.927,-79.927 -44.958,0 -79.925,34.968 -79.925,79.927 
0,43.293 34.967,78.261 79.925,78.261 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2422"
-         d="m 11577.192,1911.5915 c 0,-186.494 111.563,-283.072 
256.429,-283.072 74.932,0 141.536,16.652 196.486,43.294 l 13.321,-98.2431 c 
-46.623,-21.647 -119.889,-43.293 -199.816,-43.293 -228.123,0 -399.631,138.2051 
-399.631,397.9651 0,243.109 154.857,369.659 359.668,369.659 91.583,0 
156.522,-9.99 231.453,-43.293 l -11.655,-96.578 c -64.941,29.973 
-133.212,43.294 -196.485,43.294 -148.197,0 -249.77,-93.248 -249.77,-289.733 z" 
/><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2436"
-         d="m 12759.433,1943.2295 c 3.33,-26.642 4.99,-49.954 4.99,-73.266 
0,-188.16 -99.908,-339.6861 -289.732,-339.6861 -204.811,0 -354.672,171.5081 
-354.672,397.9651 0,249.77 149.861,369.659 354.672,369.659 91.582,0 
159.852,-13.321 231.452,-43.293 l -11.655,-96.578 c -56.615,26.642 
-138.206,43.294 -201.481,43.294 -146.531,0 -243.109,-89.917 -244.774,-258.095 z 
m -294.728,-314.71 c 111.563,0 173.173,91.582 173.173,214.802 h -384.645 c 
18.317,-129.88 89.917,-214.802 211.472,-214.802 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2744"
-         d="m 4664.7371,544.21994 c -16.652,0 -33.303,9.99 -39.964,26.642 
-6.66,14.986 -3.33,33.302 8.33,44.958 l 366.329,366.328 c 11.656,13.322 
29.972,16.652 46.623,9.99 14.986,-6.66 26.642,-21.646 26.642,-38.298 v -367.993 
c 0,-21.647 -19.982,-41.628 -43.293,-41.628 z m 0,0 z" /><path
-         
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round;stroke-opacity:0"
-         inkscape:connector-curvature="0"
-         id="path2758"
-         d="m 3665.6601,544.21994 c -23.312,0 -43.294,19.981 -43.294,43.293 V 
2254.307 c 0,21.6459 19.982,41.628 43.294,43.293 h 1363.74 c 21.646,0 
41.628,-21.6471 41.628,-43.293 V 1180.2989 c 0,-11.656 -3.33,-21.647 
-11.656,-29.973 l -589.455,-592.78496 c -8.33,-8.33 -19.982,-13.321 
-31.638,-13.321 z m 41.628,86.586 h 712.675 l 566.143,567.80896 v 1012.398 h 
-1278.818 z m 0,0 z" /></g></g></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; version="1.2" width="345.611" 
height="71.5" viewBox="0 0 9144.293 1891.771" preserveAspectRatio="xMidYMid" 
fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round"><g 
class="SlideGroup"><path d="M2121.35 
79.926v1032.38h666.052V955.784h-462.906V79.926zM2916.513 
1113.971h204.811V369.66h-204.81zm103.238-807.587c63.275 0 116.56-51.619 
116.56-118.224 0-63.275-53.285-116.559-116.56-116.559-66.605 0-118.224 
53.284-118.224 116.559 0 66.605 51.62 118.224 118.224 118.224zM3474.331 
456.245h-3.33V16.651h-203.146v1095.655h199.816l3.33-86.587h3.33c63.274 71.601 
128.214 101.573 231.452 101.573 198.151 0 328.031-178.169 328.031-399.63 
0-214.802-116.559-372.99-318.04-372.99-108.233 0-171.508 31.638-241.443 
101.573zm-3.33 268.086c0-128.215 58.28-213.137 166.513-213.137 121.554 0 
183.164 86.587 183.164 228.123 0 139.871-59.944 231.453-179.833 231.453-104.903 
0-169.843-81.59-169.843-213.137zM4578.312 353.007c-96.577 6.66-189.824 
64.94-233.118 148.197h-1.
 66l-4.99-133.211h-199.815v744.313h204.81V830.9c0-148.196 26.643-201.48 
73.266-234.783 41.628-29.972 89.917-41.628 156.522-44.958zM5324.29 
696.024c0-184.83-113.23-343.017-306.384-343.017-234.783 0-384.645 
161.518-384.645 406.292 0 239.778 154.857 367.993 384.645 367.993 108.232 0 
183.164-16.65 254.765-49.954l-21.647-151.527c-66.605 28.308-134.875 
44.96-208.141 44.96-123.22 0-201.481-56.615-209.807-173.174H5314.3c6.66-26.643 
9.99-69.936 9.99-101.573zM4996.258 509.53c88.253 0 129.88 71.601 131.545 
148.197h-286.401c14.987-84.922 74.93-148.197 154.856-148.197z" 
fill="#18a303"/><path d="M5937.056 64.94c-271.416 0-496.207 199.815-496.207 
531.176 0 331.361 224.791 531.176 496.207 531.176 274.746 0 497.874-199.815 
497.874-531.176 0-331.361-223.128-531.176-497.874-531.176zm0 103.238c204.811 0 
358.004 153.192 358.004 427.938 0 276.411-153.193 427.938-358.004 
427.938-201.48 0-356.338-151.527-356.338-427.938 0-274.746 154.857-427.938 
356.338-427.938zM6628.086 328.03v46.624h-119.89v96.577h119.89v
 639.41H6756.3v-639.41h188.159v-96.577h-188.16v-66.605c0-133.21 54.95-211.471 
158.188-211.471 46.625 0 76.597 8.32 104.904 18.316l13.32-93.247C7004.405 9.991 
6952.785 0 6912.82 0c-181.497 0-284.735 116.559-284.735 328.03z"/><path 
d="M7049.363 
328.03v46.624h-119.89v96.577h119.89v639.41h128.214v-639.41h188.16v-96.577h-188.16v-66.605c0-133.21
 54.95-211.471 158.189-211.471 46.623 0 76.595 8.32 104.903 
18.316l13.32-93.247C7427.349 9.991 7375.729 0 7334.1 0c-181.498 0-284.736 
116.559-284.736 328.03zM7563.52 
1112.306h129.88V374.654h-129.88zm64.94-845.885c44.959 0 79.927-34.968 
79.927-78.261 0-44.959-34.968-79.927-79.927-79.927-44.958 0-79.925 
34.968-79.925 79.927 0 43.293 34.967 78.261 79.925 78.261zM7954.826 
740.982c0-186.494 111.563-283.072 256.429-283.072 74.932 0 141.536 16.652 
196.486 
43.294l13.32-98.243c-46.622-21.647-119.888-43.293-199.815-43.293-228.123 
0-399.631 138.205-399.631 397.965 0 243.11 154.857 369.66 359.668 369.66 91.583 
0 156.522-9.99 231.453-43.294l-11.655-96.578c-64.94
 1 29.973-133.212 43.294-196.485 43.294-148.197 
0-249.77-93.248-249.77-289.733zM9137.067 772.62c3.33-26.642 4.99-49.954 
4.99-73.266 0-188.16-99.908-339.686-289.732-339.686-204.811 0-354.672 
171.508-354.672 397.965 0 249.77 149.86 369.66 354.672 369.66 91.582 0 
159.852-13.322 231.452-43.294l-11.655-96.578c-56.615 26.642-138.206 
43.294-201.481 43.294-146.531 
0-243.11-89.917-244.774-258.095zm-294.728-314.71c111.563 0 173.173 91.582 
173.173 214.802h-384.645c18.317-129.88 89.917-214.802 
211.472-214.802zM1042.371.001c-16.652 0-33.303 9.99-39.964 26.642-6.66 
14.986-3.33 33.302 8.33 44.958l366.329 366.328c11.656 13.322 29.972 16.652 
46.623 9.99 14.986-6.66 26.642-21.646 
26.642-38.298V41.628c0-21.647-19.982-41.628-43.293-41.628zm0 
0zM43.294.001C19.982.001 0 19.982 0 43.294v1666.794c0 21.646 19.982 41.628 
43.294 43.293h1363.74c21.646 0 41.628-21.647 
41.628-43.293V636.08c0-11.656-3.33-21.647-11.656-29.973L847.551 13.322C839.221 
4.992 827.569.001 815.913.001zm41.628 86.586h712.675l566.143 567.80
 9v1012.398H84.922zm0 0z"/><text style="line-height:1.25" x="5741.905" 
y="2293.975" font-weight="400" font-size="1058.33" font-family="sans-serif" 
letter-spacing="0" word-spacing="0" stroke-width="746.707" 
transform="translate(-3622.366 -544.219)"><tspan x="5741.905" y="2293.975" 
style="-inkscape-font-specification:'Vegur, 
Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal"
 font-size="652.639" font-family="Vegur">Community 
Edition</tspan></text></g></svg>
\ No newline at end of file
diff --git a/icon-themes/colibre/brand/shell/logo_inverted.svg 
b/icon-themes/colibre/brand/shell/logo_inverted.svg
index 9034c66246f5..b607a6503aa4 100644
--- a/icon-themes/colibre/brand/shell/logo_inverted.svg
+++ b/icon-themes/colibre/brand/shell/logo_inverted.svg
@@ -1,187 +1 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:ooo="http://xml.openoffice.org/svg/export";
-   xmlns:dc="http://purl.org/dc/elements/1.1/";
-   xmlns:cc="http://creativecommons.org/ns#";
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-   xmlns:svg="http://www.w3.org/2000/svg";
-   xmlns="http://www.w3.org/2000/svg";
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   version="1.2"
-   width="91.442924mm"
-   height="17.53381mm"
-   viewBox="0 0 9144.2926 1753.381"
-   preserveAspectRatio="xMidYMid"
-   xml:space="preserve"
-   id="svg2"
-   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
-   sodipodi:docname="logo_inverted.svg"
-   
style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
-     id="metadata2770"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; /><dc:title 
/></cc:Work></rdf:RDF></metadata><sodipodi:namedview
-     pagecolor="#000000"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="2933"
-     inkscape:window-height="1131"
-     id="namedview2768"
-     showgrid="false"
-     inkscape:zoom="2.7097031"
-     inkscape:cx="271.08042"
-     inkscape:cy="80.272765"
-     inkscape:window-x="274"
-     inkscape:window-y="77"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="g57"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:pagecheckerboard="true"
-     showguides="false" /><defs
-     class="ClipPathGroup"
-     id="defs4"><clipPath
-       id="presentation_clip_path"
-       clipPathUnits="userSpaceOnUse"><rect
-         x="0"
-         y="0"
-         width="17145"
-         height="2822"
-         id="rect7" /></clipPath><clipPath
-       id="presentation_clip_path_shrink"
-       clipPathUnits="userSpaceOnUse"><rect
-         x="17"
-         y="2"
-         width="17111"
-         height="2817"
-         id="rect10" /></clipPath></defs><defs
-     class="TextShapeIndex"
-     id="defs12"><g
-       ooo:slide="id1"
-       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 
id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 
id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 
id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 
id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 
id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 
id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 
id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 
id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 
id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 
id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 
id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 
id175 id176 id177 id178 id179 id180 id181 id182 i
 d183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 
id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 
id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 
id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 
id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 
id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 
id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 
id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 
id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 
id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 
id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 
id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 
id339 id340 id341 id342 id343 id344 id345 id346 id347 id348 id
 349 id350 id351 id352 id353 id354 id355 id356 id357 id358 id359 id360 id361 
id362 id363 id364 id365 id366 id367 id368 id369 id370 id371 id372 id373 id374 
id375 id376 id377 id378 id379 id380 id381 id382 id383 id384 id385 id386 id387 
id388 id389 id390 id391 id392 id393"
-       id="g14" /></defs><defs
-     class="EmbeddedBulletChars"
-     id="defs16"><g
-       id="bullet-char-template-57356"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 580,1141 1163,571 580,0 -4,571 Z"
-         id="path19"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-57354"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 8,1128 H 1137 V 0 H 8 Z"
-         id="path22"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10146"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
-         id="path25"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10132"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 
557 z"
-         id="path28"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10007"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 
0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 
64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 
594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 
641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 
-7,9 -10,24 -10,44 0,9 1,19 2,30 z"
-         id="path31"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-10004"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 
14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 
59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 
-30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
-         id="path34"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-9679"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 
53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 
162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
-         id="path37"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-8226"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 
27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 
0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
-         id="path40"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-8211"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="M -4,459 H 1135 V 606 H -4 Z"
-         id="path43"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template-61548"
-       transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
-         d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 
302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 
1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
-         id="path46"
-         inkscape:connector-curvature="0" /></g></defs><defs
-     class="TextEmbeddedBitmaps"
-     id="defs48" /><g
-     id="g50"
-     transform="translate(-3622.3661,-544.21894)"><g
-       id="id2"
-       class="Master_Slide"><g
-         id="bg-id2"
-         class="Background" /><g
-         id="bo-id2"
-         class="BackgroundObjects" /></g></g><g
-     class="SlideGroup"
-     id="g55"
-     transform="translate(-3622.3661,-544.21894)"><g
-       id="g57"><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2296"
-         d="m 5805.8552,1250.5354 v 1032.3801 h 666.052 v -156.522 h -462.906 
v -875.8581 z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2310"
-         d="m 6591.7962,2284.5805 h 204.811 v -744.3121 h -204.811 z m 
103.238,-807.5871 c 63.275,0 116.559,-51.619 116.559,-118.224 0,-63.275 
-53.284,-116.559 -116.559,-116.559 -66.605,0 -118.224,53.284 -118.224,116.559 
0,66.605 51.619,118.224 118.224,118.224 z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2324"
-         d="m 7149.6142,1626.8544 h -3.3299 v -439.594 h -203.146 v 1095.6551 
h 199.816 l 3.33,-86.587 h 3.3299 c 63.2741,71.601 128.2141,101.573 
231.4521,101.573 198.151,0 328.031,-178.169 328.031,-399.631 0,-214.801 
-116.559,-372.9891 -318.04,-372.9891 -108.233,0 -171.508,31.638 
-241.4431,101.573 z m -3.3299,268.0861 c 0,-128.215 58.28,-213.137 
166.513,-213.137 121.554,0 183.164,86.587 183.164,228.123 0,139.871 
-59.945,231.453 -179.834,231.453 -104.903,0 -169.843,-81.591 -169.843,-213.137 
z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2338"
-         d="m 8253.5943,1523.6164 c -96.577,6.66 -189.824,64.94 
-233.118,148.1971 h -1.66 l -4.99,-133.2111 h -199.815 v 744.3131 h 204.811 v 
-281.407 c 0,-148.196 26.642,-201.48 73.265,-234.783 41.628,-29.972 
89.917,-41.628 156.522,-44.958 z" /><path
-         
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2352"
-         d="m 8999.5725,1866.6335 c 0,-184.83 -113.2293,-343.0171 
-306.3841,-343.0171 -234.7831,0 -384.6451,161.5181 -384.6451,406.2921 0,239.778 
154.8571,367.993 384.6451,367.993 108.2328,0 183.1639,-16.651 254.7649,-49.954 
l -21.6469,-151.527 c -66.6051,28.308 -134.875,44.959 -208.1411,44.959 
-123.2191,0 -201.481,-56.614 -209.8061,-173.173 h 481.2221 c 6.66,-26.643 
9.9901,-69.936 9.9901,-101.573 z m -328.0313,-186.495 c 88.2521,0 129.88,71.601 
131.545,148.197 h -286.4019 c 14.9871,-84.922 74.9311,-148.197 
154.8569,-148.197 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2366"
-         d="m 9612.339,1235.5494 c -271.416,0 -496.207,199.815 
-496.207,531.1761 0,331.361 224.791,531.176 496.207,531.176 274.746,0 
497.874,-199.815 497.874,-531.176 0,-331.3611 -223.128,-531.1761 
-497.874,-531.1761 z m 0,103.238 c 204.811,0 358.004,153.192 358.004,427.9381 
0,276.411 -153.193,427.938 -358.004,427.938 -201.481,0 -356.338,-151.527 
-356.338,-427.938 0,-274.7461 154.857,-427.9381 356.338,-427.9381 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2380"
-         d="m 10303.369,1498.6394 v 46.624 h -119.89 v 96.5771 h 119.89 v 
639.41 h 128.214 v -639.41 h 188.159 v -96.5771 h -188.159 v -66.605 c 
0,-133.21 54.949,-211.471 158.187,-211.471 46.625,0 76.597,8.32 104.904,18.316 
l 13.32,-93.247 c -28.306,-11.656 -79.926,-21.647 -119.889,-21.647 -181.498,0 
-284.736,116.559 -284.736,328.03 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2394"
-         d="m 10724.646,1498.6394 v 46.624 h -119.89 v 96.5771 h 119.89 v 
639.41 h 128.214 v -639.41 h 188.161 v -96.5771 h -188.161 v -66.605 c 
0,-133.21 54.95,-211.471 158.189,-211.471 46.623,0 76.595,8.32 104.903,18.316 l 
13.321,-93.247 c -26.642,-11.656 -78.262,-21.647 -119.891,-21.647 -181.498,0 
-284.736,116.559 -284.736,328.03 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2408"
-         d="m 11185.887,2282.9155 h 129.88 v -737.6521 h -129.88 z m 
64.939,-845.8851 c 44.959,0 79.927,-34.968 79.927,-78.261 0,-44.959 
-34.968,-79.927 -79.927,-79.927 -44.958,0 -79.925,34.968 -79.925,79.927 
0,43.293 34.967,78.261 79.925,78.261 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2422"
-         d="m 11577.192,1911.5915 c 0,-186.494 111.563,-283.072 
256.429,-283.072 74.932,0 141.536,16.652 196.486,43.294 l 13.321,-98.2431 c 
-46.623,-21.647 -119.889,-43.293 -199.816,-43.293 -228.123,0 -399.631,138.2051 
-399.631,397.9651 0,243.109 154.857,369.659 359.668,369.659 91.583,0 
156.522,-9.99 231.453,-43.293 l -11.655,-96.578 c -64.941,29.973 
-133.212,43.294 -196.485,43.294 -148.197,0 -249.77,-93.248 -249.77,-289.733 z" 
/><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2436"
-         d="m 12759.433,1943.2295 c 3.33,-26.642 4.99,-49.954 4.99,-73.266 
0,-188.16 -99.908,-339.6861 -289.732,-339.6861 -204.811,0 -354.672,171.5081 
-354.672,397.9651 0,249.77 149.861,369.659 354.672,369.659 91.582,0 
159.852,-13.321 231.452,-43.293 l -11.655,-96.578 c -56.615,26.642 
-138.206,43.294 -201.481,43.294 -146.531,0 -243.109,-89.917 -244.774,-258.095 z 
m -294.728,-314.71 c 111.563,0 173.173,91.582 173.173,214.802 h -384.645 c 
18.317,-129.88 89.917,-214.802 211.472,-214.802 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
-         inkscape:connector-curvature="0"
-         id="path2744"
-         d="m 4664.7371,544.21994 c -16.652,0 -33.303,9.99 -39.964,26.642 
-6.66,14.986 -3.33,33.302 8.33,44.958 l 366.329,366.328 c 11.656,13.322 
29.972,16.652 46.623,9.99 14.986,-6.66 26.642,-21.646 26.642,-38.298 v -367.993 
c 0,-21.647 -19.982,-41.628 -43.293,-41.628 z m 0,0 z" /><path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round;stroke-opacity:0"
-         inkscape:connector-curvature="0"
-         id="path2758"
-         d="m 3665.6601,544.21994 c -23.312,0 -43.294,19.981 -43.294,43.293 V 
2254.307 c 0,21.6459 19.982,41.628 43.294,43.293 h 1363.74 c 21.646,0 
41.628,-21.6471 41.628,-43.293 V 1180.2989 c 0,-11.656 -3.33,-21.647 
-11.656,-29.973 l -589.455,-592.78496 c -8.33,-8.33 -19.982,-13.321 
-31.638,-13.321 z m 41.628,86.586 h 712.675 l 566.143,567.80896 v 1012.398 h 
-1278.818 z m 0,0 z" /></g></g></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; version="1.2" width="345.611" 
height="71.5" viewBox="0 0 9144.293 1891.771" preserveAspectRatio="xMidYMid" 
fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round"><g 
class="SlideGroup"><path d="M2121.35 
79.926v1032.38h666.052V955.784h-462.906V79.926zM2916.513 
1113.971h204.811V369.66h-204.81zm103.238-807.587c63.275 0 116.56-51.619 
116.56-118.224 0-63.275-53.285-116.559-116.56-116.559-66.605 0-118.224 
53.284-118.224 116.559 0 66.605 51.62 118.224 118.224 118.224zM3474.331 
456.245h-3.33V16.651h-203.146v1095.655h199.816l3.33-86.587h3.33c63.274 71.601 
128.214 101.573 231.452 101.573 198.151 0 328.031-178.169 328.031-399.63 
0-214.802-116.559-372.99-318.04-372.99-108.233 0-171.508 31.638-241.443 
101.573zm-3.33 268.086c0-128.215 58.28-213.137 166.513-213.137 121.554 0 
183.164 86.587 183.164 228.123 0 139.871-59.944 231.453-179.833 231.453-104.903 
0-169.843-81.59-169.843-213.137zM4578.312 353.007c-96.577 6.66-189.824 
64.94-233.118 148.197h-1.
 66l-4.99-133.211h-199.815v744.313h204.81V830.9c0-148.196 26.643-201.48 
73.266-234.783 41.628-29.972 89.917-41.628 156.522-44.958zM5324.29 
696.024c0-184.83-113.23-343.017-306.384-343.017-234.783 0-384.645 
161.518-384.645 406.292 0 239.778 154.857 367.993 384.645 367.993 108.232 0 
183.164-16.65 254.765-49.954l-21.647-151.527c-66.605 28.308-134.875 
44.96-208.141 44.96-123.22 0-201.481-56.615-209.807-173.174H5314.3c6.66-26.643 
9.99-69.936 9.99-101.573zM4996.258 509.53c88.253 0 129.88 71.601 131.545 
148.197h-286.401c14.987-84.922 74.93-148.197 154.856-148.197z" 
fill="#18a303"/><path d="M5937.056 64.94c-271.416 0-496.207 199.815-496.207 
531.176 0 331.361 224.791 531.176 496.207 531.176 274.746 0 497.874-199.815 
497.874-531.176 0-331.361-223.128-531.176-497.874-531.176zm0 103.238c204.811 0 
358.004 153.192 358.004 427.938 0 276.411-153.193 427.938-358.004 
427.938-201.48 0-356.338-151.527-356.338-427.938 0-274.746 154.857-427.938 
356.338-427.938zM6628.086 328.03v46.624h-119.89v96.577h119.89v
 639.41H6756.3v-639.41h188.159v-96.577h-188.16v-66.605c0-133.21 54.95-211.471 
158.188-211.471 46.625 0 76.597 8.32 104.904 18.316l13.32-93.247C7004.405 9.991 
6952.785 0 6912.82 0c-181.497 0-284.735 116.559-284.735 328.03z" 
fill="#fff"/><path d="M7049.363 
328.03v46.624h-119.89v96.577h119.89v639.41h128.214v-639.41h188.16v-96.577h-188.16v-66.605c0-133.21
 54.95-211.471 158.189-211.471 46.623 0 76.595 8.32 104.903 
18.316l13.32-93.247C7427.349 9.991 7375.729 0 7334.1 0c-181.498 0-284.736 
116.559-284.736 328.03zM7563.52 
1112.306h129.88V374.654h-129.88zm64.94-845.885c44.959 0 79.927-34.968 
79.927-78.261 0-44.959-34.968-79.927-79.927-79.927-44.958 0-79.925 
34.968-79.925 79.927 0 43.293 34.967 78.261 79.925 78.261zM7954.826 
740.982c0-186.494 111.563-283.072 256.429-283.072 74.932 0 141.536 16.652 
196.486 
43.294l13.32-98.243c-46.622-21.647-119.888-43.293-199.815-43.293-228.123 
0-399.631 138.205-399.631 397.965 0 243.11 154.857 369.66 359.668 369.66 91.583 
0 156.522-9.99 231.453-43.294l-11.655-9
 6.578c-64.941 29.973-133.212 43.294-196.485 43.294-148.197 
0-249.77-93.248-249.77-289.733zM9137.067 772.62c3.33-26.642 4.99-49.954 
4.99-73.266 0-188.16-99.908-339.686-289.732-339.686-204.811 0-354.672 
171.508-354.672 397.965 0 249.77 149.86 369.66 354.672 369.66 91.582 0 
159.852-13.322 231.452-43.294l-11.655-96.578c-56.615 26.642-138.206 
43.294-201.481 43.294-146.531 
0-243.11-89.917-244.774-258.095zm-294.728-314.71c111.563 0 173.173 91.582 
173.173 214.802h-384.645c18.317-129.88 89.917-214.802 
211.472-214.802zM1042.371.001c-16.652 0-33.303 9.99-39.964 26.642-6.66 
14.986-3.33 33.302 8.33 44.958l366.329 366.328c11.656 13.322 29.972 16.652 
46.623 9.99 14.986-6.66 26.642-21.646 
26.642-38.298V41.628c0-21.647-19.982-41.628-43.293-41.628zm0 
0zM43.294.001C19.982.001 0 19.982 0 43.294v1666.794c0 21.646 19.982 41.628 
43.294 43.293h1363.74c21.646 0 41.628-21.647 
41.628-43.293V636.08c0-11.656-3.33-21.647-11.656-29.973L847.551 13.322C839.221 
4.992 827.569.001 815.913.001zm41.628 86.586h712.675l56
 6.143 567.809v1012.398H84.922zm0 0z" fill="#fff"/><text 
style="line-height:1.25" x="5741.905" y="2293.975" font-weight="400" 
font-size="1058.33" font-family="sans-serif" letter-spacing="0" 
word-spacing="0" fill="#fff" stroke-width="746.707" 
transform="translate(-3622.366 -544.219)"><tspan x="5741.905" y="2293.975" 
style="-inkscape-font-specification:'Vegur, 
Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal"
 font-size="652.639" font-family="Vegur">Community 
Edition</tspan></text></g></svg>
\ No newline at end of file
diff --git a/icon-themes/colibre/brand_dev/intro-highres.png 
b/icon-themes/colibre/brand_dev/intro-highres.png
index c72e05aaead7..f1871877953b 100644
Binary files a/icon-themes/colibre/brand_dev/intro-highres.png and 
b/icon-themes/colibre/brand_dev/intro-highres.png differ
diff --git a/icon-themes/colibre/brand_dev/intro.png 
b/icon-themes/colibre/brand_dev/intro.png
index ef708f479ec3..0c7ec8d9f4cf 100644
Binary files a/icon-themes/colibre/brand_dev/intro.png and 
b/icon-themes/colibre/brand_dev/intro.png differ
diff --git a/setup_native/source/packinfo/osxdndinstall.png 
b/setup_native/source/packinfo/osxdndinstall.png
index e9d273aaca3e..bab0797ad0af 100644
Binary files a/setup_native/source/packinfo/osxdndinstall.png and 
b/setup_native/source/packinfo/osxdndinstall.png differ
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to