nixos/home/common/core/nixvim/theme.nix

16 lines
278 B
Nix

{
programs.nixvim.colorschemes.kanagawa = {
enable = true;
settings = {
commentStyle = {
italic = true;
};
dimInactive = true;
terminalColors = true;
theme = "wave";
transparent = true;
undercurl = true;
};
};
}