mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add theme props
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
type CustomTheme = {
|
||||
name: string;
|
||||
description: string;
|
||||
defaultColour: string;
|
||||
CanChangeColour: boolean;
|
||||
CustomCSS: string;
|
||||
CustomImages: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user