Compare commits
2 commits
57399433fb
...
a544feb2a4
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | a544feb2a4 | ||
Evie Litherland-Smith | 9010309e86 |
|
@ -40,6 +40,10 @@
|
|||
if variant == "Latte"
|
||||
then "Light"
|
||||
else "Dark";
|
||||
inverseType =
|
||||
if type == "Light"
|
||||
then "Dark"
|
||||
else "Light";
|
||||
in {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
@ -51,7 +55,7 @@
|
|||
};
|
||||
cursorTheme = {
|
||||
package = pkgs.catppuccin-cursors."${toLower variant}${type}";
|
||||
name = "Catppuccin-${variant}-${type}-Cursors";
|
||||
name = "Catppuccin-${variant}-${inverseType}-Cursors";
|
||||
size = 32;
|
||||
};
|
||||
theme = let
|
||||
|
|
Reference in a new issue