Thraka / SadConsole

A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
MIT License
1.23k stars 120 forks source link

Impossible to adjust ProgressBar Color for fill & bar seperately #322

Closed Ven0maus closed 1 year ago

Ven0maus commented 1 year ago

https://github.com/Thraka/SadConsole/blob/379bbbb19caa0bb54ee37f9071c8a622d2357324/SadConsole/UI/Themes/ProgressBarTheme.cs#L123

Seems like it uses the ThemeColors for both foreground and background which controls the fill and bar colors. Both use the same .Normal color to set the Background, Foreground properties.