diff --git a/EliteBGS/MainWindow.xaml.cs b/EliteBGS/MainWindow.xaml.cs index 8c833bb..67bab15 100644 --- a/EliteBGS/MainWindow.xaml.cs +++ b/EliteBGS/MainWindow.xaml.cs @@ -109,6 +109,8 @@ public partial class MainWindow : MetroWindow { { "NovaNavy", Color.FromRgb(0xA1, 0xA4, 0xDB) }, // Official Red of the Polish Flag { "PolskaGurom", Color.FromRgb(0xD4, 0x21, 0x3D) }, + // Official Blue in the Armenian Flag + { "ArmeniaBlue", Color.FromRgb(0x00, 0x33, 0xA0) }, }; foreach (var colourtheme in colorThemes) {