Refactor styles

This commit is contained in:
2022-01-07 11:38:00 +01:00
parent e4dde1181c
commit ad75eb5ebb
13 changed files with 42 additions and 2 deletions

View File

@@ -232,8 +232,8 @@ namespace FileTime.ConsoleUI.App.UI
}
else
{
_coloredRenderer.BackgroundColor = new BasicColor(ConsoleColor.Red);
_coloredRenderer.ForegroundColor = new BasicColor(ConsoleColor.White);
_coloredRenderer.BackgroundColor = _appStyle.ErrorColor;
_coloredRenderer.ForegroundColor = _appStyle.ErrorInverseColor;
Console.SetCursorPosition(startX, startY + currentY++);
_coloredRenderer.Write($"{{0,-{elementWidth}}}", _paddingLeft + "<empty>" + _paddingRight);