mirror of
https://github.com/akr2002/nv.git
synced 2024-11-12 20:19:45 +00:00
add colorscheme rose-pine
This commit is contained in:
parent
62e5cffd47
commit
bb4a0871a3
2 changed files with 12 additions and 0 deletions
11
config/colorschemes/rose-pine.nix
Normal file
11
config/colorschemes/rose-pine.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
colorschemes = {
|
||||
rose-pine = {
|
||||
enable = false;
|
||||
style = "main"; # "main", "moon", "dawn" or raw lua code
|
||||
disableItalics = false;
|
||||
transparentFloat = true;
|
||||
transparentBackground = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
./colorschemes/base16.nix
|
||||
./colorschemes/catppuccin.nix
|
||||
./colorschemes/rose-pine.nix
|
||||
|
||||
./sets.nix
|
||||
./dap/dap.nix
|
||||
|
|
Loading…
Reference in a new issue