Theme improvements

This commit is contained in:
2023-08-10 09:34:32 +02:00
parent af140ff6b4
commit 8b04fe8bde
5 changed files with 38 additions and 19 deletions

View File

@@ -79,7 +79,7 @@ public static class ColorSchema
.OrderBy(v => v.Key)
.ToDictionary(k => k.Key, v => v.Value);
consoleDriver.Write("Color theme for " + paletteName + Environment.NewLine);
consoleDriver.Write("Color palette for " + paletteName + Environment.NewLine);
if (colors.Count == 0)
{