From 2cf5964f558d310fa9b6fe34bcd930545120ee6d Mon Sep 17 00:00:00 2001 From: Zeremonienmeister Berber Aab Date: Tue, 18 Nov 2025 15:45:33 +0100 Subject: [PATCH] xresources: align with Tinted Theming template Closes: https://github.com/nix-community/stylix/issues/1979 Link: https://github.com/tinted-theming/tinted-xresources/blob/e76cd58c968ccac8e031eafdbffd1d42d493a096/templates/base16.mustache --- modules/xresources/hm.nix | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/modules/xresources/hm.nix b/modules/xresources/hm.nix index b8ae62d7..3a9fafb8 100644 --- a/modules/xresources/hm.nix +++ b/modules/xresources/hm.nix @@ -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; }; } )