add Ermeni Blue

This commit is contained in:
Florian Stinglmayr 2024-04-28 12:46:01 +02:00
parent bc44ceb205
commit 53da6b4bc2

View File

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