mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add theme editor with Monaco and custom CSS injection
This commit is contained in:
parent
3e2d7a751c
commit
5a19e9fd12
23 changed files with 516 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue