Add some extra catppuccin themes to use later

This commit is contained in:
Evie Litherland-Smith 2023-09-24 10:08:25 +01:00
parent e003f21579
commit 579a468d24
2 changed files with 45 additions and 0 deletions

View file

@ -101,6 +101,38 @@
"type": "github"
}
},
"catppuccin-prismlauncher": {
"flake": false,
"locked": {
"lastModified": 1682275027,
"narHash": "sha256-07QyiXEZDgrj6UlPZe1112DLOhYJ6zQ2ygeowJPj2ac=",
"owner": "catppuccin",
"repo": "prismlauncher",
"rev": "f0a3044558fe22020e0b0ddef0e3b2ef93e4ed89",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "prismlauncher",
"type": "github"
}
},
"catppuccin-qbittorrent": {
"flake": false,
"locked": {
"lastModified": 1674761875,
"narHash": "sha256-j9QqhT5oiYZp7CJVZmUvJvwtoKNYAxJKmzLpy8KsCZs=",
"owner": "catppuccin",
"repo": "qbittorrent",
"rev": "c2fa170731a17644a6f93d4d8fc4614426488c62",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "qbittorrent",
"type": "github"
}
},
"catppuccin-starship": {
"flake": false,
"locked": {
@ -295,6 +327,8 @@
"catppuccin-fish": "catppuccin-fish",
"catppuccin-gitui": "catppuccin-gitui",
"catppuccin-hyprland": "catppuccin-hyprland",
"catppuccin-prismlauncher": "catppuccin-prismlauncher",
"catppuccin-qbittorrent": "catppuccin-qbittorrent",
"catppuccin-starship": "catppuccin-starship",
"catppuccin-zathura": "catppuccin-zathura",
"catppuccin-zsh": "catppuccin-zsh",

View file

@ -45,6 +45,14 @@
url = "github:catppuccin/hyprland";
flake = false;
};
catppuccin-prismlauncher = {
url = "github:catppuccin/prismlauncher";
flake = false;
};
catppuccin-qbittorrent = {
url = "github:catppuccin/qbittorrent";
flake = false;
};
catppuccin-starship = {
url = "github:catppuccin/starship";
flake = false;
@ -69,6 +77,9 @@
fish = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme";
gitui = "${catppuccin-gitui}/theme/macchiato.ron";
hyprland = "${catppuccin-hyprland}/themes/macchiato.conf";
prismlauncher =
"${catppuccin-prismlauncher}/themes/Macchiato/Catppuccin-Macchiato.zip";
qbittorrent = "${catppuccin-qbittorrent}/macchiato.qbtheme";
starship = "${catppuccin-starship}/palettes/macchiato.toml";
zathura = "${catppuccin-zathura}/src/catppuccin-macchiato";
zsh =