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

16 lines
279 B
Nix
Raw Normal View History

2024-06-03 11:05:46 +01:00
{
programs.nixvim.colorschemes.kanagawa = {
enable = true;
settings = {
commentStyle = {
italic = true;
};
dimInactive = true;
terminalColors = true;
theme = "wave";
transparent = false;
undercurl = true;
};
};
}