TerminalUI theming, Commands panel
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
public class ConsoleApplicationConfiguration
|
||||
{
|
||||
public string? ConsoleDriver { get; set; }
|
||||
public bool DisableUtf8 { get; set; }
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
using TerminalUI.Color;
|
||||
|
||||
namespace FileTime.ConsoleUI.App.Styling;
|
||||
using IConsoleTheme = TerminalUI.Styling.ITheme;
|
||||
|
||||
public interface ITheme
|
||||
{
|
||||
@@ -17,5 +18,6 @@ public interface ITheme
|
||||
IColor? SelectedTabBackgroundColor { get; }
|
||||
IColor? WarningForegroundColor { get; }
|
||||
IColor? ErrorForegroundColor { get; }
|
||||
IConsoleTheme? ConsoleTheme { get; }
|
||||
ListViewItemTheme ListViewItemTheme { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user