diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a3b7e5b1..fc3e6730f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -283,7 +283,7 @@ endmacro() foreach(icon ${ALL_ICONS}) # Make unfocused icons translucent a_icon_convert("_focus" "_normal" ${icon} - -gamma 0.6 -channel A -evaluate Multiply 0.4) + -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4) endforeach() foreach(icon ${ALL_ICONS})