summaryrefslogtreecommitdiff
path: root/src/wx/colours.h
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/colours.h
parent63b1442519ce5032a7fd85d9585aa203de639f27 (diff)
Extract timeline content colours to a header.
Diffstat (limited to 'src/wx/colours.h')
-rw-r--r--src/wx/colours.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/wx/colours.h b/src/wx/colours.h
new file mode 100644
index 000000000..0d33208e0
--- /dev/null
+++ b/src/wx/colours.h
@@ -0,0 +1,25 @@
+/*
+ Copyright (C) 2023 Carl Hetherington <cth@carlh.net>
+
+ This file is part of DCP-o-matic.
+
+ DCP-o-matic is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ DCP-o-matic is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with DCP-o-matic. If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
+
+#define VIDEO_CONTENT_COLOUR (wxColour(242, 92, 120, 255))
+#define AUDIO_CONTENT_COLOUR (wxColour(149, 121, 232, 255))
+#define TEXT_CONTENT_COLOUR (wxColour(163, 255, 154, 255))
+#define ATMOS_CONTENT_COLOUR (wxColour(149, 121, 232, 255))