feat(theme): add Multec theme (#1934)
This commit is contained in:
1
public/img/themes/sidebarLogo-multec.svg
Normal file
1
public/img/themes/sidebarLogo-multec.svg
Normal 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 |
@@ -195,4 +195,11 @@ export const themes: Theme[] = [
|
|||||||
colorLogo: '#ef0025',
|
colorLogo: '#ef0025',
|
||||||
logo: { show: true, light: false },
|
logo: { show: true, light: false },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'multec',
|
||||||
|
displayName: 'Multec GmbH (Sponsor)',
|
||||||
|
colorLogo: '#234D7A',
|
||||||
|
colorPrimary: '#234D7A',
|
||||||
|
logo: { show: true, light: false },
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user