From bc2baf68535920331fd9fcddf9a0730190063fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 14 Dec 2018 11:21:20 +0100 Subject: [PATCH] Adding example theme --- themes/example.json | 20 ++++++++++++++++++++ themes/example/logo-icon.svg | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 themes/example.json create mode 100644 themes/example/logo-icon.svg diff --git a/themes/example.json b/themes/example.json new file mode 100644 index 00000000000..931e57239b2 --- /dev/null +++ b/themes/example.json @@ -0,0 +1,20 @@ +{ + "general": { + "name": "Custom Cloud", + "slogan": "Your custom cloud, personalized for you!" + }, + "colors": { + "primary": "#745bca", + "secondary": "#d4778a", + "accent": "#F5F7F9", + "info": "#6A9EFF", + "success": "#32D296", + "warning": "#FAA05A", + "error": "#F0506E" + }, + "logo": { + "mini": "themes/example/logo-icon.svg", + "small": "themes/example/logo-icon.svg", + "big": "themes/example/logo-icon.svg" + } +} diff --git a/themes/example/logo-icon.svg b/themes/example/logo-icon.svg new file mode 100644 index 00000000000..925152145fe --- /dev/null +++ b/themes/example/logo-icon.svg @@ -0,0 +1,2 @@ + +