diff options
Diffstat (limited to 'common/modules/matugen/templates/matugen-xresources.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-xresources.nix | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/common/modules/matugen/templates/matugen-xresources.nix b/common/modules/matugen/templates/matugen-xresources.nix index 292f0f2..94f4e93 100644 --- a/common/modules/matugen/templates/matugen-xresources.nix +++ b/common/modules/matugen/templates/matugen-xresources.nix @@ -29,29 +29,23 @@ st.foreground: {{colors.on_surface.default.hex}} st.cursorColor: {{colors.primary.default.hex}} - st.color0: {{dank16.color0.default.hex}} - st.color8: {{dank16.color8.default.hex}} + st.color0 : {{colors.surface_variant.default.hex}} + st.color1 : {{colors.error.default.hex}} + st.color2 : {{colors.primary.default.hex}} + st.color3 : {{colors.secondary.default.hex}} + st.color4 : {{colors.tertiary.default.hex}} + st.color5 : {{colors.primary_fixed_dim.default.hex}} + st.color6 : {{colors.secondary_fixed_dim.default.hex}} + st.color7 : {{colors.on_surface.default.hex}} - st.color1: {{dank16.color1.default.hex}} - st.color9: {{dank16.color9.default.hex}} - - st.color2: {{dank16.color2.default.hex}} - st.color10: {{dank16.color10.default.hex}} - - st.color3: {{dank16.color3.default.hex}} - st.color11: {{dank16.color11.default.hex}} - - st.color4: {{dank16.color4.default.hex}} - st.color12: {{dank16.color12.default.hex}} - - st.color5: {{dank16.color5.default.hex}} - st.color13: {{dank16.color13.default.hex}} - - st.color6: {{dank16.color6.default.hex}} - st.color14: {{dank16.color14.default.hex}} - - st.color7: {{dank16.color7.default.hex}} - st.color15: {{dank16.color15.default.hex}} + st.color8 : {{colors.on_surface_variant.default.hex}} + st.color9 : {{colors.error.default.hex}} + st.color10: {{colors.primary.default.hex}} + st.color11: {{colors.secondary.default.hex}} + st.color12: {{colors.tertiary.default.hex}} + st.color13: {{colors.primary_fixed_dim.default.hex}} + st.color14: {{colors.secondary_fixed_dim.default.hex}} + st.color15: {{colors.on_surface.default.hex}} ''; }; }; |
