feat(theme): add Multec theme (#1934)

This commit is contained in:
Stefan Dej 2024-07-13 21:51:55 +02:00 committed by GitHub
parent fb56c6c3e3
commit 46e79c0cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 269 276" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M268.12,0.12l0.008,275.155l-68.979,-0.064l-0.267,-157.284l-40.772,53.236l0.027,-111.021l41.104,-60.039l68.879,0.017Z" style="fill:#234d7a;"/><path d="M0.12,0.12l0,275.238l69.027,-0.172l0.175,-157.186l41.04,53.115l-0.047,-111.4l-40.89,-59.521l-69.305,-0.074Z" style="fill:#234d7a;stroke:#000;stroke-width:0.24px;"/></svg>

After

Width:  |  Height:  |  Size: 794 B

View File

@ -195,4 +195,11 @@ export const themes: Theme[] = [
colorLogo: '#ef0025',
logo: { show: true, light: false },
},
{
name: 'multec',
displayName: 'Multec GmbH (Sponsor)',
colorLogo: '#234D7A',
colorPrimary: '#234D7A',
logo: { show: true, light: false },
},
]