14 lines
252 B
Nix
14 lines
252 B
Nix
{
|
|
programs.nixvim.colorschemes.kanagawa = {
|
|
enable = true;
|
|
settings = {
|
|
commentStyle = {
|
|
italic = true;
|
|
};
|
|
terminalColors = true;
|
|
theme = "wave";
|
|
transparent = true;
|
|
undercurl = true;
|
|
};
|
|
};
|
|
}
|