From ef11dc6c8043736ddb5de602a719e6bd06951453 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 7 Jul 2024 18:07:30 +0200 Subject: [PATCH] feat(theme): add LDO Motion theme (#1932) --- public/img/themes/sidebarLogo-ldo.svg | 7 +++++++ src/store/variables.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 public/img/themes/sidebarLogo-ldo.svg diff --git a/public/img/themes/sidebarLogo-ldo.svg b/public/img/themes/sidebarLogo-ldo.svg new file mode 100644 index 000000000..d9a80686d --- /dev/null +++ b/public/img/themes/sidebarLogo-ldo.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index e7f896a73..a8c887e42 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -161,4 +161,11 @@ export const themes: Theme[] = [ colorLogo: '#FF2300', logo: { show: true, light: false }, }, + { + name: 'ldo', + displayName: 'LDO Motion (Sponsor)', + colorLogo: '#326799', + colorPrimary: '#326799', + logo: { show: true, light: false }, + }, ]