16 py = python3.withPackages (p: [
23 inherit pname version;
25 src = fetchFromGitHub {
26 owner = "themix-project";
29 hash = "sha256-xFtwNx1c7Atb+9yorZhs/uVkkoxbZiELJ0SZ88L7KMs=";
30 fetchSubmodules = true;
49 substituteInPlace gui.sh packaging/bin/{oomox,themix}-gui --replace python3 ${lib.getExe py}
57 make DESTDIR=/ APPDIR=$out/opt/oomox PREFIX=$out install_gui install_import_xresources install_export_xresources
58 python -O -m compileall $out/opt/oomox/oomox_gui -d /opt/oomox/oomox_gui
64 description = "Graphical application for designing themes and exporting them using plugins";
66 Graphical application for generating different color variations of
67 Oomox (Numix-based) and Materia (ex-Flat-Plat) themes (GTK2, GTK3,
68 Cinnamon, GNOME, Openbox, Xfwm), Archdroid, Gnome-Color, Numix, Papirus
69 and Suru++ icon themes. Have a hack for HiDPI in gtk2. Its Base16 plugin
70 also allowing a lot of app themes support like Alacritty, Emacs, GTK4,
71 KDE, VIM and many more.
73 homepage = "https://github.com/themix-project/themix-gui";
74 license = lib.licenses.gpl3Only;
75 mainProgram = "themix-gui";
77 platforms = lib.platforms.linux;