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:
parent
082a8b9823
commit
1568905212
3 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue