mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-12 21:46:06 +01:00
colorschemes/mini-hues: migrate to by-name
This commit is contained in:
parent
9604ca2925
commit
01ee241a13
3 changed files with 0 additions and 1 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "mini-hues";
|
||||
moduleName = "mini.hues";
|
||||
isColorscheme = true;
|
||||
colorscheme = null;
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
settingsExample = {
|
||||
background = "#351721";
|
||||
foreground = "#cdc4c6";
|
||||
n_hues = 8;
|
||||
saturation = "medium";
|
||||
accent = "bg";
|
||||
plugins.default = true;
|
||||
autoadjust = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/mini-hues.nix
|
||||
./colorschemes/modus.nix
|
||||
./colorschemes/monokai-pro.nix
|
||||
./colorschemes/moonfly.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue