mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
feat: add theme editor with Monaco and custom CSS injection
This commit is contained in:
@@ -15,7 +15,8 @@ export interface Theme {
|
||||
optional2?: HexColorType;
|
||||
};
|
||||
description?: string;
|
||||
author: number;
|
||||
author: string | undefined;
|
||||
authorName: string | undefined;
|
||||
isActive: boolean;
|
||||
code: string;
|
||||
createdAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user