summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline_atmos_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-22 15:04:01 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-12 23:41:00 +0100
commit0adb508ce5fbc69a4324b7278ac245f28095d38c (patch)
tree50f0b4dc9047466327d5909cefa7514b54ea3e98 /src/wx/content_timeline_atmos_view.cc
parent63b1442519ce5032a7fd85d9585aa203de639f27 (diff)
Extract timeline content colours to a header.
Diffstat (limited to 'src/wx/content_timeline_atmos_view.cc')
-rw-r--r--src/wx/content_timeline_atmos_view.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_timeline_atmos_view.cc b/src/wx/content_timeline_atmos_view.cc
index 4b78a8aee..2352ba5dc 100644
--- a/src/wx/content_timeline_atmos_view.cc
+++ b/src/wx/content_timeline_atmos_view.cc
@@ -19,6 +19,7 @@
*/
+#include "colours.h"
#include "content_timeline_atmos_view.h"
@@ -39,7 +40,7 @@ ContentTimelineAtmosView::ContentTimelineAtmosView(ContentTimeline& tl, shared_p
wxColour
ContentTimelineAtmosView::background_colour() const
{
- return wxColour (149, 121, 232, 255);
+ return ATMOS_CONTENT_COLOUR;
}