--- a/CMakeLists.txt 2021-08-02 12:55:35.000000000 +0200 +++ b/CMakeLists.txt 2021-08-02 13:00:56.663682687 +0200 @@ -342,18 +342,6 @@ endif() endmacro() -foreach(icon ${ALL_ICONS}) - # Make unfocused icons translucent - a_icon_convert("_focus" "_normal" ${icon} - -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4) -endforeach() - -foreach(icon ${ALL_ICONS}) - # Make inactive icons grayscale - a_icon_convert("_active" "_inactive" ${icon} - -colorspace Gray) -endforeach() - add_custom_target(generated_icons ALL DEPENDS ${ALL_ICONS}) # }}}