mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 19:54:32 +02:00
colorschemes/ayu: add plugin + test
This commit is contained in:
parent
dbc865f977
commit
791e32ed3d
3 changed files with 76 additions and 0 deletions
14
tests/test-sources/plugins/colorschemes/ayu.nix
Normal file
14
tests/test-sources/plugins/colorschemes/ayu.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
empty = {
|
||||
colorschemes.ayu.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.ayu = {
|
||||
enable = true;
|
||||
|
||||
mirage = false;
|
||||
overrides = {};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue