diff --git a/EliteBGS/MainWindow.xaml.cs b/EliteBGS/MainWindow.xaml.cs index a9b82c8..8c833bb 100644 --- a/EliteBGS/MainWindow.xaml.cs +++ b/EliteBGS/MainWindow.xaml.cs @@ -107,6 +107,8 @@ public partial class MainWindow : MetroWindow { //{ "HouseSalus", Color.FromRgb(0xBC, 0x94, 0x39) }, { "HouseSalus", Color.FromRgb(0xED, 0xDA, 0x70) }, { "NovaNavy", Color.FromRgb(0xA1, 0xA4, 0xDB) }, + // Official Red of the Polish Flag + { "PolskaGurom", Color.FromRgb(0xD4, 0x21, 0x3D) }, }; foreach (var colourtheme in colorThemes) {