1 { lib, stdenv, fetchurl, gtk-engine-murrine }:
6 stdenv.mkDerivation rec {
11 url = "https://github.com/EliverLara/${themeName}/releases/download/v${version}/${themeName}.tar";
12 sha256 = "1r795v96ywzcb4dq08q2fdbmfia32g36cc512mhy41s8fb1a47dz";
15 propagatedUserEnvPkgs = [
21 mkdir -p $out/share/themes/${themeName}
22 cp -a * $out/share/themes/${themeName}
23 rm -r $out/share/themes/${themeName}/{Art,LICENSE,README.md,gtk-2.0/render-assets.sh}
28 description = "Flat and light theme with a modern look";
29 homepage = "https://github.com/EliverLara/${themeName}";
30 license = licenses.gpl3;
31 platforms = platforms.all;
32 maintainers = with maintainers; [ alexarice ];