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