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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-27 20:39:36 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-28 09:41:58 +0300
commit4a646789c37eda99d431de84a2c4c5fed6c46152 (patch)
treef3cca2ce60d5fb4901947dcd848374c20883d0c0 /apps/theming/img
parent971e224ce47636e828ee9d2d8003d067bc3da0da (diff)
Add system/light themes
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/img')
-rw-r--r--apps/theming/img/default-source.svg13
-rw-r--r--apps/theming/img/default.jpgbin391078 -> 57394 bytes
-rw-r--r--apps/theming/img/light.jpgbin0 -> 391078 bytes
3 files changed, 13 insertions, 0 deletions
diff --git a/apps/theming/img/default-source.svg b/apps/theming/img/default-source.svg
new file mode 100644
index 00000000000..89711e2a0c8
--- /dev/null
+++ b/apps/theming/img/default-source.svg
@@ -0,0 +1,13 @@
+<svg width="800" height="500" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
+ <!-- Use this file to generate the default.jpg theme preview -->
+
+ <!-- Half rectangle light mask -->
+ <defs><mask id="a"><path d="M0 0h800L0 500Z" fill="#fff"/></mask></defs>
+ <!-- Dark and light images link -->
+ <image width="800" height="500" xlink:href="dark.jpg"/>
+ <image width="800" height="500" xlink:href="light.jpg" mask="url(#a)" fill="#fff"/>
+ <!-- White opacity layer -->
+ <path fill="#fff" opacity=".35" d="M0 0h800v500H0z"/>
+ <!-- Moon/sun icon -->
+ <path d="M358.82 162.36a58 58 0 0 0-26.63 48.81c0 20.6 10.74 38.6 26.9 48.81A48.85 48.85 0 0 1 310 211.17a48.82 48.81 0 0 1 48.82-48.81m102.69 13.3 12.7 12.7L336 326.55l-12.7-12.7 138.2-138.18m-54.85 21.57-13.14-8.26-12.78 8.88 3.73-15.1-12.34-9.4 15.53-1.06 5.15-14.65 5.95 14.47 15.35.27-11.98 10.02 4.53 14.83m-29.3 32.04-10.29-6.48-9.94 6.92 3.02-11.72-9.68-7.36 12.07-.8 4-11.45 4.53 11.27 12.07.27-9.32 7.72 3.55 11.63m83.52 35.14a48.82 48.81 0 0 1-48.82 48.82 48.7 48.7 0 0 1-28.93-9.5l68.25-68.25a48.7 48.7 0 0 1 9.5 28.93m-39.06 58.4 24.59-10.2-2.13 29.73-22.46-19.53m38.44-23.96 10.2-24.59L490 296.82l-29.73 2.04m10.2-44.02-10.11-24.68L490 232.3l-19.53 22.55m-92.75 57.78 24.59 10.2-22.46 19.44z" stroke="#000"/>
+</svg>
diff --git a/apps/theming/img/default.jpg b/apps/theming/img/default.jpg
index ad3fafd96f2..bbea0e905b9 100644
--- a/apps/theming/img/default.jpg
+++ b/apps/theming/img/default.jpg
Binary files differ
diff --git a/apps/theming/img/light.jpg b/apps/theming/img/light.jpg
new file mode 100644
index 00000000000..ad3fafd96f2
--- /dev/null
+++ b/apps/theming/img/light.jpg
Binary files differ