BasicColor fixes

This commit is contained in:
2022-01-07 10:41:27 +01:00
parent 61c94d1d85
commit ee82603f2f
7 changed files with 35 additions and 9 deletions

View File

@@ -14,5 +14,7 @@ namespace FileTime.ConsoleUI.App.UI
IConsoleColor? ElementSpecialForeground { get; }
IConsoleColor? SelectedItemBackground { get; }
IConsoleColor? SelectedItemForeground { get; }
IConsoleColor? ErrorColor { get; }
IConsoleColor? AccentForeground { get; }
}
}