mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
colorschemes/nord: fix
This commit is contained in:
parent
9f2d766f28
commit
c5f43a8a37
2 changed files with 92 additions and 28 deletions
20
tests/test-sources/plugins/colorschemes/nord.nix
Normal file
20
tests/test-sources/plugins/colorschemes/nord.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
empty = {
|
||||
colorschemes.nord.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.nord = {
|
||||
enable = true;
|
||||
|
||||
contrast = false;
|
||||
borders = false;
|
||||
disableBackground = false;
|
||||
cursorlineTransparent = false;
|
||||
enableSidebarBackground = false;
|
||||
italic = true;
|
||||
uniformDiffBackground = false;
|
||||
extraConfig = {};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue