1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

plugins/mini-hues: init

This commit is contained in:
Heitor Augusto 2025-11-02 01:22:35 -03:00 committed by Austin Horstman
parent 4cc7ab6c6a
commit f195e33607
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
defaults = {
plugins.mini-hues = {
enable = true;
settings = {
background = "#351721";
foreground = "#cdc4c6";
n_hues = 8;
saturation = "medium";
accent = "bg";
plugins.default = true;
autoadjust = true;
};
};
};
}