Switch to base16 one light (atom) theme

Change papirus-folder colours, switch cursor to volantes-cursors
This commit is contained in:
Evie Litherland-Smith 2024-06-08 07:17:19 +01:00
parent e980eb167b
commit 72c37af6fe
2 changed files with 5 additions and 8 deletions

View file

@ -68,7 +68,7 @@
./home/${hostname}.nix ./home/${hostname}.nix
({lib, ...}: { ({lib, ...}: {
home = {inherit username;}; home = {inherit username;};
scheme = "${tt-schemes}/base16/catppuccin-${lib.strings.toLower catppuccinVariant}.yaml"; scheme = "${tt-schemes}/base16/one-light.yaml";
}) })
]; ];
in { in {

View file

@ -70,15 +70,12 @@
in { in {
enable = true; enable = true;
iconTheme = { iconTheme = {
package = pkgs.catppuccin-papirus-folders.override { package = pkgs.papirus-icon-theme.override {color = "violet";};
accent = toLower accent; name = "Papirus-${type}";
flavor = toLower variant;
};
name = "Papirus-Dark";
}; };
cursorTheme = { cursorTheme = {
package = pkgs.catppuccin-cursors."${toLower variant}${inverseType}"; package = pkgs.volantes-cursors;
name = "Catppuccin-${variant}-${inverseType}-Cursors"; name = "volantes_cursors";
size = 32; size = 32;
}; };
theme = let theme = let