remove the makeup file
This commit is contained in:
parent
bb29cd599f
commit
ee4a47dbe7
|
@ -1,31 +0,0 @@
|
||||||
session_serialization true
|
|
||||||
theme "catppuccin-macchiato"
|
|
||||||
|
|
||||||
themes {
|
|
||||||
catppuccin-mocha {
|
|
||||||
bg "#585b70" // Surface2
|
|
||||||
fg "#cdd6f4"
|
|
||||||
red "#f38ba8"
|
|
||||||
green "#a6e3a1"
|
|
||||||
blue "#89b4fa"
|
|
||||||
yellow "#f9e2af"
|
|
||||||
magenta "#f5c2e7" // Pink
|
|
||||||
orange "#fab387" // Peach
|
|
||||||
cyan "#89dceb" // Sky
|
|
||||||
black "#181825" // Mantle
|
|
||||||
white "#cdd6f4"
|
|
||||||
}
|
|
||||||
catppuccin-macchiato {
|
|
||||||
bg "#5b6078" // Surface2
|
|
||||||
fg "#cad3f5"
|
|
||||||
red "#ed8796"
|
|
||||||
green "#a6da95"
|
|
||||||
blue "#8aadf4"
|
|
||||||
yellow "#eed49f"
|
|
||||||
magenta "#f5bde6" // Pink
|
|
||||||
orange "#f5a97f" // Peach
|
|
||||||
cyan "#91d7e3" // Sky
|
|
||||||
black "#1e2030" // Mantle
|
|
||||||
white "#cad3f5"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -6,11 +6,4 @@
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
|
||||||
"zellij" = {
|
|
||||||
source = ./zellij.kdl;
|
|
||||||
target = ".config/zellij/config.kdl";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue