1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-23 18:59:40 +01:00

colorschemes/nord: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:47 -03:00
parent 082a8b9823
commit 1568905212
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4
3 changed files with 0 additions and 1 deletions

View file

@ -1,21 +0,0 @@
{
empty = {
colorschemes.nord.enable = true;
};
defaults = {
colorschemes.nord = {
enable = true;
settings = {
contrast = false;
borders = false;
disable_background = false;
cursorline_transparent = false;
enable_sidebar_background = false;
italic = true;
uniform_diff_background = false;
};
};
};
}