From 98f292390239b530ffad3b6c9340d182a8aa834f Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Mon, 8 Oct 2018 07:42:36 +0200 Subject: Personas: add 6 new default themes design part of the personas patch Change-Id: I53c3b4d7dd6a4b47ac2d27b361978faa597386e6 Reviewed-on: https://gerrit.libreoffice.org/61507 Tested-by: Jenkins Reviewed-by: Muhammet Kara Reviewed-by: Michael Stahl Reviewed-by: andreas_kainz --- extras/Module_extras.mk | 10 + extras/Persona_dark.mk | 18 ++ extras/Persona_gray.mk | 18 ++ extras/Persona_green.mk | 18 ++ extras/Persona_pink.mk | 18 ++ extras/Persona_sand.mk | 18 ++ extras/Persona_white.mk | 18 ++ extras/Personas.mk | 16 ++ extras/source/gallery/personas/dark/dark.svg | 254 +++++++++++++++++++++++ extras/source/gallery/personas/dark/footer.png | Bin 0 -> 3414 bytes extras/source/gallery/personas/dark/header.png | Bin 0 -> 8051 bytes extras/source/gallery/personas/dark/preview.png | Bin 0 -> 3128 bytes extras/source/gallery/personas/gray/footer.png | Bin 0 -> 1627 bytes extras/source/gallery/personas/gray/gray.svg | 106 ++++++++++ extras/source/gallery/personas/gray/header.png | Bin 0 -> 3043 bytes extras/source/gallery/personas/gray/preview.png | Bin 0 -> 678 bytes extras/source/gallery/personas/green/footer.png | Bin 0 -> 1699 bytes extras/source/gallery/personas/green/green.svg | 112 ++++++++++ extras/source/gallery/personas/green/header.png | Bin 0 -> 3187 bytes extras/source/gallery/personas/green/preview.png | Bin 0 -> 731 bytes extras/source/gallery/personas/personas_list.txt | 6 + extras/source/gallery/personas/pink/footer.png | Bin 0 -> 5271 bytes extras/source/gallery/personas/pink/header.png | Bin 0 -> 8995 bytes extras/source/gallery/personas/pink/pink.svg | 202 ++++++++++++++++++ extras/source/gallery/personas/pink/preview.png | Bin 0 -> 1530 bytes extras/source/gallery/personas/sand/footer.png | Bin 0 -> 99807 bytes extras/source/gallery/personas/sand/header.png | Bin 0 -> 224417 bytes extras/source/gallery/personas/sand/preview.png | Bin 0 -> 38826 bytes extras/source/gallery/personas/white/footer.png | Bin 0 -> 1588 bytes extras/source/gallery/personas/white/header.png | Bin 0 -> 3001 bytes extras/source/gallery/personas/white/preview.png | Bin 0 -> 663 bytes extras/source/gallery/personas/white/white.svg | 103 +++++++++ 32 files changed, 917 insertions(+) create mode 100644 extras/Persona_dark.mk create mode 100644 extras/Persona_gray.mk create mode 100644 extras/Persona_green.mk create mode 100644 extras/Persona_pink.mk create mode 100644 extras/Persona_sand.mk create mode 100644 extras/Persona_white.mk create mode 100644 extras/Personas.mk create mode 100644 extras/source/gallery/personas/dark/dark.svg create mode 100644 extras/source/gallery/personas/dark/footer.png create mode 100644 extras/source/gallery/personas/dark/header.png create mode 100644 extras/source/gallery/personas/dark/preview.png create mode 100644 extras/source/gallery/personas/gray/footer.png create mode 100644 extras/source/gallery/personas/gray/gray.svg create mode 100644 extras/source/gallery/personas/gray/header.png create mode 100644 extras/source/gallery/personas/gray/preview.png create mode 100644 extras/source/gallery/personas/green/footer.png create mode 100644 extras/source/gallery/personas/green/green.svg create mode 100644 extras/source/gallery/personas/green/header.png create mode 100644 extras/source/gallery/personas/green/preview.png create mode 100644 extras/source/gallery/personas/personas_list.txt create mode 100644 extras/source/gallery/personas/pink/footer.png create mode 100644 extras/source/gallery/personas/pink/header.png create mode 100644 extras/source/gallery/personas/pink/pink.svg create mode 100644 extras/source/gallery/personas/pink/preview.png create mode 100644 extras/source/gallery/personas/sand/footer.png create mode 100644 extras/source/gallery/personas/sand/header.png create mode 100644 extras/source/gallery/personas/sand/preview.png create mode 100644 extras/source/gallery/personas/white/footer.png create mode 100644 extras/source/gallery/personas/white/header.png create mode 100644 extras/source/gallery/personas/white/preview.png create mode 100644 extras/source/gallery/personas/white/white.svg (limited to 'extras') diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk index c7101000b79c..9404299c8dbc 100644 --- a/extras/Module_extras.mk +++ b/extras/Module_extras.mk @@ -72,6 +72,16 @@ $(eval $(call gb_Module_add_targets,extras,\ )) endif +$(eval $(call gb_Module_add_targets,extras,\ + Personas \ + Persona_dark \ + Persona_gray \ + Persona_green \ + Persona_pink \ + Persona_sand \ + Persona_white \ +)) + $(eval $(call gb_Module_add_targets,extras,\ CustomTarget_opensymbol \ )) diff --git a/extras/Persona_dark.mk b/extras/Persona_dark.mk new file mode 100644 index 000000000000..9c27dd05c049 --- /dev/null +++ b/extras/Persona_dark.mk @@ -0,0 +1,18 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_persona_dark,$(SRCDIR)/extras/source/gallery/personas/dark)) + +$(eval $(call gb_Package_add_files,extras_persona_dark,$(LIBO_SHARE_FOLDER)/gallery/personas/dark,\ + footer.png \ + header.png \ + preview.png \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Persona_gray.mk b/extras/Persona_gray.mk new file mode 100644 index 000000000000..4c2ae61f248d --- /dev/null +++ b/extras/Persona_gray.mk @@ -0,0 +1,18 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_persona_gray,$(SRCDIR)/extras/source/gallery/personas/gray)) + +$(eval $(call gb_Package_add_files,extras_persona_gray,$(LIBO_SHARE_FOLDER)/gallery/personas/gray,\ + footer.png \ + header.png \ + preview.png \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Persona_green.mk b/extras/Persona_green.mk new file mode 100644 index 000000000000..2c89f15cd640 --- /dev/null +++ b/extras/Persona_green.mk @@ -0,0 +1,18 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_persona_green,$(SRCDIR)/extras/source/gallery/personas/green)) + +$(eval $(call gb_Package_add_files,extras_persona_green,$(LIBO_SHARE_FOLDER)/gallery/personas/green,\ + footer.png \ + header.png \ + preview.png \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Persona_pink.mk b/extras/Persona_pink.mk new file mode 100644 index 000000000000..d60d1962b5d9 --- /dev/null +++ b/extras/Persona_pink.mk @@ -0,0 +1,18 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_persona_pink,$(SRCDIR)/extras/source/gallery/personas/pink)) + +$(eval $(call gb_Package_add_files,extras_persona_pink,$(LIBO_SHARE_FOLDER)/gallery/personas/pink,\ + footer.png \ + header.png \ + preview.png \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Persona_sand.mk b/extras/Persona_sand.mk new file mode 100644 index 000000000000..113cdfbd6c4d --- /dev/null +++ b/extras/Persona_sand.mk @@ -0,0 +1,18 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_persona_sand,$(SRCDIR)/extras/source/gallery/personas/sand)) + +$(eval $(call gb_Package_add_files,extras_persona_sand,$(LIBO_SHARE_FOLDER)/gallery/personas/sand,\ + footer.png \ + header.png \ + preview.png \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Persona_white.mk b/extras/Persona_white.mk new file mode 100644 index 000000000000..ff830d8ab953 --- /dev/null +++ b/extras/Persona_white.mk @@ -0,0 +1,18 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_persona_white,$(SRCDIR)/extras/source/gallery/personas/white)) + +$(eval $(call gb_Package_add_files,extras_persona_white,$(LIBO_SHARE_FOLDER)/gallery/personas/white,\ + footer.png \ + header.png \ + preview.png \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Personas.mk b/extras/Personas.mk new file mode 100644 index 000000000000..3f6e1089cee0 --- /dev/null +++ b/extras/Personas.mk @@ -0,0 +1,16 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_personas,$(SRCDIR)/extras/source/gallery/personas/)) + +$(eval $(call gb_Package_add_files,extras_personas,$(LIBO_SHARE_FOLDER)/gallery/personas/,\ + personas_list.txt \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/source/gallery/personas/dark/dark.svg b/extras/source/gallery/personas/dark/dark.svg new file mode 100644 index 000000000000..068596cbf389 --- /dev/null +++ b/extras/source/gallery/personas/dark/dark.svg @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/extras/source/gallery/personas/dark/footer.png b/extras/source/gallery/personas/dark/footer.png new file mode 100644 index 000000000000..2a91a0898847 Binary files /dev/null and b/extras/source/gallery/personas/dark/footer.png differ diff --git a/extras/source/gallery/personas/dark/header.png b/extras/source/gallery/personas/dark/header.png new file mode 100644 index 000000000000..e68ca161f696 Binary files /dev/null and b/extras/source/gallery/personas/dark/header.png differ diff --git a/extras/source/gallery/personas/dark/preview.png b/extras/source/gallery/personas/dark/preview.png new file mode 100644 index 000000000000..962acf47a194 Binary files /dev/null and b/extras/source/gallery/personas/dark/preview.png differ diff --git a/extras/source/gallery/personas/gray/footer.png b/extras/source/gallery/personas/gray/footer.png new file mode 100644 index 000000000000..22820c4aec60 Binary files /dev/null and b/extras/source/gallery/personas/gray/footer.png differ diff --git a/extras/source/gallery/personas/gray/gray.svg b/extras/source/gallery/personas/gray/gray.svg new file mode 100644 index 000000000000..55a04aac8510 --- /dev/null +++ b/extras/source/gallery/personas/gray/gray.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + diff --git a/extras/source/gallery/personas/gray/header.png b/extras/source/gallery/personas/gray/header.png new file mode 100644 index 000000000000..4c3af31a010a Binary files /dev/null and b/extras/source/gallery/personas/gray/header.png differ diff --git a/extras/source/gallery/personas/gray/preview.png b/extras/source/gallery/personas/gray/preview.png new file mode 100644 index 000000000000..217fec024058 Binary files /dev/null and b/extras/source/gallery/personas/gray/preview.png differ diff --git a/extras/source/gallery/personas/green/footer.png b/extras/source/gallery/personas/green/footer.png new file mode 100644 index 000000000000..6904232a12d5 Binary files /dev/null and b/extras/source/gallery/personas/green/footer.png differ diff --git a/extras/source/gallery/personas/green/green.svg b/extras/source/gallery/personas/green/green.svg new file mode 100644 index 000000000000..a6d8326467f9 --- /dev/null +++ b/extras/source/gallery/personas/green/green.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + diff --git a/extras/source/gallery/personas/green/header.png b/extras/source/gallery/personas/green/header.png new file mode 100644 index 000000000000..ab398388df4d Binary files /dev/null and b/extras/source/gallery/personas/green/header.png differ diff --git a/extras/source/gallery/personas/green/preview.png b/extras/source/gallery/personas/green/preview.png new file mode 100644 index 000000000000..87fed6d4e5d7 Binary files /dev/null and b/extras/source/gallery/personas/green/preview.png differ diff --git a/extras/source/gallery/personas/personas_list.txt b/extras/source/gallery/personas/personas_list.txt new file mode 100644 index 000000000000..0412b5b59a02 --- /dev/null +++ b/extras/source/gallery/personas/personas_list.txt @@ -0,0 +1,6 @@ +white;White;white/preview.png;white/header.png;white/footer.png;;#000000;#ffffff +gray;Gray;gray/preview.png;gray/header.png;gray/footer.png;;#000000;#ffffff +dark;Dark;dark/preview.png;dark/header.png;dark/footer.png;#ffffff;#000000 +pink;Pink;pink/preview.png;pink/header.png;pink/footer.png;;#000000;#ffffff +sand;Sand;sand/preview.png;sand/header.png;sand/footer.png;;#000000;#ffffff +green;Green;green/preview.png;green/header.png;green/footer.png;;#000000;#ffffff diff --git a/extras/source/gallery/personas/pink/footer.png b/extras/source/gallery/personas/pink/footer.png new file mode 100644 index 000000000000..4e6d0e50164e Binary files /dev/null and b/extras/source/gallery/personas/pink/footer.png differ diff --git a/extras/source/gallery/personas/pink/header.png b/extras/source/gallery/personas/pink/header.png new file mode 100644 index 000000000000..164f6a5cafc8 Binary files /dev/null and b/extras/source/gallery/personas/pink/header.png differ diff --git a/extras/source/gallery/personas/pink/pink.svg b/extras/source/gallery/personas/pink/pink.svg new file mode 100644 index 000000000000..84daf09b802c --- /dev/null +++ b/extras/source/gallery/personas/pink/pink.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extras/source/gallery/personas/pink/preview.png b/extras/source/gallery/personas/pink/preview.png new file mode 100644 index 000000000000..36b0dd919301 Binary files /dev/null and b/extras/source/gallery/personas/pink/preview.png differ diff --git a/extras/source/gallery/personas/sand/footer.png b/extras/source/gallery/personas/sand/footer.png new file mode 100644 index 000000000000..55af9f450ce8 Binary files /dev/null and b/extras/source/gallery/personas/sand/footer.png differ diff --git a/extras/source/gallery/personas/sand/header.png b/extras/source/gallery/personas/sand/header.png new file mode 100644 index 000000000000..20c173a5f7b0 Binary files /dev/null and b/extras/source/gallery/personas/sand/header.png differ diff --git a/extras/source/gallery/personas/sand/preview.png b/extras/source/gallery/personas/sand/preview.png new file mode 100644 index 000000000000..1a0fc4bb8677 Binary files /dev/null and b/extras/source/gallery/personas/sand/preview.png differ diff --git a/extras/source/gallery/personas/white/footer.png b/extras/source/gallery/personas/white/footer.png new file mode 100644 index 000000000000..7d1db07c967a Binary files /dev/null and b/extras/source/gallery/personas/white/footer.png differ diff --git a/extras/source/gallery/personas/white/header.png b/extras/source/gallery/personas/white/header.png new file mode 100644 index 000000000000..c9da3324b4f7 Binary files /dev/null and b/extras/source/gallery/personas/white/header.png differ diff --git a/extras/source/gallery/personas/white/preview.png b/extras/source/gallery/personas/white/preview.png new file mode 100644 index 000000000000..90a2695b267a Binary files /dev/null and b/extras/source/gallery/personas/white/preview.png differ diff --git a/extras/source/gallery/personas/white/white.svg b/extras/source/gallery/personas/white/white.svg new file mode 100644 index 000000000000..6ff5853bd289 --- /dev/null +++ b/extras/source/gallery/personas/white/white.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + -- cgit