Refine theme preview (currently placeholder from GitHub)

This commit is contained in:
grimsi
2024-03-19 15:11:25 +01:00
parent 87a4d50190
commit ce9351f56b
4 changed files with 36 additions and 13 deletions
+1
View File
@@ -1,6 +1,7 @@
export class Theme {
constructor(
public readonly name: string,
public readonly background: string,
public readonly primary: string,
public readonly secondary?: string,
public readonly tertiary?: string