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/public/img/themes/sidebarLogo-yumi.svg b/public/img/themes/sidebarLogo-yumi.svg new file mode 100644 index 000000000..0b3c6b4ce --- /dev/null +++ b/public/img/themes/sidebarLogo-yumi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index db05293e8..9e48fbdde 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -161,6 +161,20 @@ 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 }, + }, + { + name: 'yumi', + displayName: 'YUMI (Sponsor)', + colorLogo: '#F6CF3D', + colorPrimary: '#F6CF3D', + logo: { show: true, light: false }, + }, { name: 'vzbot', displayName: 'VzBot',