Base features
This commit is contained in:
18
src/FileTime.ConsoleUI.App/UI/IStyles.cs
Normal file
18
src/FileTime.ConsoleUI.App/UI/IStyles.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using FileTime.ConsoleUI.App.UI.Color;
|
||||
|
||||
namespace FileTime.ConsoleUI.App.UI
|
||||
{
|
||||
public interface IStyles
|
||||
{
|
||||
IConsoleColor? DefaultBackground { get; }
|
||||
IConsoleColor? DefaultForeground { get; }
|
||||
IConsoleColor? ContainerBackground { get; }
|
||||
IConsoleColor? ContainerForeground { get; }
|
||||
IConsoleColor? ElementBackground { get; }
|
||||
IConsoleColor? ElementForeground { get; }
|
||||
IConsoleColor? ElementSpecialBackground { get; }
|
||||
IConsoleColor? ElementSpecialForeground { get; }
|
||||
IConsoleColor? SelectedItemBackground { get; }
|
||||
IConsoleColor? SelectedItemForeground { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user