Skip to content

Commit e42c94c

Browse files
committed
feat: custom themes dynamic loading
1 parent aa72aa3 commit e42c94c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Commands/SetThemeCommand.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ public void Execute(ShellContext context, string[] args)
1919
}
2020

2121
string themeName = args[0];
22-
23-
// Essaye de changer le thème dans le contexte
22+
2423
context.SetTheme(themeName);
25-
26-
// Affiche un message de confirmation
24+
2725
AnsiConsole.MarkupLine($"[green]Theme set to: {themeName}[/]");
2826
}
2927
}

0 commit comments

Comments
 (0)