change colour
This commit is contained in:
parent
637b4f85d0
commit
3c1abe5e8c
@ -101,8 +101,8 @@ public partial class MainWindow : MahApps.Metro.Controls.MetroWindow {
|
|||||||
|
|
||||||
private void AddCustomThemes() {
|
private void AddCustomThemes() {
|
||||||
Dictionary<string, Color> colorThemes = new() {
|
Dictionary<string, Color> colorThemes = new() {
|
||||||
{ "HouseSalus", Color.FromRgb(0xBC, 0x94, 0x39) },
|
//{ "HouseSalus", Color.FromRgb(0xBC, 0x94, 0x39) },
|
||||||
//{ "HouseSalus", Color.FromRgb(0xED, 0xDA, 0x70) },
|
{ "HouseSalus", Color.FromRgb(0xED, 0xDA, 0x70) },
|
||||||
{ "NovaNavy", Color.FromRgb(0xA1, 0xA4, 0xDB) },
|
{ "NovaNavy", Color.FromRgb(0xA1, 0xA4, 0xDB) },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user