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
|
./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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue