{ lib, stdenv, fetchFromGitHub, hicolor-icon-theme, }: stdenv.mkDerivation rec { pname = "vivid-icons"; version = "2025-03-16"; src = fetchFromGitHub { owner = "L4ki"; repo = "Vivid-Plasma-Themes"; rev = "fe8b8f1bdd3784dc838c125bb9e1b2d713f40e67"; sha256 = "1rcphy08r6337gbp98nz00mj780jn9kwm40ngd9pxnlvwp2n8mjj"; }; buildInputs = [hicolor-icon-theme]; installPhase = '' mkdir -p $out/share/icons cp -r "Vivid Icons Themes/"* $out/share/icons/ for theme in $out/share/icons/*; do if [ -d "$theme" ]; then echo "Processing theme: $theme" cat > "$theme/index.theme" <