Compare commits

..

No commits in common. "a544feb2a40a737c90ff48284fb311d4d59732da" and "57399433fb09255d71268661130096e43ea53de3" have entirely different histories.

View file

@ -40,10 +40,6 @@
if variant == "Latte"
then "Light"
else "Dark";
inverseType =
if type == "Light"
then "Dark"
else "Light";
in {
enable = true;
iconTheme = {
@ -55,7 +51,7 @@
};
cursorTheme = {
package = pkgs.catppuccin-cursors."${toLower variant}${type}";
name = "Catppuccin-${variant}-${inverseType}-Cursors";
name = "Catppuccin-${variant}-${type}-Cursors";
size = 32;
};
theme = let