colorschemes/nord: fix

This commit is contained in:
Gaetan Lepage 2024-01-16 00:17:28 +01:00 committed by Gaétan Lepage
parent 9f2d766f28
commit c5f43a8a37
2 changed files with 92 additions and 28 deletions

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