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