1
0
Fork 0
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:
Heitor Augusto 2025-11-02 12:00:49 -03:00 committed by Gaétan Lepage
parent 598d4227da
commit 8b3a2f86a8
3 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,8 @@
lib.nixvim.plugins.mkNeovimPlugin {
name = "mini-hues";
moduleName = "mini.hues";
isColorscheme = true;
colorscheme = null;
maintainers = [ lib.maintainers.HeitorAugustoLN ];

View file

@ -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

View file

@ -1,6 +1,6 @@
{
defaults = {
plugins.mini-hues = {
colorschemes.mini-hues = {
enable = true;
settings = {
background = "#351721";