config: set default marker color to lime

This feels slightly closer to the existing color
This commit is contained in:
itsmattkc
2022-05-01 11:16:13 -07:00
parent e8dde836e3
commit 838017a468
+1 -1
View File
@@ -136,7 +136,7 @@ void Config::SetDefaults()
SetEntryInternal(QStringLiteral("OnlinePixelFormat"), NodeValue::kInt, VideoParams::kFormatFloat32);
SetEntryInternal(QStringLiteral("OfflinePixelFormat"), NodeValue::kInt, VideoParams::kFormatFloat16);
SetEntryInternal(QStringLiteral("MarkerColor"), NodeValue::kInt, ColorCoding::kGreen);
SetEntryInternal(QStringLiteral("MarkerColor"), NodeValue::kInt, ColorCoding::kLime);
}
void Config::Load()