Still GTK looks

This commit is contained in:
2026-03-16 11:39:58 +00:00
parent 5e41844415
commit 160560afe1
3 changed files with 394 additions and 392 deletions
@@ -6,12 +6,15 @@
colorScheme = "dark";
theme = {
name = "Catppuccin-GTK-Grey-Dark-Compact";
package = (pkgs.magnetic-catppuccin-gtk.override {
accent = [ "grey" ];
shade = "dark";
tweaks = [ "black" ];
size = "compact";
});
package = (
pkgs.magnetic-catppuccin-gtk.override {
accent = [ "blue" ];
icon.accent = [ "blue" ];
#shade = "dark";
tweaks = [ "black" ];
size = "compact";
}
);
};
iconTheme.name = "Papirus-Dark";
};