Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElsie Hupp <9206310+elsiehupp@users.noreply.github.com>2021-03-10 00:00:13 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2022-05-06 11:04:21 +0300
commitf929d1bef047e989259426e59757ff659c0ec4e0 (patch)
tree42278d4b4f3480ec0c8dd8b4e3cfe7daa4aa7085
parent87c20089a02c6a478df6ed8f01d6635b70fa5419 (diff)
Use full-bleed Start Tile
Signed-off-by: Elsie Hupp <9206310+elsiehupp@users.noreply.github.com>
-rw-r--r--theme/colored/Nextcloud-icon-square.svg11
-rw-r--r--theme/colored/Nextcloud-w10starttile.pngbin0 -> 547962 bytes
-rw-r--r--theme/nextcloud.VisualElementsManifest.xml7
3 files changed, 14 insertions, 4 deletions
diff --git a/theme/colored/Nextcloud-icon-square.svg b/theme/colored/Nextcloud-icon-square.svg
new file mode 100644
index 000000000..7fa9fade1
--- /dev/null
+++ b/theme/colored/Nextcloud-icon-square.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="100%" height="100%" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
+ <g transform="matrix(1.08387,0,0,1.08202,-8.12397,-4.83413)">
+ <rect x="7.495" y="4.468" width="147.619" height="147.871" style="fill:url(#_Linear1);"/>
+ </g>
+ <path id="path1052" d="M80.101,49.71C66.308,49.71 54.617,59.061 50.994,71.73C47.845,65.01 41.021,60.302 33.161,60.302C22.351,60.302 13.465,69.188 13.465,79.998C13.465,90.808 22.351,99.698 33.161,99.698C41.021,99.698 47.845,94.987 50.994,88.266C54.617,100.936 66.308,110.29 80.101,110.29C93.793,110.29 105.424,101.077 109.14,88.55C112.347,95.118 119.087,99.698 126.835,99.698C137.645,99.698 146.535,90.808 146.535,79.998C146.535,69.188 137.645,60.302 126.835,60.302C119.087,60.302 112.347,64.879 109.14,71.446C105.424,58.92 93.793,49.71 80.101,49.71ZM80.101,61.272C90.514,61.272 98.832,69.586 98.832,79.998C98.832,90.41 90.514,98.728 80.101,98.728C69.689,98.728 61.375,90.41 61.375,79.998C61.375,69.586 69.689,61.272 80.101,61.272ZM33.161,71.864C37.722,71.864 41.298,75.436 41.298,79.998C41.298,84.56 37.722,88.136 33.161,88.136C28.599,88.136 25.027,84.56 25.027,79.998C25.027,75.436 28.599,71.864 33.161,71.864ZM126.835,71.864C131.397,71.864 134.973,75.436 134.973,79.998C134.973,84.56 131.397,88.136 126.835,88.136C122.274,88.136 118.702,84.56 118.702,79.998C118.702,75.436 122.274,71.864 126.835,71.864Z" style="fill:white;fill-rule:nonzero;"/>
+ <defs>
+ <linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(145.774,-146.947,146.696,146.023,8.41794,151.415)"><stop offset="0" style="stop-color:rgb(0,131,201);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(28,175,255);stop-opacity:1"/></linearGradient>
+ </defs>
+</svg>
diff --git a/theme/colored/Nextcloud-w10starttile.png b/theme/colored/Nextcloud-w10starttile.png
new file mode 100644
index 000000000..91428df75
--- /dev/null
+++ b/theme/colored/Nextcloud-w10starttile.png
Binary files differ
diff --git a/theme/nextcloud.VisualElementsManifest.xml b/theme/nextcloud.VisualElementsManifest.xml
index acdc31272..424d569fc 100644
--- a/theme/nextcloud.VisualElementsManifest.xml
+++ b/theme/nextcloud.VisualElementsManifest.xml
@@ -1,8 +1,7 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
- BackgroundColor="#151e3d"
ForegroundText="light"
- ShowNameOnSquare150x150Logo="on"
- Square150x150Logo="visualelements\150-Nextcloud-w10startmenu.png"
- Square70x70Logo="visualelements\70-Nextcloud-w10startmenu.png"/>
+ ShowNameOnSquare150x150Logo="on"
+ Square150x150Logo="visualelements\Nextcloud-w10starttile.png"
+ Square70x70Logo="visualelements\Nextcloud-w10starttile.png"/>
</Application> \ No newline at end of file