mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
Merge pull request #535 from stefandevo/v0.12.0rc
feat: add font customization and 8 new themes
This commit is contained in:
@@ -3292,6 +3292,8 @@ export interface Project {
|
||||
path: string;
|
||||
lastOpened?: string;
|
||||
theme?: string; // Per-project theme override (uses ThemeMode from app-store)
|
||||
fontFamilySans?: string; // Per-project UI/sans font override
|
||||
fontFamilyMono?: string; // Per-project code/mono font override
|
||||
isFavorite?: boolean; // Pin project to top of dashboard
|
||||
icon?: string; // Lucide icon name for project identification
|
||||
customIconPath?: string; // Path to custom uploaded icon image in .automaker/images/
|
||||
|
||||
Reference in New Issue
Block a user