xresources: align with Tinted Theming template (#1980)

Link: https://github.com/nix-community/stylix/pull/1980

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
NAHO 2025-11-20 15:25:33 +01:00 committed by GitHub
commit e60876ba7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 8 deletions

View file

@ -239,4 +239,10 @@
githubId = 41439633;
name = "Vidhan Bhatt";
};
zmberber = {
email = "git@zmberber.com";
github = "zmberber";
githubId = 29400525;
name = "Zeremonienmeister Berber Aab";
};
}

View file

@ -29,14 +29,20 @@ mkTarget {
"*color5" = base0E;
"*color6" = base0C;
"*color7" = base05;
"*color8" = base03;
"*color9" = base09;
"*color10" = base01;
"*color11" = base02;
"*color12" = base04;
"*color13" = base06;
"*color14" = base0F;
"*color8" = base02;
"*color9" = base08;
"*color10" = base0B;
"*color11" = base0A;
"*color12" = base0D;
"*color13" = base0E;
"*color14" = base0C;
"*color15" = base07;
"*color16" = base09;
"*color17" = base0F;
"*color18" = base01;
"*color19" = base02;
"*color20" = base04;
"*color21" = base06;
};
}
)

View file

@ -1,5 +1,6 @@
{ lib, ... }:
{
name = "Xresources file";
homepage = "https://www.x.org/wiki";
maintainers = [ ];
maintainers = [ lib.maintainers.berber ];
}

View file

@ -7,6 +7,12 @@
# [1]: https://github.com/NixOS/nixpkgs/blob/1da63e6cc622a0cb6fd5b86d49923e4eb1e33b70/maintainers/maintainer-list.nix
{
# keep-sorted start case=no numeric=no block=yes
berber = {
email = "git@zmberber.com";
name = "Zeremonienmeister Berber Aab";
github = "zmberber";
githubId = 29400525;
};
butzist = {
email = "adam@szalkowski.de";
name = "Adam M. Szalkowski";