Preview refactor, Console rename form

This commit is contained in:
2023-08-14 16:42:22 +02:00
parent 2a595b2548
commit 8aa8d83598
25 changed files with 610 additions and 348 deletions

View File

@@ -5,6 +5,7 @@ namespace FileTime.ConsoleUI.App.Styling;
public interface ITheme
{
IColor? DefaultForegroundColor { get; }
IColor? DefaultForegroundAccentColor { get; }
IColor? DefaultBackgroundColor { get; }
IColor? ElementColor { get; }
IColor? ContainerColor { get; }