From 8cc22088063ad517bcb1ff687f787573b25a7e57 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Fri, 9 Oct 2009 19:51:36 +0000 Subject: [PATCH] New: application color schemes svn path=/trunk/kdenlive/; revision=4024 --- data/CMakeLists.txt | 1 + data/dark | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 data/dark diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 4b733f43..822a83ab 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,3 +1,4 @@ install(FILES banner.png timeline_nothumbs.png timeline_athumbs.png timeline_vthumbs.png timeline_avthumbs.png transition.png metadata.properties blacklisted_effects.txt blacklisted_transitions.txt DESTINATION ${DATA_INSTALL_DIR}/kdenlive ) install (FILES kdenlive.xpm DESTINATION share/pixmaps) install (FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive) +install (FILES dark DESTINATION ${DATA_INSTALL_DIR}/kdenlive/themes) diff --git a/data/dark b/data/dark new file mode 100644 index 00000000..b2687b4d --- /dev/null +++ b/data/dark @@ -0,0 +1,6 @@ + +BaseColor=#000000 +TextRegularColor=#7F7F7F +TextSelectedColor=#B4B4B4 +TextSpecialRegularColor=#549FB6 +TextSpecialSelectedColor=#83B8BD -- 2.39.2