mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +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 {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "mini-hues";
|
name = "mini-hues";
|
||||||
moduleName = "mini.hues";
|
moduleName = "mini.hues";
|
||||||
|
isColorscheme = true;
|
||||||
|
colorscheme = null;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||||
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
./colorschemes/kanagawa-paper.nix
|
./colorschemes/kanagawa-paper.nix
|
||||||
./colorschemes/melange.nix
|
./colorschemes/melange.nix
|
||||||
./colorschemes/mini-base16.nix
|
./colorschemes/mini-base16.nix
|
||||||
|
./colorschemes/mini-hues.nix
|
||||||
./colorschemes/modus.nix
|
./colorschemes/modus.nix
|
||||||
./colorschemes/monokai-pro.nix
|
./colorschemes/monokai-pro.nix
|
||||||
./colorschemes/moonfly.nix
|
./colorschemes/moonfly.nix
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.mini-hues = {
|
colorschemes.mini-hues = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
background = "#351721";
|
background = "#351721";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue