https://bugs.kde.org/show_bug.cgi?id=368093
--- Comment #2 from Heiko Becker <heire...@exherbo.org> --- (In reply to Boudewijn Rempt from comment #1) > But isn't the location where we store the color schemes completely > independent from the one plasma uses? No, it might be independent in theory, but the relevant cmake files default to the same location. krita (krita/data/themes/CMakeLists.txt): install( ... BreezeDark.colors BreezeHighContrast.colors ... ${schemefiles} DESTINATION ${DATA_INSTALL_DIR}/color-schemes breeze (CMakeLists.txt): INSTALL(FILES colors/BreezeDark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) INSTALL(FILES colors/BreezeHighContrast.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/) -- You are receiving this mail because: You are watching all bug changes.