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

15 lines
252 B
Nix
Raw Normal View History

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