From 53da6b4bc2a3077ed3348155ec031d016190dbdd Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sun, 28 Apr 2024 12:46:01 +0200 Subject: [PATCH] add Ermeni Blue --- EliteBGS/MainWindow.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) 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) {