mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
colorschemes/bamboo: init
This commit is contained in:
parent
a6eda59091
commit
2d485ca1a2
3 changed files with 90 additions and 0 deletions
15
tests/test-sources/plugins/colorschemes/bamboo.nix
Normal file
15
tests/test-sources/plugins/colorschemes/bamboo.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
empty = {
|
||||
colorschemes.bamboo.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.bamboo = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
style = "vulgaris";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue