1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-24 19:29:41 +01:00

colorschemes/mini-hues: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:44 -03:00
parent e04b02a01a
commit 36103c436c
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4
3 changed files with 0 additions and 1 deletions

View file

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