add pink color

This commit is contained in:
Akseli Lahtinen
2022-09-12 11:22:01 +03:00
committed by JF
parent 809323df3a
commit 8c35c3c3d4
3 changed files with 9 additions and 6 deletions

View File

@@ -34,7 +34,8 @@ namespace Pinetime {
Navy,
Magenta,
Purple,
Orange
Orange,
Pink
};
struct PineTimeStyle {
Colors ColorTime = Colors::Teal;
@@ -245,4 +246,4 @@ namespace Pinetime {
void SaveSettingsToFile();
};
}
}
}