Merge pull request #535 from stefandevo/v0.12.0rc

feat: add font customization and 8 new themes
This commit is contained in:
Shirone
2026-01-17 18:06:04 +00:00
committed by GitHub
38 changed files with 2556 additions and 1293 deletions

View File

@@ -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/