summaryrefslogtreecommitdiffstats
path: root/src/track/serato/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/track/serato/tags.h')
-rw-r--r--src/track/serato/tags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/track/serato/tags.h b/src/track/serato/tags.h
index 2db3a599d9..6071c9001d 100644
--- a/src/track/serato/tags.h
+++ b/src/track/serato/tags.h
@@ -15,6 +15,7 @@ class SeratoTags final {
public:
static constexpr RgbColor kDefaultTrackColor = RgbColor(0xFF9999);
static constexpr RgbColor kDefaultCueColor = RgbColor(0xCC0000);
+ static constexpr RgbColor kFixedLoopColor = RgbColor(0x27AAE1);
SeratoTags() = default;