add pink color
This commit is contained in:
parent
809323df3a
commit
8c35c3c3d4
3 changed files with 9 additions and 6 deletions
|
|
@ -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();
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue