add colorscheme rose-pine

This commit is contained in:
Aditya 2024-03-04 18:59:33 +05:30
parent 62e5cffd47
commit bb4a0871a3
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 12 additions and 0 deletions

View 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;
};
};
}

View file

@ -4,6 +4,7 @@
./colorschemes/base16.nix
./colorschemes/catppuccin.nix
./colorschemes/rose-pine.nix
./sets.nix
./dap/dap.nix