mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
12 lines
235 B
Nix
12 lines
235 B
Nix
|
{
|
||
|
colorschemes = {
|
||
|
rose-pine = {
|
||
|
enable = false;
|
||
|
style = "main"; # "main", "moon", "dawn" or raw lua code
|
||
|
disableItalics = false;
|
||
|
transparentFloat = true;
|
||
|
transparentBackground = true;
|
||
|
};
|
||
|
};
|
||
|
}
|