From: Jean-Baptiste Mardelle Date: Sat, 10 Oct 2009 07:33:18 +0000 (+0000) Subject: Use Kde color schemes instead of custom ones X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=75f834a5576c8789aac11380b9fb7317eed60808;p=kdenlive Use Kde color schemes instead of custom ones svn path=/trunk/kdenlive/; revision=4029 --- diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 822a83ab..4b733f43 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,4 +1,3 @@ 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 deleted file mode 100644 index 37ed7c15..00000000 --- a/data/dark +++ /dev/null @@ -1,10 +0,0 @@ - -BaseColor=#000000 -TextRegularColor=#7F7F7F -TextSelectedColor=#B4B4B4 -TextSpecialRegularColor=#549FB6 -TextSpecialSelectedColor=#83B8BD -# window background -Window=#333333 -# menu and tab labels -Foreground=#cccccc \ No newline at end of file