From d682d7c3668ccdf87cc77c42a8ba022f737d317d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98zzcatvs=E2=80=99?= <‘zzcatvs@gmail.com’> Date: Mon, 22 Jul 2024 15:00:25 +0800 Subject: [PATCH] add fysetc theme. --- public/img/themes/sidebarLogo-fysetc.svg | 22 ++++++++++++++++++++++ src/store/variables.ts | 6 ++++++ 2 files changed, 28 insertions(+) create mode 100644 public/img/themes/sidebarLogo-fysetc.svg diff --git a/public/img/themes/sidebarLogo-fysetc.svg b/public/img/themes/sidebarLogo-fysetc.svg new file mode 100644 index 000000000..bae0ff99b --- /dev/null +++ b/public/img/themes/sidebarLogo-fysetc.svg @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/src/store/variables.ts b/src/store/variables.ts index 23a7a4033..61879b7e1 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -202,4 +202,10 @@ export const themes: Theme[] = [ colorPrimary: '#234D7A', logo: { show: true, light: false }, }, + { + name: 'fysetc', + displayName: 'Fysetc', + colorLogo: '#FF2800', + logo: { show: true, light: false }, + }, ]