Use different icons for the timeline in dark/light modes.
[dcpomatic.git] / graphics / wscript
index c879046835e03d74fccc0fbab0b76b11c7e8da14..c67d0695b636aaa3a13683c5f56fb141dab95641 100644 (file)
@@ -39,11 +39,16 @@ def build(bld):
     if not bld.env.TARGET_WINDOWS_64 and not bld.env.TARGET_WINDOWS_32 and not bld.env.DISABLE_GUI:
         bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png')
-        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom.png')
-        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all.png')
-        bld.install_files('${PREFIX}/share/dcpomatic2', 'select.png')
-        bld.install_files('${PREFIX}/share/dcpomatic2', 'snap.png')
-        bld.install_files('${PREFIX}/share/dcpomatic2', 'sequence.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_white.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_black.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'select_white.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'select_black.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'snap_white.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'snap_black.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'sequence_white.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'sequence_black.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all_white.png')
+        bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all_black.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'me.jpg')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'tick.png')
         bld.install_files('${PREFIX}/share/dcpomatic2', 'no_tick.png')