Use icons from Air also for Oxygen
As these icons now change color depending on textColor, they suddenly become wonderfully useful for the dark themes as well. Fixes systemtray in Oxygen Plasma theme
This commit is contained in:
parent
f5618db949
commit
d2d7ae09d0
@ -13,3 +13,6 @@ install( FILES ${opaque} DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/oxygen/opa
|
||||
FILE(GLOB opaque opaque/dialogs/*.svgz)
|
||||
install( FILES ${opaque} DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/oxygen/opaque/dialogs/ )
|
||||
|
||||
FILE(GLOB icons ../air/icons/*.svgz)
|
||||
install( FILES ${icons} DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/oxygen/icons/ )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user