mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
mini-hues: plugins -> colorschemes
This commit is contained in:
parent
598d4227da
commit
8b3a2f86a8
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "mini-hues";
|
||||
moduleName = "mini.hues";
|
||||
isColorscheme = true;
|
||||
colorscheme = null;
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
./colorschemes/kanagawa-paper.nix
|
||||
./colorschemes/melange.nix
|
||||
./colorschemes/mini-base16.nix
|
||||
./colorschemes/mini-hues.nix
|
||||
./colorschemes/modus.nix
|
||||
./colorschemes/monokai-pro.nix
|
||||
./colorschemes/moonfly.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
defaults = {
|
||||
plugins.mini-hues = {
|
||||
colorschemes.mini-hues = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = "#351721";
|
||||
Loading…
Add table
Add a link
Reference in a new issue