Switch to base16 one light (atom) theme
Change papirus-folder colours, switch cursor to volantes-cursors
This commit is contained in:
parent
e980eb167b
commit
72c37af6fe
|
@ -68,7 +68,7 @@
|
|||
./home/${hostname}.nix
|
||||
({lib, ...}: {
|
||||
home = {inherit username;};
|
||||
scheme = "${tt-schemes}/base16/catppuccin-${lib.strings.toLower catppuccinVariant}.yaml";
|
||||
scheme = "${tt-schemes}/base16/one-light.yaml";
|
||||
})
|
||||
];
|
||||
in {
|
||||
|
|
|
@ -70,15 +70,12 @@
|
|||
in {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
package = pkgs.catppuccin-papirus-folders.override {
|
||||
accent = toLower accent;
|
||||
flavor = toLower variant;
|
||||
};
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme.override {color = "violet";};
|
||||
name = "Papirus-${type}";
|
||||
};
|
||||
cursorTheme = {
|
||||
package = pkgs.catppuccin-cursors."${toLower variant}${inverseType}";
|
||||
name = "Catppuccin-${variant}-${inverseType}-Cursors";
|
||||
package = pkgs.volantes-cursors;
|
||||
name = "volantes_cursors";
|
||||
size = 32;
|
||||
};
|
||||
theme = let
|
||||
|
|
Reference in a new issue